summaryrefslogtreecommitdiff
path: root/libs/gtkmm2/atk/atkmm/private/object_p.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2009-12-06 14:21:46 +0000
committerTaybin Rutkin <taybin@taybin.com>2009-12-06 14:21:46 +0000
commit52b4b464f9657860e07b224564245ce22ea03df8 (patch)
treeeb920d2cfde38a4b2b5c38ef06d95c492665003d /libs/gtkmm2/atk/atkmm/private/object_p.h
parent3fdcba185980896366cc0d3d14f6dfd6bbaf1d0a (diff)
Merged revisions 6292,6294-6295,6311,6314 via svnmerge from
svn+ssh://ardoursvn@subversion.ardour.org/ardour2/branches/build_fixes ........ r6292 | trutkin | 2009-12-05 08:31:25 -0500 (Sat, 05 Dec 2009) | 1 line remove scons build files ........ r6294 | trutkin | 2009-12-05 09:11:17 -0500 (Sat, 05 Dec 2009) | 2 lines cairomm remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6295 | trutkin | 2009-12-05 09:12:54 -0500 (Sat, 05 Dec 2009) | 2 lines soundtouch remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6311 | trutkin | 2009-12-05 23:38:49 -0500 (Sat, 05 Dec 2009) | 2 lines glibmm2, gtkmm2, libgnomecanvasmm, sigc++2 remove unnecessary vendor libraries as we now rely on the developer to install them ........ r6314 | trutkin | 2009-12-06 09:15:49 -0500 (Sun, 06 Dec 2009) | 4 lines remove scons referencing from Makefile - TODO: should move cscope stuff to waf and get rid of the Makefile ........ git-svn-id: svn://localhost/ardour2/branches/3.0@6315 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2/atk/atkmm/private/object_p.h')
-rw-r--r--libs/gtkmm2/atk/atkmm/private/object_p.h57
1 files changed, 0 insertions, 57 deletions
diff --git a/libs/gtkmm2/atk/atkmm/private/object_p.h b/libs/gtkmm2/atk/atkmm/private/object_p.h
deleted file mode 100644
index 8af90b1c95..0000000000
--- a/libs/gtkmm2/atk/atkmm/private/object_p.h
+++ /dev/null
@@ -1,57 +0,0 @@
-// -*- c++ -*-
-// Generated by gtkmmproc -- DO NOT MODIFY!
-#ifndef _ATKMM_OBJECT_P_H
-#define _ATKMM_OBJECT_P_H
-
-
-#include <glibmm/private/object_p.h>
-
-#include <glibmm/class.h>
-
-namespace Atk
-{
-
-class Object_Class : public Glib::Class
-{
-public:
-#ifndef DOXYGEN_SHOULD_SKIP_THIS
- typedef Object CppObjectType;
- typedef AtkObject BaseObjectType;
- typedef AtkObjectClass BaseClassType;
- typedef Glib::Object_Class CppClassParent;
- typedef GObjectClass BaseClassParent;
-
- friend class Object;
-#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:
-
-#ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
- //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.
- static void children_changed_callback(AtkObject* self, guint p0, gpointer p1);
- static void focus_event_callback(AtkObject* self, gboolean p0);
- static void property_change_callback(AtkObject* self, AtkPropertyValues* p0);
- static void state_change_callback(AtkObject* self, const gchar* p0, gboolean p1);
- static void visible_data_changed_callback(AtkObject* self);
- static void active_descendant_changed_callback(AtkObject* self, gpointer* p0);
-#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
-
- //Callbacks (virtual functions):
-#ifdef GLIBMM_VFUNCS_ENABLED
-#endif //GLIBMM_VFUNCS_ENABLED
-};
-
-
-} // namespace Atk
-
-
-#endif /* _ATKMM_OBJECT_P_H */
-