Ardour  8.7-15-gadf511264b
treeview_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_TREEVIEW_P_H
4 #define _GTKMM_TREEVIEW_P_H
5 
6 
8 
9 #include <glibmm/class.h>
10 
11 namespace Gtk
12 {
13 
14 class TreeView_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18  typedef TreeView CppObjectType;
19  typedef GtkTreeView BaseObjectType;
20  typedef GtkTreeViewClass BaseClassType;
21  typedef Gtk::Container_Class CppClassParent;
22  typedef GtkContainerClass BaseClassParent;
23 
24  friend class TreeView;
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.
41  static gboolean test_expand_row_callback(GtkTreeView* self, GtkTreeIter* p0, GtkTreePath* p1);
47 
48  //Callbacks (virtual functions):
49 };
50 
51 
52 } // namespace Gtk
53 
54 
55 #endif /* _GTKMM_TREEVIEW_P_H */
56 
static void row_collapsed_callback(GtkTreeView *self, GtkTreeIter *p0, GtkTreePath *p1)
static void cursor_changed_callback(GtkTreeView *self)
static void columns_changed_callback(GtkTreeView *self)
const Glib::Class & init()
static void class_init_function(void *g_class, void *class_data)
static void row_activated_callback(GtkTreeView *self, GtkTreePath *p0, GtkTreeViewColumn *p1)
static Glib::ObjectBase * wrap_new(GObject *)
static void set_scroll_adjustments_callback(GtkTreeView *self, GtkAdjustment *p0, GtkAdjustment *p1)
static gboolean test_collapse_row_callback(GtkTreeView *self, GtkTreeIter *p0, GtkTreePath *p1)
static void row_expanded_callback(GtkTreeView *self, GtkTreeIter *p0, GtkTreePath *p1)
static gboolean test_expand_row_callback(GtkTreeView *self, GtkTreeIter *p0, GtkTreePath *p1)
struct _GtkTreePath GtkTreePath
Definition: gtktreemodel.h:44
Definition: ardour_ui.h:188