diff src/graphics.h.in @ 7822:edbaa13397ee

Implement callbackobject property in root object.
author Michael Goffioul <michael.goffioul@gmail.com>
date Thu, 07 Feb 2008 23:00:51 +0100
parents f79dcba526a8
children adb520646d7e
line wrap: on
line diff
--- a/src/graphics.h.in
+++ b/src/graphics.h.in
@@ -1994,7 +1994,11 @@
 
     BEGIN_PROPERTIES(root_figure)
       handle_property currentfigure S , graphics_handle ()
+      handle_property callbackobject Sr , graphics_handle ()
     END_PROPERTIES
+
+  private:
+    std::list<graphics_handle> cbo_stack;
   };
 
 private: