Public Member Functions | Public Attributes
vgui_gtk_statusbar Class Reference

The GTK implementation of vgui_statusbar. More...

#include <vgui_gtk_statusbar.h>

Inheritance diagram for vgui_gtk_statusbar:
Inheritance graph
[legend]

List of all members.

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_statusbufstatusbuf
vcl_ostream out

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 44 of file vgui_gtk_statusbar.h.

Definition at line 46 of file vgui_gtk_statusbar.h.

Definition at line 45 of file vgui_gtk_statusbar.h.

Definition at line 43 of file vgui_gtk_statusbar.h.


The documentation for this class was generated from the following files: