| gltk
   0.3
    a C++ widget library built on GLUT | 
A Widget used to choose from a list of text items. More...
#include <comboboxtext.hh>
 
  
 | Public Member Functions | |
| void | append (std::string const &text) | 
| appends text to the list of strings | |
| std::string | get_active_text () const | 
| return the currently active text item | |
| void | remove_all () | 
| remove all items | |
| void | set_active_text (std::string const &text) | 
| set the default active text | |
| sigc::signal< void > & | signal_changed () | 
| signal when the active item is changed | |