Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxTAB_TRAVERSAL|wxNO_BORDER, string name=wxPanelNameStr) | |
this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxTAB_TRAVERSAL|wxNO_BORDER, string name=wxPanelNameStr) | |
bool | Create (Window parent, int id, inout Point pos, inout Size size, int style, string name) |
Button | DefaultItem () |
void | DefaultItem (Button value) |
override void | InitDialog () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Window.
Reimplemented in DbGrid, Grid, HtmlWindow, HtmlListBox, ScrolledWindow, VListBox, VScrolledWindow, WizardPage, and WizardPageSimple.
this | ( | ) |
Reimplemented in Grid, HtmlWindow, HtmlListBox, VListBox, and VScrolledWindow.
public this | ( | Window | parent, | |
int | id, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxTAB_TRAVERSAL|wxNO_BORDER , |
|||
string | name = wxPanelNameStr | |||
) |
Constructor.
parent | The parent window. | |
id | An identifier for the panel. A value of -1 is taken to mean a default. | |
pos | The panel position. A value of (-1, -1) indicates a default position, chosen by either the windowing system or wxWidgets, depending on platform. | |
size | The panel size. A value of (-1, -1) indicates a default size, chosen by either the windowing system or wxWidgets, depending on platform. | |
style | The window style. See wxPanel. | |
name | Used to associate a name with the window, allowing the application user to set Motif resource values for individual dialog boxes. |
Reimplemented from Window.
Reimplemented in Grid, and HtmlWindow.
this | ( | Window | parent, | |
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxTAB_TRAVERSAL|wxNO_BORDER , |
|||
string | name = wxPanelNameStr | |||
) |
Reimplemented in HtmlWindow.
Button DefaultItem | ( | ) |
void DefaultItem | ( | Button | value | ) |
override void InitDialog | ( | ) |
Reimplemented from Window.