add new sigc++2 directory
[ardour.git] / libs / gtkmm2 / gtk / gtkmm / private / celleditable_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GTKMM_CELLEDITABLE_P_H
4 #define _GTKMM_CELLEDITABLE_P_H
5
6
7 #include <glibmm/private/interface_p.h>
8
9 #include <glibmm/private/interface_p.h>
10
11 namespace Gtk
12 {
13
14 class CellEditable_Class : public Glib::Interface_Class
15 {
16 public:
17   typedef CellEditable CppObjectType;
18   typedef GtkCellEditable BaseObjectType;
19   typedef GtkCellEditableIface BaseClassType;
20   typedef Glib::Interface_Class CppClassParent;
21
22   friend class CellEditable;
23
24   const Glib::Interface_Class& init();
25
26   static void iface_init_function(void* g_iface, void* iface_data);
27
28   static Glib::ObjectBase* wrap_new(GObject*);
29
30 protected:
31
32 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
33   //Callbacks (default signal handlers):
34   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
35   //You could prevent the original default signal handlers being called by overriding the *_impl method.
36   static void editing_done_callback(GtkCellEditable* self);
37   static void remove_widget_callback(GtkCellEditable* self);
38 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
39
40   //Callbacks (virtual functions):
41 #ifdef GLIBMM_VFUNCS_ENABLED
42   static void start_editing_vfunc_callback(GtkCellEditable* self, GdkEvent* event);
43 #endif //GLIBMM_VFUNCS_ENABLED
44 };
45
46
47 } // namespace Gtk
48
49
50 #endif /* _GTKMM_CELLEDITABLE_P_H */
51