add new sigc++2 directory
[ardour.git] / libs / gtkmm2 / gtk / gtkmm / private / fileselection_p.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GTKMM_FILESELECTION_P_H
4 #define _GTKMM_FILESELECTION_P_H
5 #ifndef GTKMM_DISABLE_DEPRECATED
6
7
8 #include <gtkmm/private/dialog_p.h>
9
10 #include <glibmm/class.h>
11
12 namespace Gtk
13 {
14
15 class FileSelection_Class : public Glib::Class
16 {
17 public:
18 #ifndef DOXYGEN_SHOULD_SKIP_THIS
19   typedef FileSelection CppObjectType;
20   typedef GtkFileSelection BaseObjectType;
21   typedef GtkFileSelectionClass BaseClassType;
22   typedef Gtk::Dialog_Class CppClassParent;
23   typedef GtkDialogClass BaseClassParent;
24
25   friend class FileSelection;
26 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
27
28   const Glib::Class& init();
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 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
37   //Callbacks (default signal handlers):
38   //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
39   //You could prevent the original default signal handlers being called by overriding the *_impl method.
40 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
41
42   //Callbacks (virtual functions):
43 #ifdef GLIBMM_VFUNCS_ENABLED
44 #endif //GLIBMM_VFUNCS_ENABLED
45 };
46
47
48 } // namespace Gtk
49
50 #endif // GTKMM_DISABLE_DEPRECATED
51
52
53 #endif /* _GTKMM_FILESELECTION_P_H */
54