Ardour  8.7-15-gadf511264b
ytkmm/ytkmm/gtkmm/private/window_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_WINDOW_P_H
4 #define _GTKMM_WINDOW_P_H
5 
6 
7 #include <gtkmm/private/bin_p.h>
8 
9 #include <glibmm/class.h>
10 
11 namespace Gtk
12 {
13 
14 class WindowGroup_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18  typedef WindowGroup CppObjectType;
19  typedef GtkWindowGroup BaseObjectType;
20  typedef GtkWindowGroupClass BaseClassType;
21  typedef Glib::Object_Class CppClassParent;
22  typedef GObjectClass BaseClassParent;
23 
24  friend class WindowGroup;
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 
40  //Callbacks (virtual functions):
41 };
42 
43 
44 } // namespace Gtk
45 
46 
47 #include <glibmm/class.h>
48 
49 namespace Gtk
50 {
51 
52 class Window_Class : public Glib::Class
53 {
54 public:
55 #ifndef DOXYGEN_SHOULD_SKIP_THIS
56  typedef Window CppObjectType;
57  typedef GtkWindow BaseObjectType;
58  typedef GtkWindowClass BaseClassType;
59  typedef Gtk::Bin_Class CppClassParent;
60  typedef GtkBinClass BaseClassParent;
61 
62  friend class Window;
63 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
64 
65  const Glib::Class& init();
66 
67 
68  static void class_init_function(void* g_class, void* class_data);
69 
70  static Glib::ObjectBase* wrap_new(GObject*);
71 
72 protected:
73 
74  //Callbacks (default signal handlers):
75  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
76  //You could prevent the original default signal handlers being called by overriding the *_impl method.
77  static void set_focus_callback(GtkWindow* self, GtkWidget* p0);
78  static gboolean frame_event_callback(GtkWindow* self, GdkEvent* p0);
79 
80  //Callbacks (virtual functions):
81  static void dispose_vfunc_callback(GObject* self);
82  };
83 
84 
85 } // namespace Gtk
86 
87 
88 #endif /* _GTKMM_WINDOW_P_H */
89 
static void class_init_function(void *g_class, void *class_data)
static Glib::ObjectBase * wrap_new(GObject *)
const Glib::Class & init()
static void set_focus_callback(GtkWindow *self, GtkWidget *p0)
const Glib::Class & init()
static void class_init_function(void *g_class, void *class_data)
static gboolean frame_event_callback(GtkWindow *self, GdkEvent *p0)
static Glib::ObjectBase * wrap_new(GObject *)
static void dispose_vfunc_callback(GObject *self)
Definition: ardour_ui.h:188