Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSW_3D|wxCLIP_CHILDREN, string name="layoutWindow") | |
this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSW_3D|wxCLIP_CHILDREN, string name="layoutWindow") | |
override bool | Create (Window parent, int id, inout Point pos, inout Size size, int style, string name) |
LayoutAlignment | Alignment () |
void | Alignment (LayoutAlignment value) |
LayoutOrientation | Orientation () |
void | Orientation (LayoutOrientation value) |
void | DefaultSize (Size value) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from SashWindow.
this | ( | ) |
Reimplemented from SashWindow.
this | ( | Window | parent, | |
int | id, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxSW_3D|wxCLIP_CHILDREN , |
|||
string | name = "layoutWindow" | |||
) |
Constructs a window, which can be a child of a frame, dialog or any other non-control window.
parent | Pointer to a parent window. | |
id | Window identifier. If -1, will automatically create an identifier. | |
pos | Window position. wxDefaultPosition is (-1, -1) which indicates that wxWidgets should generate a default position for the window. If using the wxWindow class directly, supply an actual position. | |
size | Window size. wxDefaultSize is (-1, -1) which indicates that wxWidgets should generate a default size for the window. If no suitable size can be found, the window will be sized to 20x20 pixels so that the window is visible but obviously not correctly sized. | |
style | Window style. For generic window styles, please see wxWindow. | |
name | Window name. |
Reimplemented from SashWindow.
this | ( | Window | parent, | |
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxSW_3D|wxCLIP_CHILDREN , |
|||
string | name = "layoutWindow" | |||
) |
Reimplemented from SashWindow.
override bool Create | ( | Window | parent, | |
int | id, | |||
inout Point | pos, | |||
inout Size | size, | |||
int | style, | |||
string | name | |||
) |
Reimplemented from SashWindow.
LayoutAlignment Alignment | ( | ) |
void Alignment | ( | LayoutAlignment | value | ) |
LayoutOrientation Orientation | ( | ) |
void Orientation | ( | LayoutOrientation | value | ) |
void DefaultSize | ( | Size | value | ) |