Class Index | Cross Index | Namespace Index |
Contained in: Gtk
Derived from:
Gtk::Editable
Derived by:
Gtk::SpinButton
#include <gtk--/entry.h>
public function member index: |
||
explicit | Entry | (guint max); |
Entry | (); | |
void | append_text | (const string& text); |
string | get_text | () const; |
unsigned int | get_text_length | () const; |
GtkEntry* | gtkobj | (); |
const GtkEntry* | gtkobj | () const; |
static bool | isA | (Object* object); |
void | prepend_text | (const string& text); |
void | select_region | (gint start, gint end); |
void | set_max_length | (guint16 max); |
void | set_position | (gint position); |
void | set_text | (const string& text); |
void | set_visibility | (bool visible); |
virtual | ~Entry | (); |