add new sigc++2 directory
[ardour.git] / libs / gtkmm2 / gtk / gtkmm / private / button_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GTKMM_BUTTON_P_H
4 #define _GTKMM_BUTTON_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 Button_Class : public Glib::Class
15 {
16 public:
17 #ifndef DOXYGEN_SHOULD_SKIP_THIS
18   typedef Button CppObjectType;
19   typedef GtkButton BaseObjectType;
20   typedef GtkButtonClass BaseClassType;
21   typedef Gtk::Bin_Class CppClassParent;
22   typedef GtkBinClass BaseClassParent;
23
24   friend class Button;
25 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
26
27   const Glib::Class& init();
28
29   static void class_init_function(void* g_class, void* class_data);
30
31   static Glib::ObjectBase* wrap_new(GObject*);
32
33 protected:
34
35 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
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 pressed_callback(GtkButton* self);
40   static void released_callback(GtkButton* self);
41   static void clicked_callback(GtkButton* self);
42   static void enter_callback(GtkButton* self);
43   static void leave_callback(GtkButton* self);
44   static void activate_callback(GtkButton* self);
45 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
46
47   //Callbacks (virtual functions):
48 #ifdef GLIBMM_VFUNCS_ENABLED
49 #endif //GLIBMM_VFUNCS_ENABLED
50 };
51
52
53 } // namespace Gtk
54
55
56 #endif /* _GTKMM_BUTTON_P_H */
57