Ardour  9.0-pre0-582-g084a23a80d
Gtk::TextBuffer_Class Class Reference

#include <textbuffer_p.h>

Inheritance diagram for Gtk::TextBuffer_Class:
[legend]

Public Member Functions

const Glib::Class & init ()
 

Static Public Member Functions

static void class_init_function (void *g_class, void *class_data)
 
static Glib::ObjectBase * wrap_new (GObject *)
 

Static Protected Member Functions

static void insert_text_callback (GtkTextBuffer *self, GtkTextIter *p0, const gchar *p1, gint p2)
 
static void insert_pixbuf_callback (GtkTextBuffer *self, GtkTextIter *p0, GdkPixbuf *p1)
 
static void insert_child_anchor_callback (GtkTextBuffer *self, GtkTextIter *p0, GtkTextChildAnchor *p1)
 
static void delete_range_callback (GtkTextBuffer *self, GtkTextIter *p0, GtkTextIter *p1)
 
static void changed_callback (GtkTextBuffer *self)
 
static void modified_changed_callback (GtkTextBuffer *self)
 
static void mark_set_callback (GtkTextBuffer *self, const GtkTextIter *p0, GtkTextMark *p1)
 
static void mark_deleted_callback (GtkTextBuffer *self, GtkTextMark *p0)
 
static void apply_tag_callback (GtkTextBuffer *self, GtkTextTag *p0, const GtkTextIter *p1, const GtkTextIter *p2)
 
static void remove_tag_callback (GtkTextBuffer *self, GtkTextTag *p0, const GtkTextIter *p1, const GtkTextIter *p2)
 
static void begin_user_action_callback (GtkTextBuffer *self)
 
static void end_user_action_callback (GtkTextBuffer *self)
 

Detailed Description

Definition at line 14 of file textbuffer_p.h.

Member Function Documentation

◆ apply_tag_callback()

static void Gtk::TextBuffer_Class::apply_tag_callback ( GtkTextBuffer self,
GtkTextTag p0,
const GtkTextIter p1,
const GtkTextIter p2 
)
staticprotected

◆ begin_user_action_callback()

static void Gtk::TextBuffer_Class::begin_user_action_callback ( GtkTextBuffer self)
staticprotected

◆ changed_callback()

static void Gtk::TextBuffer_Class::changed_callback ( GtkTextBuffer self)
staticprotected

◆ class_init_function()

static void Gtk::TextBuffer_Class::class_init_function ( void *  g_class,
void *  class_data 
)
static

◆ delete_range_callback()

static void Gtk::TextBuffer_Class::delete_range_callback ( GtkTextBuffer self,
GtkTextIter p0,
GtkTextIter p1 
)
staticprotected

◆ end_user_action_callback()

static void Gtk::TextBuffer_Class::end_user_action_callback ( GtkTextBuffer self)
staticprotected

◆ init()

const Glib::Class& Gtk::TextBuffer_Class::init ( )

◆ insert_child_anchor_callback()

static void Gtk::TextBuffer_Class::insert_child_anchor_callback ( GtkTextBuffer self,
GtkTextIter p0,
GtkTextChildAnchor p1 
)
staticprotected

◆ insert_pixbuf_callback()

static void Gtk::TextBuffer_Class::insert_pixbuf_callback ( GtkTextBuffer self,
GtkTextIter p0,
GdkPixbuf *  p1 
)
staticprotected

◆ insert_text_callback()

static void Gtk::TextBuffer_Class::insert_text_callback ( GtkTextBuffer self,
GtkTextIter p0,
const gchar *  p1,
gint  p2 
)
staticprotected

◆ mark_deleted_callback()

static void Gtk::TextBuffer_Class::mark_deleted_callback ( GtkTextBuffer self,
GtkTextMark p0 
)
staticprotected

◆ mark_set_callback()

static void Gtk::TextBuffer_Class::mark_set_callback ( GtkTextBuffer self,
const GtkTextIter p0,
GtkTextMark p1 
)
staticprotected

◆ modified_changed_callback()

static void Gtk::TextBuffer_Class::modified_changed_callback ( GtkTextBuffer self)
staticprotected

◆ remove_tag_callback()

static void Gtk::TextBuffer_Class::remove_tag_callback ( GtkTextBuffer self,
GtkTextTag p0,
const GtkTextIter p1,
const GtkTextIter p2 
)
staticprotected

◆ wrap_new()

static Glib::ObjectBase* Gtk::TextBuffer_Class::wrap_new ( GObject *  )
static

The documentation for this class was generated from the following file: