
Public Types | |
| enum | { wxLI_HORIZONTAL = Orientation.wxHORIZONTAL, wxLI_VERTICAL = Orientation.wxVERTICAL } |
Public Member Functions | |
| this (IntPtr wxobj) | |
| this () | |
| this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxLI_HORIZONTAL, string name=wxStaticTextNameStr) | |
| this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxLI_HORIZONTAL, string name=wxStaticTextNameStr) | |
| bool | Create (Window parent, int id, inout Point pos, inout Size size, int style, string name) |
| bool | IsVertical () |
| int | DefaultSize () |
Static Public Member Functions | |
| static wxObject | New (IntPtr wxobj) |
Public Attributes | |
| const string | wxStaticTextNameStr = "message" |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Control.
| this | ( | ) |
| this | ( | Window | parent, | |
| int | id, | |||
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = wxLI_HORIZONTAL, |
|||
| string | name = wxStaticTextNameStr | |||
| ) |
| this | ( | Window | parent, | |
| Point | pos = wxDefaultPosition, |
|||
| Size | size = wxDefaultSize, |
|||
| int | style = wxLI_HORIZONTAL, |
|||
| string | name = wxStaticTextNameStr | |||
| ) |
| bool IsVertical | ( | ) |
| int DefaultSize | ( | ) |
| const string wxStaticTextNameStr = "message" |
1.5.4