
Public Member Functions | |
| this () | |
| this (IntPtr wxobj) | |
| this (Window window, int id, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name=wxStaticBoxNameStr) | |
| this (Window window, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=0, string name=wxStaticBoxNameStr) | |
| bool | Create (Window window, int id, string label, inout Point pos, inout Size size, int style, string name) |
Static Public Member Functions | |
| static wxObject | New (IntPtr wxobj) |
Public Attributes | |
| const string | wxStaticBoxNameStr = "groupBox" |
| this | ( | ) |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
| this | ( | Window | window, | |
| int | id, | |||
| string | label, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = 0, |
|||
| string | name = wxStaticBoxNameStr | |||
| ) |
| this | ( | Window | window, | |
| string | label, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = 0, |
|||
| string | name = wxStaticBoxNameStr | |||
| ) |
| bool Create | ( | Window | window, | |
| int | id, | |||
| string | label, | |||
| inout Point | pos, | |||
| inout Size | size, | |||
| int | style, | |||
| string | name | |||
| ) |
| const string wxStaticBoxNameStr = "groupBox" |
1.5.4