Public member index:
-
Gtk_Text(Gtk_Adjustment &hadj,Gtk_Adjustment &vadj);
-
-
Gtk_Text(GtkText *castitem);
-
-
Gtk_Text();
-
-
void set_word_wrap(bool word_wrap);
-
-
void set_line_wrap(bool line_wrap);
-
-
void set_adjustments(Gtk_Adjustment &hadj,Gtk_Adjustment &vadj);
-
-
const Gtk_Adjustment *get_hadjustment();
-
-
const Gtk_Adjustment *get_vadjustment();
-
-
void set_point(guint index);
-
-
guint get_point()const;
-
-
guint get_length()const;
-
-
void freeze();
-
-
void thaw();
-
-
void insert(const Gdk_Font &font,const Gdk_Color &fore,const Gdk_Color &back,const _gtk_string &chars,gint length);
-
-
gint backward_delete(guint nchars);
-
-
gint forward_delete(guint nchars);
-
-
GtkText *gtkobj();
-
-
const GtkText *gtkobj()const;
-
-
static bool isGtkText(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
-
-
Private member index:
-
-
-
GtkType get_type();
-
|