Ardour  8.7-14-g57a6773833
menushell_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_MENUSHELL_P_H
4 #define _GTKMM_MENUSHELL_P_H
5 
6 
8 #include <gtkmm/menu.h>
9 #include <gtkmm/menubar.h>
10 #include <gtkmm/window.h>
11 
12 #include <glibmm/class.h>
13 
14 namespace Gtk
15 {
16 
17 class MenuShell_Class : public Glib::Class
18 {
19 public:
20 #ifndef DOXYGEN_SHOULD_SKIP_THIS
21  typedef MenuShell CppObjectType;
22  typedef GtkMenuShell BaseObjectType;
23  typedef GtkMenuShellClass BaseClassType;
24  typedef Gtk::Container_Class CppClassParent;
25  typedef GtkContainerClass BaseClassParent;
26 
27  friend class MenuShell;
28 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
29 
30  const Glib::Class& init();
31 
32 
33  static void class_init_function(void* g_class, void* class_data);
34 
35  static Glib::ObjectBase* wrap_new(GObject*);
36 
37 protected:
38 
39  //Callbacks (default signal handlers):
40  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
41  //You could prevent the original default signal handlers being called by overriding the *_impl method.
42  static void deactivate_callback(GtkMenuShell* self);
44 
45  //Callbacks (virtual functions):
46  static void insert_vfunc_callback(GtkMenuShell* self, GtkWidget* child, int position);
47  };
48 
49 
50 } // namespace Gtk
51 
52 
53 #endif /* _GTKMM_MENUSHELL_P_H */
54 
static Glib::ObjectBase * wrap_new(GObject *)
static void selection_done_callback(GtkMenuShell *self)
static void class_init_function(void *g_class, void *class_data)
const Glib::Class & init()
static void deactivate_callback(GtkMenuShell *self)
static void insert_vfunc_callback(GtkMenuShell *self, GtkWidget *child, int position)
Definition: ardour_ui.h:188