#include <GlistBox.h>
Inheritance diagram for GlistBox::GlistItem:

Public Methods | |
| GlistItem (Gstring label) | |
| GlistItem (const char *label) | |
| ~GlistItem () | |
| Gstring | GetText () |
| virtual void | OnEvent (GdkEvent *e, void *user_data) |
| int | HashCode () |
|
|
Construct an item with the given label |
|
|
Construct an item with the given label |
|
|
Return the label of the item |
|
|
Return a hash code for the object. By default the memory adress Reimplemented from Gobject. |
|
|
Action performed when an event occur Reimplemented from Gwidget. |