GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

GcomboBox Class Reference

#include <GcomboBox.h>

Inheritance diagram for GcomboBox:

Gwidget Gobject List of all members.

Public Methods

 GcomboBox ()
 ~GcomboBox ()
GlistGetItems ()
void SetItems (Glist *items)
Gstring GetText ()
void SetText (Gstring text)

Detailed Description

This class implements a combo box (a scrollable text with multiple items)
Author(s):
Thibaut Nicolas
Version:
0.1.0


Constructor & Destructor Documentation

GcomboBox::GcomboBox ( )
 

Build an empty box


Member Function Documentation

Glist * GcomboBox::GetItems ( )
 

Return a Gstring* list of the items

Gstring GcomboBox::GetText ( )
 

Return the selected item

void GcomboBox::SetItems ( Glist * items )
 

Set the items of the box

Parameters:
items   A Gstring* Glist of items

void GcomboBox::SetText ( Gstring text )
 

Set the text of in entry of the box


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