Gtk Group Entry class.
Inheritance:
GroupEntry
Public Fields
-
SigC::Signal1<void, int> entry_activated
- rising when activated and providing vector index
Public Methods
-
GroupEntry( list<char* >& strlist, int entry_width = 80, int height = 22, int length = 6)
- Constructor.
-
string get_entry( int i)
- get the text value of entry with index i
-
void set_entry( int i, string s)
- set the text value of entry with index i
Documentation
Gtk Group Entry class.
This class provides a group of Gtk Entries that are surrounded
by a frame and stored in a vector for easy access.
It includes a signal rising when
an Entry is activated, providing the vector index of the
concerning entry.
- GroupEntry( list<char* >& strlist, int entry_width = 80, int height = 22, int length = 6)
- Constructor. The first string in strlist is the frame label the
next ones are the labels next to the entries.
- SigC::Signal1<void, int> entry_activated
- rising when activated and providing vector index
- string get_entry( int i)
- get the text value of entry with index i
- void set_entry( int i, string s)
- set the text value of entry with index i
- This class has no child classes.
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.