gtkutil::Widget Class Reference

Abstract base class for an object which wraps, owns or produces a GtkWidget. More...

#include <Widget.h>

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

Public Member Functions

GtkWidgetgetWidget () const
 Return the GtkWidget for packing into the parent window.

Protected Member Functions

virtual GtkWidget_getWidget () const =0
 Construct and/or return the GtkWidget.

Detailed Description

Abstract base class for an object which wraps, owns or produces a GtkWidget.

Definition at line 12 of file Widget.h.


Member Function Documentation

virtual GtkWidget* gtkutil::Widget::_getWidget (  )  const [protected, pure virtual]

Construct and/or return the GtkWidget.

Implemented in gtkutil::SourceView, and gtkutil::TextPanel.

Referenced by getWidget().

GtkWidget* gtkutil::Widget::getWidget (  )  const [inline]

Return the GtkWidget for packing into the parent window.

This may be a single GtkWidget or a container which encloses multiple widgets. The widget is guaranteed to be shown when returned from this method.

Definition at line 32 of file Widget.h.

References _getWidget().


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

Generated by  doxygen 1.6.2