summaryrefslogtreecommitdiff
path: root/libs/gtkmm2/atk/atkmm/private/implementor_p.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-11-12 23:44:49 +0000
committerCarl Hetherington <carl@carlh.net>2007-11-12 23:44:49 +0000
commit61c990dfbab37b8c3749d27684dc8dcb43554739 (patch)
tree2ba0ae7f3e167c0f824c1911e6f723f9e0be29a8 /libs/gtkmm2/atk/atkmm/private/implementor_p.h
parentb01bdb7e70f021da764e81a4b55722e746e4885d (diff)
Upgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairomm 1.2.4
git-svn-id: svn://localhost/ardour2/trunk@2630 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2/atk/atkmm/private/implementor_p.h')
-rw-r--r--libs/gtkmm2/atk/atkmm/private/implementor_p.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/gtkmm2/atk/atkmm/private/implementor_p.h b/libs/gtkmm2/atk/atkmm/private/implementor_p.h
index 7c5fc8804f..70359d4122 100644
--- a/libs/gtkmm2/atk/atkmm/private/implementor_p.h
+++ b/libs/gtkmm2/atk/atkmm/private/implementor_p.h
@@ -3,6 +3,7 @@
#ifndef _ATKMM_IMPLEMENTOR_P_H
#define _ATKMM_IMPLEMENTOR_P_H
+
#include <glibmm/private/interface_p.h>
namespace Atk
@@ -26,16 +27,21 @@ public:
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.
+#endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
//Callbacks (virtual functions):
+#ifdef GLIBMM_VFUNCS_ENABLED
static AtkObject* ref_accessible_vfunc_callback(AtkImplementor* self);
+#endif //GLIBMM_VFUNCS_ENABLED
};
} // namespace Atk
+
#endif /* _ATKMM_IMPLEMENTOR_P_H */