Skip to content

Commit

Permalink
offsets (#29)
Browse files Browse the repository at this point in the history
* add offset field, size field, change nrow/ncol

* fix offset bugs

* fix more offsets

* more explicit offset access

* add firstindex

* remove failing precompiles
  • Loading branch information
jkrumbiegel authored Jan 16, 2022
1 parent d19bdf5 commit d3700e2
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 129 deletions.
2 changes: 1 addition & 1 deletion src/GridLayoutBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export Left, Right, Top, Bottom, TopLeft, BottomLeft, TopRight, BottomRight
export grid!, hbox!, vbox!
export swap!
export protrusionsobservable, suggestedbboxobservable, reportedsizeobservable, autosizeobservable, computedbboxobservable, gridcontent
export ncols, nrows
export ncols, nrows, offsets
export contents, content
export tight_bbox

Expand Down
Loading

0 comments on commit d3700e2

Please sign in to comment.