Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkEntry *gtkobj();
-
-
const GtkEntry *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Entry();
-
-
explicit Gtk_Entry(guint max);
-
-
Gtk_Entry();
-
-
void set_text(const string &text);
-
-
string get_text()const;
-
-
unsigned int get_text_length()const;
-
-
void append_text(const string &text);
-
-
void prepend_text(const string &text);
-
-
void select_region(gint start,gint end);
-
-
void set_position(gint position);
-
-
void set_visibility(bool visible);
-
-
void set_max_length(guint16 max);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Entry(GtkEntry *castitem);
-
Private member index:
-
-
-
Gtk_Entry(const Gtk_Entry &);
-
-
Gtk_Entry &operator =(const Gtk_Entry &);
-
|