
Public Member Functions | |
| this (IntPtr wxobj) | |
| this () | |
| this (Window parent, int id, int style=wxST_SIZEGRIP, string name="") | |
| this (Window parent, int style=wxST_SIZEGRIP, string name="") | |
| bool | Create (Window parent, int id, int style, string name) |
| void | SetFieldsCount (int number, int[] widths) |
| int | FieldsCount () |
| int | BorderY () |
| int | BorderX () |
| bool | GetFieldRect (int i, inout Rectangle rect) |
| void | StatusText (string value) |
| string | StatusText () |
| void | SetStatusText (string text) |
| void | SetStatusText (string text, int number) |
| string | GetStatusText (int number) |
| void | StatusWidths (int[] value) |
| void | SetStatusWidths (int n, int *widths) |
| void | PopStatusText () |
| void | PopStatusText (int field) |
| void | PushStatusText (string xstring) |
| void | PushStatusText (string xstring, int field) |
| void | MinHeight (int value) |
| void | StatusStyles (int[] value) |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Window.
| this | ( | ) |
| this | ( | Window | parent, | |
| int | id, | |||
| int | style = wxST_SIZEGRIP, |
|||
| string | name = "" | |||
| ) |
| this | ( | Window | parent, | |
| int | style = wxST_SIZEGRIP, |
|||
| string | name = "" | |||
| ) |
| bool Create | ( | Window | parent, | |
| int | id, | |||
| int | style, | |||
| string | name | |||
| ) |
| void SetFieldsCount | ( | int | number, | |
| int[] | widths | |||
| ) |
| int FieldsCount | ( | ) |
| int BorderY | ( | ) |
| int BorderX | ( | ) |
| bool GetFieldRect | ( | int | i, | |
| inout Rectangle | rect | |||
| ) |
| void StatusText | ( | string | value | ) |
| string StatusText | ( | ) |
| void SetStatusText | ( | string | text | ) |
| void SetStatusText | ( | string | text, | |
| int | number | |||
| ) |
| string GetStatusText | ( | int | number | ) |
| void StatusWidths | ( | int[] | value | ) |
| void SetStatusWidths | ( | int | n, | |
| int * | widths | |||
| ) |
| void PopStatusText | ( | ) |
| void PopStatusText | ( | int | field | ) |
| void PushStatusText | ( | string | xstring | ) |
| void PushStatusText | ( | string | xstring, | |
| int | field | |||
| ) |
| void MinHeight | ( | int | value | ) |
| void StatusStyles | ( | int[] | value | ) |
1.5.4