Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkText *gtkobj();
-
-
const GtkText *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Text();
-
-
Gtk_Text(Gtk_Adjustment &hadj,Gtk_Adjustment &vadj);
-
-
Gtk_Text();
-
-
emitable signal void Gtk_Adjustment *,Gtk_Adjustment *(set_scroll_adjustments);
-
-
void set_word_wrap(bool word_wrap);
-
-
void set_line_wrap(bool line_wrap);
-
-
void set_adjustments(Gtk_Adjustment *hadj=0,Gtk_Adjustment *vadj=0);
-
-
void set_adjustments(Gtk_Adjustment &hadj,Gtk_Adjustment &vadj);
-
-
Gtk_Adjustment *get_hadjustment()const;
-
-
Gtk_Adjustment *get_vadjustment()const;
-
-
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 gtkmm_string &chars,gint length);
-
-
gint backward_delete(guint nchars);
-
-
gint forward_delete(guint nchars);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Text(GtkText *castitem);
-
-
virtual void set_scroll_adjustments_impl(Gtk_Adjustment *p0,Gtk_Adjustment *p1);
-
Private member index:
-
-
-
Gtk_Text(const Gtk_Text &);
-
-
Gtk_Text &operator =(const Gtk_Text &);
-
|