Ardour  9.0-pre0-384-ga76afae0e9
action_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_ACTION_P_H
4 #define _GTKMM_ACTION_P_H
5 
6 
7 #include <glibmm/private/object_p.h>
8 
9 #include <glibmm/class.h>
10 
11 namespace Gtk
12 {
13 
14 class Action_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18  typedef Action CppObjectType;
19  typedef GtkAction BaseObjectType;
20  typedef GtkActionClass BaseClassType;
21  typedef Glib::Object_Class CppClassParent;
22  typedef GObjectClass BaseClassParent;
23 
24  friend class Action;
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  static void activate_callback(GtkAction* self);
40 
41  //Callbacks (virtual functions):
44  static void connect_proxy_vfunc_callback(GtkAction* self, GtkWidget* proxy);
46 };
47 
48 
49 } // namespace Gtk
50 
51 
52 #endif /* _GTKMM_ACTION_P_H */
53 
static void disconnect_proxy_vfunc_callback(GtkAction *self, GtkWidget *proxy)
static Glib::ObjectBase * wrap_new(GObject *)
static GtkWidget * create_tool_item_vfunc_callback(GtkAction *self)
static void class_init_function(void *g_class, void *class_data)
static void connect_proxy_vfunc_callback(GtkAction *self, GtkWidget *proxy)
static GtkWidget * create_menu_item_vfunc_callback(GtkAction *self)
static void activate_callback(GtkAction *self)
const Glib::Class & init()
Definition: ardour_ui.h:187