Ardour  8.7-15-gadf511264b
combo_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_COMBO_P_H
4 #define _GTKMM_COMBO_P_H
5 #ifndef GTKMM_DISABLE_DEPRECATED
6 
7 
8 #include <gtkmm/private/box_p.h>
9 #include <gtkmm/private/item_p.h>
10 
11 #include <glibmm/class.h>
12 
13 namespace Gtk
14 {
15 
16 class ComboDropDownItem_Class : public Glib::Class
17 {
18 public:
19 #ifndef DOXYGEN_SHOULD_SKIP_THIS
20  typedef ComboDropDownItem CppObjectType;
21  typedef GtkListItem BaseObjectType;
22  typedef GtkListItemClass BaseClassType;
23  typedef Gtk::Item_Class CppClassParent;
24  typedef GtkItemClass BaseClassParent;
25 
26  friend class ComboDropDownItem;
27 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
28 
29  const Glib::Class& init();
30 
31 
32  static void class_init_function(void* g_class, void* class_data);
33 
34  static Glib::ObjectBase* wrap_new(GObject*);
35 
36 protected:
37 
38  //Callbacks (default signal handlers):
39  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
40  //You could prevent the original default signal handlers being called by overriding the *_impl method.
41  static void scroll_horizontal_callback(GtkListItem* self, GtkScrollType p0, gfloat p1);
42  static void scroll_vertical_callback(GtkListItem* self, GtkScrollType p0, gfloat p1);
43 
44  //Callbacks (virtual functions):
45 };
46 
47 
48 } // namespace Gtk
49 
50 
51 #include <glibmm/class.h>
52 
53 namespace Gtk
54 {
55 
56 class ComboDropDown_Class : public Glib::Class
57 {
58 public:
59 #ifndef DOXYGEN_SHOULD_SKIP_THIS
60  typedef ComboDropDown CppObjectType;
61  typedef GtkList BaseObjectType;
62  typedef GtkListClass BaseClassType;
63  typedef Gtk::Container_Class CppClassParent;
64  typedef GtkContainerClass BaseClassParent;
65 
66  friend class ComboDropDown;
67 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
68 
69  const Glib::Class& init();
70 
71 
72  static void class_init_function(void* g_class, void* class_data);
73 
74  static Glib::ObjectBase* wrap_new(GObject*);
75 
76 protected:
77 
78  //Callbacks (default signal handlers):
79  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
80  //You could prevent the original default signal handlers being called by overriding the *_impl method.
81  static void select_child_callback(GtkList* self, GtkWidget* p0);
82  static void selection_changed_callback(GtkList* self);
83  static void unselect_child_callback(GtkList* self, GtkWidget* p0);
84 
85  //Callbacks (virtual functions):
86 };
87 
88 
89 } // namespace Gtk
90 
91 
92 #include <glibmm/class.h>
93 
94 namespace Gtk
95 {
96 
97 class Combo_Class : public Glib::Class
98 {
99 public:
100 #ifndef DOXYGEN_SHOULD_SKIP_THIS
101  typedef Combo CppObjectType;
102  typedef GtkCombo BaseObjectType;
103  typedef GtkComboClass BaseClassType;
104  typedef Gtk::HBox_Class CppClassParent;
105  typedef GtkHBoxClass BaseClassParent;
106 
107  friend class Combo;
108 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
109 
110  const Glib::Class& init();
111 
112 
113  static void class_init_function(void* g_class, void* class_data);
114 
115  static Glib::ObjectBase* wrap_new(GObject*);
116 
117 protected:
118 
119  //Callbacks (default signal handlers):
120  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
121  //You could prevent the original default signal handlers being called by overriding the *_impl method.
122 
123  //Callbacks (virtual functions):
124 };
125 
126 
127 } // namespace Gtk
128 
129 #endif // GTKMM_DISABLE_DEPRECATED
130 
131 
132 #endif /* _GTKMM_COMBO_P_H */
133 
static void class_init_function(void *g_class, void *class_data)
static Glib::ObjectBase * wrap_new(GObject *)
static void scroll_horizontal_callback(GtkListItem *self, GtkScrollType p0, gfloat p1)
const Glib::Class & init()
static void scroll_vertical_callback(GtkListItem *self, GtkScrollType p0, gfloat p1)
static void selection_changed_callback(GtkList *self)
static void select_child_callback(GtkList *self, GtkWidget *p0)
static void unselect_child_callback(GtkList *self, GtkWidget *p0)
static void class_init_function(void *g_class, void *class_data)
const Glib::Class & init()
static Glib::ObjectBase * wrap_new(GObject *)
static Glib::ObjectBase * wrap_new(GObject *)
static void class_init_function(void *g_class, void *class_data)
const Glib::Class & init()
GtkScrollType
Definition: gtkenums.h:359
Definition: ardour_ui.h:188