|
|
|
|
|
| Description |
| Pack options for the grid geometry manager. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data GridPackOption |
| Various pack options of the grid geometry manager. | | Constructors | | Column Int | the column to pack the widget | | Row Int | the row to pack the widget | | GridPos (Int, Int) | row column and row to pack the widget | | Sticky StickyKind | pack widgets sticky to the grid (see type codeStickyKind/code) | | Columnspan Int | columnspan like HTML | | Rowspan Int | rowspan like HTML | | GridPadX Int | horizontal pad | | GridPadY Int | vertical pad | | GridIPadX Int | inner horizontal pad | | GridIPadY Int | inner vertical pad |
| | Instances | |
|
|
| data StickyKind |
| Constructors | | N | | | S | | | E | | | W | | | NS | | | NE | | | NW | | | SE | | | SW | | | EW | | | NSE | | | NSW | | | NEW | | | SEW | | | NSEW | |
| | Instances | |
|
|
| showGridPackOptions :: [GridPackOption] -> String |
|
| Produced by Haddock version 0.3 |