Public Member Functions | |
this (IntPtr wxobj) | |
this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name=wxControlNameStr) | |
this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name=wxControlNameStr) | |
void | Command () |
string | Label () |
void | Label (string value) |
int | GetAlignment () |
bool | SetFont (Font font) |
Static Public Member Functions | |
static wxObject | New (IntPtr wxobj) |
Public Attributes | |
const string | wxControlNameStr = "control" |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Window.
Reimplemented in BitmapButton, Button, CalendarCtrl, CheckBox, Choice, ComboBox, Gauge, Listbook, ListBox, CheckListBox, ListCtrl, ListView, Notebook, RadioBox, RadioButton, ScrollBar, Slider, SpinButton, SpinCtrl, StaticBitmap, StaticBox, StaticLine, StaticText, StyledTextCtrl, TabCtrl, TextCtrl, ToggleButton, ToolBar, and TreeCtrl.
this | ( | Window | parent, | |
int | id, | |||
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = 0 , |
|||
string | name = wxControlNameStr | |||
) |
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 = 0 , |
|||
string | name = wxControlNameStr | |||
) |
Reimplemented from Window.
static wxObject New | ( | IntPtr | wxobj | ) | [static] |
Reimplemented from Window.
Reimplemented in BitmapButton, Button, CheckBox, Choice, ComboBox, Gauge, Listbook, ListBox, ListCtrl, Notebook, RadioBox, RadioButton, ScrollBar, Slider, SpinButton, SpinCtrl, StaticBitmap, StaticBox, StaticLine, StaticText, StyledTextCtrl, TabCtrl, TextCtrl, ToggleButton, and TreeCtrl.
void Command | ( | ) |
string Label | ( | ) |
Reimplemented in BitmapButton, and RadioBox.
int GetAlignment | ( | ) |
bool SetFont | ( | Font | font | ) |
const string wxControlNameStr = "control" |