Ardour  8.7-15-gadf511264b
textbuffer_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_TEXTBUFFER_P_H
4 #define _GTKMM_TEXTBUFFER_P_H
5 
6 
7 #include <glibmm/private/object_p.h>
8 
9 #include <glibmm/class.h>
10 
11 namespace Gtk
12 {
13 
14 class TextBuffer_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18  typedef TextBuffer CppObjectType;
19  typedef GtkTextBuffer BaseObjectType;
20  typedef GtkTextBufferClass BaseClassType;
21  typedef Glib::Object_Class CppClassParent;
22  typedef GObjectClass BaseClassParent;
23 
24  friend class TextBuffer;
25 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
26 
27  const Glib::Class& init();
28 
29 
30  static void class_init_function(void* g_class, void* class_data);
31 
32  static Glib::ObjectBase* wrap_new(GObject*);
33 
34 protected:
35 
36  //Callbacks (default signal handlers):
37  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
38  //You could prevent the original default signal handlers being called by overriding the *_impl method.
39  static void insert_text_callback(GtkTextBuffer* self, GtkTextIter* p0, const gchar* p1, gint p2);
40  static void insert_pixbuf_callback(GtkTextBuffer* self, GtkTextIter* p0, GdkPixbuf* p1);
43  static void changed_callback(GtkTextBuffer* self);
45  static void mark_set_callback(GtkTextBuffer* self, const GtkTextIter* p0, GtkTextMark* p1);
47  static void apply_tag_callback(GtkTextBuffer* self, GtkTextTag* p0, const GtkTextIter* p1, const GtkTextIter* p2);
48  static void remove_tag_callback(GtkTextBuffer* self, GtkTextTag* p0, const GtkTextIter* p1, const GtkTextIter* p2);
51 
52  //Callbacks (virtual functions):
53 };
54 
55 
56 } // namespace Gtk
57 
58 
59 #endif /* _GTKMM_TEXTBUFFER_P_H */
60 
static void begin_user_action_callback(GtkTextBuffer *self)
static void end_user_action_callback(GtkTextBuffer *self)
static void modified_changed_callback(GtkTextBuffer *self)
static void apply_tag_callback(GtkTextBuffer *self, GtkTextTag *p0, const GtkTextIter *p1, const GtkTextIter *p2)
static void insert_pixbuf_callback(GtkTextBuffer *self, GtkTextIter *p0, GdkPixbuf *p1)
static void insert_child_anchor_callback(GtkTextBuffer *self, GtkTextIter *p0, GtkTextChildAnchor *p1)
const Glib::Class & init()
static void class_init_function(void *g_class, void *class_data)
static void delete_range_callback(GtkTextBuffer *self, GtkTextIter *p0, GtkTextIter *p1)
static Glib::ObjectBase * wrap_new(GObject *)
static void insert_text_callback(GtkTextBuffer *self, GtkTextIter *p0, const gchar *p1, gint p2)
static void remove_tag_callback(GtkTextBuffer *self, GtkTextTag *p0, const GtkTextIter *p1, const GtkTextIter *p2)
static void mark_set_callback(GtkTextBuffer *self, const GtkTextIter *p0, GtkTextMark *p1)
static void changed_callback(GtkTextBuffer *self)
static void mark_deleted_callback(GtkTextBuffer *self, GtkTextMark *p0)
typedefG_BEGIN_DECLS struct _GtkTextChildAnchor GtkTextChildAnchor
Definition: gtktextchild.h:45
typedefG_BEGIN_DECLS struct _GtkTextMark GtkTextMark
Definition: gtktextmark.h:61
typedefG_BEGIN_DECLS struct _GtkTextIter GtkTextIter
Definition: gtktexttag.h:67
Definition: ardour_ui.h:188