Public Types | |
enum | { wxSP_3DBORDER = 0x00000200, wxSP_LIVE_UPDATE = 0x00000080, wxSP_3DSASH = 0x00000100, wxSP_3D = (wxSP_3DBORDER | wxSP_3DSASH) } |
Public Member Functions | |
this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSP_3D, string name="splitter") | |
this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxSP_3D, string name="splitter") | |
Static Public Member Functions | |
static | extern (C) private void staticOnDoubleClickSash(SplitterWindow obj |
Public Attributes | |
static int | x |
this | ( | Window | parent, | |
int | id, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxSP_3D , |
|||
string | name = "splitter" | |||
) |
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 Window.
this | ( | Window | parent, | |
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxSP_3D , |
|||
string | name = "splitter" | |||
) |
Reimplemented from Window.
static extern | ( | C | ) | [static] |
Reimplemented from wxObject.
int x |