Ardour  8.7-15-gadf511264b
assistant_p.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_ASSISTANT_P_H
4 #define _GTKMM_ASSISTANT_P_H
5 
6 
8 
9 #include <glibmm/class.h>
10 
11 namespace Gtk
12 {
13 
14 class Assistant_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18  typedef Assistant CppObjectType;
19  typedef GtkAssistant BaseObjectType;
20  typedef GtkAssistantClass BaseClassType;
21  typedef Gtk::Window_Class CppClassParent;
22  typedef GtkWindowClass BaseClassParent;
23 
24  friend class Assistant;
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 prepare_callback(GtkAssistant* self, GtkWidget* p0);
40  static void apply_callback(GtkAssistant* self);
41  static void close_callback(GtkAssistant* self);
42  static void cancel_callback(GtkAssistant* self);
43 
44  //Callbacks (virtual functions):
45 };
46 
47 
48 } // namespace Gtk
49 
50 
51 #endif /* _GTKMM_ASSISTANT_P_H */
52 
static void close_callback(GtkAssistant *self)
static void prepare_callback(GtkAssistant *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 void cancel_callback(GtkAssistant *self)
static void apply_callback(GtkAssistant *self)
Definition: ardour_ui.h:188