GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
Widget Class Reference

#include <Widget.H>

Inheritance diagram for Widget:
Inheritance graph
[legend]
Collaboration diagram for Widget:
Collaboration graph
[legend]

Public Member Functions

virtual ~Widget ()
 Destructor. More...
 
GtkWidget * ref (void)
 
void unref (void)
 

Protected Attributes

GtkWidget * widget
 The container based widget. More...
 

Detailed Description

Encapsulates the GtkWidget object

Definition at line 6 of file Widget.H.

Constructor & Destructor Documentation

virtual Widget::~Widget ( )
inlinevirtual

Destructor.

Definition at line 10 of file Widget.H.

Member Function Documentation

GtkWidget* Widget::ref ( void  )
inline

Add a reference to the widget

Definition at line 14 of file Widget.H.

void Widget::unref ( void  )
inline

Remove a reference from the widget

Definition at line 20 of file Widget.H.

Member Data Documentation

GtkWidget* Widget::widget
protected

The container based widget.

Definition at line 8 of file Widget.H.


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