#include <TextPanel.h>
Public Member Functions | |
TextPanel () | |
~TextPanel () | |
void | setValue (const std::string &value) |
std::string | getValue () const |
Protected Member Functions | |
GtkWidget * | _getWidget () const |
Construct and/or return the GtkWidget. | |
Private Attributes | |
GtkWidget * | _widget |
Definition at line 7 of file TextPanel.h.
gtkutil::TextPanel::TextPanel | ( | ) |
Construct a TextPanel.
gtkutil::TextPanel::~TextPanel | ( | ) |
Destroy this TextPanel including all widgets.
GtkWidget* gtkutil::TextPanel::_getWidget | ( | ) | const [protected, virtual] |
Construct and/or return the GtkWidget.
Implements gtkutil::Widget.
std::string gtkutil::TextPanel::getValue | ( | ) | const [virtual] |
Get the current value of the string which is being edited by this widget.
Implements gtkutil::EditorWidget.
void gtkutil::TextPanel::setValue | ( | const std::string & | val | ) | [virtual] |
Set the value of the string which should be edited by this widget. The child editing widgets will be immediately updated to reflect the new value.
Implements gtkutil::EditorWidget.
GtkWidget* gtkutil::TextPanel::_widget [private] |
Definition at line 7 of file TextPanel.h.