
Public Member Functions | |
| bool | Create (Window parent, int id, wx.WindowStyles style, wxString name) |
| bool | Create (Window parent, int id, wx.WindowStyles style, string name) |
| bool | GetFieldRect (int i, ref Rectangle rect) |
| string | GetStatusText (int number) |
| void | PopStatusText (int field) |
| void | PopStatusText () |
| void | PushStatusText (wxString xstring, int field) |
| void | PushStatusText (string xstring, int field) |
| void | PushStatusText (string xstring) |
| void | SetFieldsCount (int number, int[] widths) |
| void | SetStatusText (wxString text, int number) |
| void | SetStatusText (string text, int number) |
| void | SetStatusText (string text) |
| void | SetStatusWidths (int n, int[] widths) |
| StatusBar (Window parent, wx.WindowStyles style, string name) | |
| StatusBar (Window parent, wx.WindowStyles style) | |
| StatusBar (Window parent, int id, wx.WindowStyles style, string name) | |
| StatusBar (Window parent, int id, wx.WindowStyles style) | |
| StatusBar (Window parent) | |
| StatusBar () | |
| StatusBar (IntPtr wxObject) | |
Properties | |
| int | BorderX [get] |
| int | BorderY [get] |
| int | FieldsCount [get] |
| new int | MinHeight [set] |
| int[] | StatusStyles [set] |
| string | StatusText [get, set] |
| int[] | StatusWidths [set] |
| wx.StatusBar.StatusBar | ( | IntPtr | wxObject | ) |
| wx.StatusBar.StatusBar | ( | ) |
| wx.StatusBar.StatusBar | ( | Window | parent | ) |
| wx.StatusBar.StatusBar | ( | Window | parent, | |
| int | id, | |||
| wx.WindowStyles | style | |||
| ) |
| wx.StatusBar.StatusBar | ( | Window | parent, | |
| int | id, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| wx.StatusBar.StatusBar | ( | Window | parent, | |
| wx.WindowStyles | style | |||
| ) |
| wx.StatusBar.StatusBar | ( | Window | parent, | |
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| bool wx.StatusBar.Create | ( | Window | parent, | |
| int | id, | |||
| wx.WindowStyles | style, | |||
| wxString | name | |||
| ) |
| bool wx.StatusBar.Create | ( | Window | parent, | |
| int | id, | |||
| wx.WindowStyles | style, | |||
| string | name | |||
| ) |
| bool wx.StatusBar.GetFieldRect | ( | int | i, | |
| ref Rectangle | rect | |||
| ) |
| string wx.StatusBar.GetStatusText | ( | int | number | ) |
| void wx.StatusBar.PopStatusText | ( | int | field | ) |
| void wx.StatusBar.PopStatusText | ( | ) |
| void wx.StatusBar.PushStatusText | ( | wxString | xstring, | |
| int | field | |||
| ) |
| void wx.StatusBar.PushStatusText | ( | string | xstring, | |
| int | field | |||
| ) |
| void wx.StatusBar.PushStatusText | ( | string | xstring | ) |
| void wx.StatusBar.SetFieldsCount | ( | int | number, | |
| int[] | widths | |||
| ) |
| void wx.StatusBar.SetStatusText | ( | wxString | text, | |
| int | number | |||
| ) |
| void wx.StatusBar.SetStatusText | ( | string | text, | |
| int | number | |||
| ) |
| void wx.StatusBar.SetStatusText | ( | string | text | ) |
| void wx.StatusBar.SetStatusWidths | ( | int | n, | |
| int[] | widths | |||
| ) |
int wx.StatusBar.BorderX [get] |
int wx.StatusBar.BorderY [get] |
int wx.StatusBar.FieldsCount [get] |
new int wx.StatusBar.MinHeight [set] |
Get or set the minimal height of the window.
Reimplemented from wx.Window.
int [] wx.StatusBar.StatusStyles [set] |
string wx.StatusBar.StatusText [get, set] |
int [] wx.StatusBar.StatusWidths [set] |