From d09f6b3016bacbc2871a8946cbb24ad705076509 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Fri, 13 May 2005 20:47:18 +0000 Subject: Initial revision git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/gtkmm2/gtk/gtkmm/private/tooltips_p.h | 44 ++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 libs/gtkmm2/gtk/gtkmm/private/tooltips_p.h (limited to 'libs/gtkmm2/gtk/gtkmm/private/tooltips_p.h') diff --git a/libs/gtkmm2/gtk/gtkmm/private/tooltips_p.h b/libs/gtkmm2/gtk/gtkmm/private/tooltips_p.h new file mode 100644 index 0000000000..1872000504 --- /dev/null +++ b/libs/gtkmm2/gtk/gtkmm/private/tooltips_p.h @@ -0,0 +1,44 @@ +// -*- c++ -*- +// Generated by gtkmmproc -- DO NOT MODIFY! +#ifndef _GTKMM_TOOLTIPS_P_H +#define _GTKMM_TOOLTIPS_P_H +#include + +#include + +namespace Gtk +{ + +class Tooltips_Class : public Glib::Class +{ +public: +#ifndef DOXYGEN_SHOULD_SKIP_THIS + typedef Tooltips CppObjectType; + typedef GtkTooltips BaseObjectType; + typedef GtkTooltipsClass BaseClassType; + typedef Gtk::Object_Class CppClassParent; + typedef GtkObjectClass BaseClassParent; + + friend class Tooltips; +#endif /* DOXYGEN_SHOULD_SKIP_THIS */ + + const Glib::Class& init(); + + static void class_init_function(void* g_class, void* class_data); + + static Glib::ObjectBase* wrap_new(GObject*); + +protected: + + //Callbacks (default signal handlers): + //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any. + //You could prevent the original default signal handlers being called by overriding the *_impl method. + + //Callbacks (virtual functions): +}; + + +} // namespace Gtk + +#endif /* _GTKMM_TOOLTIPS_P_H */ + -- cgit v1.2.3