GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

GlistBox::GlistItem Class Reference

#include <GlistBox.h>

Inheritance diagram for GlistBox::GlistItem:

Gwidget Gobject List of all members.

Public Methods

 GlistItem (Gstring label)
 GlistItem (const char *label)
 ~GlistItem ()
Gstring GetText ()
virtual void OnEvent (GdkEvent *e, void *user_data)
int HashCode ()

Detailed Description

The items of a list
See also:
GlistBox
Author(s):
Thiabut Nicolas
Version:
0.1.0


Constructor & Destructor Documentation

GlistBox::GlistItem::GlistItem ( Gstring label )
 

Construct an item with the given label

GlistBox::GlistItem::GlistItem ( const char * label )
 

Construct an item with the given label


Member Function Documentation

Gstring GlistBox::GlistItem::GetText ( )
 

Return the label of the item

int GlistBox::GlistItem::HashCode ( ) [virtual]
 

Return a hash code for the object. By default the memory adress

Reimplemented from Gobject.

virtual void GlistBox::GlistItem::OnEvent ( GdkEvent * e,
void * user_data ) [virtual]
 

Action performed when an event occur

Reimplemented from Gwidget.


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

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002