#include <GlistBox.h>
Inheritance diagram for GlistBox:
Public Methods | |
GlistBox () | |
~GlistBox () | |
void | Append (Gstring s) |
void | Remove (Gstring s) |
void | Append (const char *item) |
void | Remove (const char *s) |
virtual void | OnAction (Gwidget *w, GdkEvent *e) |
GlistItem* | GetItem () |
|
Construct an empty listbox |
|
Append an item to the list |
|
Append an item to the list |
|
Return the item actually selected in the box
|
|
Action performed when a child widget sent an event Reimplemented from Gwidget. |
|
Remove an item from the list |
|
Remove an item from the list |