class GroupEntry

Gtk Group Entry class.

Inheritance:

GroupEntry


Public Fields

[more]SigC::Signal1<void, int> entry_activated
rising when activated and providing vector index

Public Methods

[more] GroupEntry( list<char* >& strlist, int entry_width = 80, int height = 22, int length = 6)
Constructor.
[more]string get_entry( int i)
get the text value of entry with index i
[more]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.
o 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.

oSigC::Signal1<void, int> entry_activated
rising when activated and providing vector index

ostring get_entry( int i)
get the text value of entry with index i

ovoid 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++.