diff src/graphics.h.in @ 8266:81b124f463f9

properly update currentaxes when axes are deleted
author John W. Eaton <jwe@octave.org>
date Wed, 22 Oct 2008 14:57:51 -0400
parents 22c078fd926b
children 53f35799b235
line wrap: on
line diff
--- a/src/graphics.h.in	Wed Oct 22 14:04:27 2008 -0400
+++ b/src/graphics.h.in	Wed Oct 22 14:57:51 2008 -0400
@@ -2218,6 +2218,8 @@
   class OCTINTERP_API properties : public base_properties
   {
   public:
+    void remove_child (const graphics_handle& h);
+
     void set_visible (const octave_value& val);
 
     graphics_backend get_backend (void) const