Ardour  8.7-15-gadf511264b
colorselection_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_COLORSELECTION_P_H
4 #define _GTKMM_COLORSELECTION_P_H
5 
6 
7 #include <gtkmm/private/box_p.h>
9 
10 #include <glibmm/class.h>
11 
12 namespace Gtk
13 {
14 
15 class ColorSelection_Class : public Glib::Class
16 {
17 public:
18 #ifndef DOXYGEN_SHOULD_SKIP_THIS
19  typedef ColorSelection CppObjectType;
20  typedef GtkColorSelection BaseObjectType;
21  typedef GtkColorSelectionClass BaseClassType;
22  typedef Gtk::VBox_Class CppClassParent;
23  typedef GtkVBoxClass BaseClassParent;
24 
25  friend class ColorSelection;
26 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
27 
28  const Glib::Class& init();
29 
30 
31  static void class_init_function(void* g_class, void* class_data);
32 
33  static Glib::ObjectBase* wrap_new(GObject*);
34 
35 protected:
36 
37  //Callbacks (default signal handlers):
38  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
39  //You could prevent the original default signal handlers being called by overriding the *_impl method.
41 
42  //Callbacks (virtual functions):
43 };
44 
45 
46 } // namespace Gtk
47 
48 
49 #include <glibmm/class.h>
50 
51 namespace Gtk
52 {
53 
54 class ColorSelectionDialog_Class : public Glib::Class
55 {
56 public:
57 #ifndef DOXYGEN_SHOULD_SKIP_THIS
58  typedef ColorSelectionDialog CppObjectType;
59  typedef GtkColorSelectionDialog BaseObjectType;
60  typedef GtkColorSelectionDialogClass BaseClassType;
61  typedef Gtk::Dialog_Class CppClassParent;
62  typedef GtkDialogClass BaseClassParent;
63 
64  friend class ColorSelectionDialog;
65 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
66 
67  const Glib::Class& init();
68 
69 
70  static void class_init_function(void* g_class, void* class_data);
71 
72  static Glib::ObjectBase* wrap_new(GObject*);
73 
74 protected:
75 
76  //Callbacks (default signal handlers):
77  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
78  //You could prevent the original default signal handlers being called by overriding the *_impl method.
79 
80  //Callbacks (virtual functions):
81 };
82 
83 
84 } // namespace Gtk
85 
86 
87 #endif /* _GTKMM_COLORSELECTION_P_H */
88 
const Glib::Class & init()
static void class_init_function(void *g_class, void *class_data)
static Glib::ObjectBase * wrap_new(GObject *)
const Glib::Class & init()
static void class_init_function(void *g_class, void *class_data)
static Glib::ObjectBase * wrap_new(GObject *)
static void color_changed_callback(GtkColorSelection *self)
Definition: ardour_ui.h:188