this | ( | int | vgap, | |
int | hgap | |||
) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
bool Add | ( | Window | window, | |
GBPosition | pos, | |||
GBSpan | span, | |||
int | flag, | |||
int | border, | |||
wxObject | userData | |||
) |
bool Add | ( | Sizer | sizer, | |
GBPosition | pos, | |||
GBSpan | span, | |||
int | flag, | |||
int | border, | |||
wxObject | userData | |||
) |
bool Add | ( | int | width, | |
int | height, | |||
GBPosition | pos, | |||
GBSpan | span, | |||
int | flag, | |||
int | border, | |||
wxObject | userData | |||
) |
bool Add | ( | GBSizerItem | item | ) |
Size EmptyCellSize | ( | ) |
void EmptyCellSize | ( | Size | value | ) |
Size GetCellSize | ( | int | row, | |
int | col | |||
) |
GBPosition GetItemPosition | ( | Window | window | ) |
GBPosition GetItemPosition | ( | Sizer | sizer | ) |
GBPosition GetItemPosition | ( | int | index | ) |
bool SetItemPosition | ( | Window | window, | |
GBPosition | pos | |||
) |
bool SetItemPosition | ( | Sizer | sizer, | |
GBPosition | pos | |||
) |
bool SetItemPosition | ( | int | index, | |
GBPosition | pos | |||
) |
GBSpan GetItemSpan | ( | int | index | ) |
bool SetItemSpan | ( | int | index, | |
GBSpan | span | |||
) |
GBSizerItem FindItem | ( | Window | window | ) |
GBSizerItem FindItem | ( | Sizer | sizer | ) |
GBSizerItem FindItemAtPosition | ( | GBPosition | pos | ) |
GBSizerItem FindItemAtPoint | ( | Point | pt | ) |
GBSizerItem FindItemWithData | ( | wxObject | userData | ) |
bool CheckForIntersection | ( | GBSizerItem | item, | |
GBSizerItem | excludeItem | |||
) |
bool CheckForIntersection | ( | GBPosition | pos, | |
GBSpan | span, | |||
GBSizerItem | excludeItem | |||
) |