logo
Main Page | Namespaces | Classes | Compounds | Files | Compound Members | Related

GUIToolkit::ComboBox Class Reference

Combo Box. A selectable drop down list. More...

#include <ListBox.h>

Inheritance diagram for GUIToolkit::ComboBox:

GUIToolkit::Component List of all members.

Public Methods

 ComboBox ()
 Constructor.

 ~ComboBox ()
 Destructor.

void PutInWinForm (WinForm *WF, int x0, int y0, int sizex, int sizey)
 Place combobox on WinForm.

void add (ComboBoxItem *item)
 Puts 'item' on ComboBox.

void setSelected (ComboBoxItem *item)
 Sets the selected item to 'item'.

void setSelected (int index)
 Sets the selected item to index.

void show ()
 Show ComboBox.

void hide ()
 Hides ComboBox.

ComboBoxItemgetSelected ()
 Returns currently selected item.


Detailed Description

Combo Box. A selectable drop down list.

Definition at line 45 of file ListBox.h.


The documentation for this class was generated from the following files:
Syntopia Project. Visit the web page, or the SourceForge page.
Docs made by Doxygen. Email: Mikael Christensen