The GTK implementation of vgui_statusbar. More...
#include <vgui_gtk_statusbar.h>

Public Member Functions | |
| vgui_gtk_statusbar () | |
| Constructor, creates a GTK status bar and displays it. | |
| ~vgui_gtk_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_gtk_statusbar.h.
| vgui_gtk_statusbar::vgui_gtk_statusbar | ( | ) |
Constructor, creates a GTK status bar and displays it.
Definition at line 13 of file vgui_gtk_statusbar.cxx.
| vgui_gtk_statusbar::~vgui_gtk_statusbar | ( | ) |
Destructor.
Definition at line 20 of file vgui_gtk_statusbar.cxx.
| int vgui_gtk_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_gtk_statusbar.cxx.
| int vgui_gtk_statusbar::write | ( | const char * | text | ) | [virtual] |
Append given text to the status bar.
Implements vgui_statusbar.
Definition at line 51 of file vgui_gtk_statusbar.cxx.
| vcl_string vgui_gtk_statusbar::linebuffer |
Definition at line 44 of file vgui_gtk_statusbar.h.
| vcl_ostream vgui_gtk_statusbar::out |
Definition at line 46 of file vgui_gtk_statusbar.h.
Definition at line 45 of file vgui_gtk_statusbar.h.
| GtkWidget* vgui_gtk_statusbar::widget |
Definition at line 43 of file vgui_gtk_statusbar.h.
1.7.5.1