#include <wx/statusbr.h>
A status bar pane data container used by wxStatusBar.
Public Member Functions | |
wxStatusBarPane (int style=wxSB_NORMAL, int width=0) | |
Constructs the pane with the given style and width. More... | |
int | GetWidth () const |
Returns the pane width; it maybe negative, indicating a variable-width field. More... | |
int | GetStyle () const |
Returns the pane style. More... | |
wxString | GetText () const |
Returns the text currently shown in this pane. More... | |
wxStatusBarPane::wxStatusBarPane | ( | int | style = wxSB_NORMAL , |
int | width = 0 |
||
) |
Constructs the pane with the given style and width.
int wxStatusBarPane::GetStyle | ( | ) | const |
Returns the pane style.
wxString wxStatusBarPane::GetText | ( | ) | const |
Returns the text currently shown in this pane.
int wxStatusBarPane::GetWidth | ( | ) | const |
Returns the pane width; it maybe negative, indicating a variable-width field.