
Public Member Functions | |
| this (int width, int height, GBPosition pos, GBSpan span, int flag, int border, wxObject userData) | |
| this (Window window, GBPosition pos, GBSpan span, int flag, int border, wxObject userData) | |
| this (Sizer sizer, GBPosition pos, GBSpan span, int flag, int border, wxObject userData) | |
| this () | |
| this (IntPtr wxobj) | |
| GBPosition | Pos () |
| void | Pos (GBPosition value) |
| GBSpan | Span () |
| void | Span (GBSpan value) |
| bool | Intersects (GBSizerItem other) |
| bool | Intersects (GBPosition pos, GBSpan span) |
| void | GetEndPos (inout int row, inout int col) |
| GridBagSizer | GBSizer () |
| void | GBSizer (GridBagSizer value) |
Static Public Member Functions | |
| static wxObject | New (IntPtr ptr) |
| this | ( | int | width, | |
| int | height, | |||
| GBPosition | pos, | |||
| GBSpan | span, | |||
| int | flag, | |||
| int | border, | |||
| wxObject | userData | |||
| ) |
| this | ( | Window | window, | |
| GBPosition | pos, | |||
| GBSpan | span, | |||
| int | flag, | |||
| int | border, | |||
| wxObject | userData | |||
| ) |
| this | ( | Sizer | sizer, | |
| GBPosition | pos, | |||
| GBSpan | span, | |||
| int | flag, | |||
| int | border, | |||
| wxObject | userData | |||
| ) |
| this | ( | ) |
Reimplemented from SizerItem.
| this | ( | IntPtr | wxobj | ) |
Reimplemented from SizerItem.
| GBPosition Pos | ( | ) |
| void Pos | ( | GBPosition | value | ) |
| GBSpan Span | ( | ) |
| void Span | ( | GBSpan | value | ) |
| bool Intersects | ( | GBSizerItem | other | ) |
| bool Intersects | ( | GBPosition | pos, | |
| GBSpan | span | |||
| ) |
| void GetEndPos | ( | inout int | row, | |
| inout int | col | |||
| ) |
| GridBagSizer GBSizer | ( | ) |
| void GBSizer | ( | GridBagSizer | value | ) |
| static wxObject New | ( | IntPtr | ptr | ) | [static] |
1.5.4