Class Index | Cross Index | Namespace Index |
Contained in: Gtk
Derived from:
Gtk::Editable
Derived by:
none
#include <gtk--/text.h>
public function member index: |
||
Text | (Adjustment& hadj, Adjustment& vadj); | |
Text | (); | |
gint | backward_delete | (guint nchars); |
gint | forward_delete | (guint nchars); |
void | freeze | (); |
Context | get_context | () const; |
Adjustment* | get_hadjustment | () const; |
guint | get_length | () const; |
guint | get_point | () const; |
Adjustment* | get_vadjustment | () const; |
GtkText* | gtkobj | (); |
const GtkText* | gtkobj | () const; |
void | insert | (const Context& gc, const string& text); |
void | insert | (const Gdk_Font& font, const Gdk_Color& fore, const Gdk_Color& back, const nstring& chars, gint length); |
void | insert | (const string& text); |
static bool | isA | (Object* object); |
void | set_adjustments | (Adjustment& hadj, Adjustment& vadj); |
void | set_adjustments | (Adjustment* hadj=0, Adjustment* vadj=0); |
void | set_context | (); |
void | set_context | (const Context& gc); |
void | set_line_wrap | (bool line_wrap); |
void | set_point | (guint index); |
emitable signal void | set_scroll_adjustments | (Adjustment*, Adjustment*); |
void | set_word_wrap | (bool word_wrap); |
void | thaw | (); |
virtual | ~Text | (); |
protected function member index: |
||
virtual void | set_scroll_adjustments_impl | (Adjustment* p0, Adjustment* p1); |