Ardour  9.0-pre0-386-g96ef4d20f2
treedragsource_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_TREEDRAGSOURCE_P_H
4 #define _GTKMM_TREEDRAGSOURCE_P_H
5 
6 
7 #include <glibmm/private/interface_p.h>
8 
9 #include <glibmm/private/interface_p.h>
10 
11 namespace Gtk
12 {
13 
14 class TreeDragSource_Class : public Glib::Interface_Class
15 {
16 public:
20  typedef Glib::Interface_Class CppClassParent;
21 
22  friend class TreeDragSource;
23 
24  const Glib::Interface_Class& init();
25 
26  static void iface_init_function(void* g_iface, void* iface_data);
27 
28  static Glib::ObjectBase* wrap_new(GObject*);
29 
30 protected:
31 
32  //Callbacks (default signal handlers):
33  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
34  //You could prevent the original default signal handlers being called by overriding the *_impl method.
35 
36  //Callbacks (virtual functions):
37  static gboolean drag_data_get_vfunc_callback(GtkTreeDragSource* self, GtkTreePath* path, GtkSelectionData* selection_data);
40 };
41 
42 
43 } // namespace Gtk
44 
45 
46 #endif /* _GTKMM_TREEDRAGSOURCE_P_H */
47 
static Glib::ObjectBase * wrap_new(GObject *)
GtkTreeDragSourceIface BaseClassType
static gboolean drag_data_delete_vfunc_callback(GtkTreeDragSource *self, GtkTreePath *path)
static void iface_init_function(void *g_iface, void *iface_data)
GtkTreeDragSource BaseObjectType
Glib::Interface_Class CppClassParent
static gboolean drag_data_get_vfunc_callback(GtkTreeDragSource *self, GtkTreePath *path, GtkSelectionData *selection_data)
const Glib::Interface_Class & init()
static gboolean row_draggable_vfunc_callback(GtkTreeDragSource *self, GtkTreePath *path)
struct _GtkTreeDragSource GtkTreeDragSource
Definition: gtktreednd.h:37
struct _GtkTreePath GtkTreePath
Definition: gtktreemodel.h:44
Definition: ardour_ui.h:187