enum wxPaneState |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
this | ( | PaneInfo | c | ) |
bool IsOk | ( | ) |
bool IsFixed | ( | ) |
bool IsResizable | ( | ) |
bool IsShown | ( | ) |
bool IsFloating | ( | ) |
bool IsDocked | ( | ) |
bool IsToolbar | ( | ) |
bool IsTopDockable | ( | ) |
bool IsBottomDockable | ( | ) |
bool IsLeftDockable | ( | ) |
bool IsRightDockable | ( | ) |
bool IsFloatable | ( | ) |
bool IsMovable | ( | ) |
bool HasCaption | ( | ) |
bool HasGripper | ( | ) |
bool HasBorder | ( | ) |
bool HasCloseButton | ( | ) |
bool HasMaximizeButton | ( | ) |
bool HasMinimizeButton | ( | ) |
bool HasPinButton | ( | ) |
PaneInfo Name | ( | char[] | n | ) |
PaneInfo Caption | ( | char[] | c | ) |
PaneInfo Left | ( | ) |
PaneInfo Right | ( | ) |
PaneInfo Top | ( | ) |
PaneInfo Bottom | ( | ) |
PaneInfo Center | ( | ) |
PaneInfo Centre | ( | ) |
PaneInfo Direction | ( | int | direction | ) |
PaneInfo Layer | ( | int | layer | ) |
PaneInfo Row | ( | int | row | ) |
PaneInfo Position | ( | int | pos | ) |
PaneInfo BestSize | ( | int | x, | |
int | y | |||
) |
PaneInfo MinSize | ( | int | x, | |
int | y | |||
) |
PaneInfo MaxSize | ( | int | x, | |
int | y | |||
) |
PaneInfo FloatingPosition | ( | int | x, | |
int | y | |||
) |
PaneInfo FloatingSize | ( | int | x, | |
int | y | |||
) |
PaneInfo Fixed | ( | ) |
PaneInfo Resizable | ( | bool | resizable = true |
) |
PaneInfo Dock | ( | ) |
PaneInfo Float | ( | ) |
PaneInfo Hide | ( | ) |
PaneInfo Show | ( | bool | show = true |
) |
PaneInfo CaptionVisible | ( | bool | visible = true |
) |
PaneInfo PaneBorder | ( | bool | visible = true |
) |
PaneInfo Gripper | ( | bool | visible = true |
) |
PaneInfo CloseButton | ( | bool | visible = true |
) |
PaneInfo MaximizeButton | ( | bool | visible = true |
) |
PaneInfo MinimizeButton | ( | bool | visible = true |
) |
PaneInfo PinButton | ( | bool | visible = true |
) |
PaneInfo DestroyOnClose | ( | bool | b = true |
) |
PaneInfo TopDockable | ( | bool | b = true |
) |
PaneInfo BottomDockable | ( | bool | b = true |
) |
PaneInfo LeftDockable | ( | bool | b = true |
) |
PaneInfo RightDockable | ( | bool | b = true |
) |
PaneInfo Floatable | ( | bool | b = true |
) |
PaneInfo Movable | ( | bool | b = true |
) |
PaneInfo Dockable | ( | bool | b = true |
) |
PaneInfo DefaultPane | ( | ) |
PaneInfo CentrePane | ( | ) |
PaneInfo CenterPane | ( | ) |
PaneInfo ToolbarPane | ( | ) |
PaneInfo SetFlag | ( | uint | flag, | |
bool | option_state | |||
) |
bool HasFlag | ( | uint | flag | ) |
char [] name | ( | ) |
char [] caption | ( | ) |
wxWindow window | ( | ) |
wxWindow frame | ( | ) |
uint state | ( | ) |
int dock_direction | ( | ) |
int dock_layer | ( | ) |
int dock_row | ( | ) |
int dock_pos | ( | ) |
Size best_size | ( | ) |
Size min_size | ( | ) |
Size max_size | ( | ) |
Point floating_pos | ( | ) |
Size floating_size | ( | ) |
int dock_proportion | ( | ) |
Rectangle rect | ( | ) |