The GTK implementation of vgui_statusbar. More...
#include <vgui_gtk2_statusbar.h>
Public Member Functions | |
vgui_gtk2_statusbar () | |
Constructor, creates a GTK status bar and displays it. | |
~vgui_gtk2_statusbar () | |
Destructor. | |
int | write (const char *text, int n) |
Append given text (of given length) to the status bar. | |
int | write (const char *text) |
Append given text to the status bar. | |
Public Attributes | |
GtkWidget * | widget |
vcl_string | linebuffer |
vgui_statusbuf * | statusbuf |
vcl_ostream | out |
The GTK implementation of vgui_statusbar.
The GTK status bar for the main window of the application.
Definition at line 28 of file vgui_gtk2_statusbar.h.
vgui_gtk2_statusbar::vgui_gtk2_statusbar | ( | ) |
Constructor, creates a GTK status bar and displays it.
Definition at line 13 of file vgui_gtk2_statusbar.cxx.
vgui_gtk2_statusbar::~vgui_gtk2_statusbar | ( | ) |
Destructor.
Definition at line 20 of file vgui_gtk2_statusbar.cxx.
int vgui_gtk2_statusbar::write | ( | const char * | text, |
int | n | ||
) | [virtual] |
Append given text (of given length) to the status bar.
Implements vgui_statusbar.
Definition at line 29 of file vgui_gtk2_statusbar.cxx.
int vgui_gtk2_statusbar::write | ( | const char * | text | ) | [virtual] |
Append given text to the status bar.
Implements vgui_statusbar.
Definition at line 51 of file vgui_gtk2_statusbar.cxx.
vcl_string vgui_gtk2_statusbar::linebuffer |
Definition at line 44 of file vgui_gtk2_statusbar.h.
vcl_ostream vgui_gtk2_statusbar::out |
Definition at line 46 of file vgui_gtk2_statusbar.h.
Definition at line 45 of file vgui_gtk2_statusbar.h.
GtkWidget* vgui_gtk2_statusbar::widget |
Definition at line 43 of file vgui_gtk2_statusbar.h.