diff src/graphics.h.in @ 8263:22c078fd926b

make fltk backend figures work again
author John W. Eaton <jwe@octave.org>
date Wed, 22 Oct 2008 13:28:43 -0400
parents 79c874fe5100
children 81b124f463f9
line wrap: on
line diff
--- a/src/graphics.h.in	Wed Oct 22 13:01:39 2008 -0400
+++ b/src/graphics.h.in	Wed Oct 22 13:28:43 2008 -0400
@@ -1636,6 +1636,8 @@
 
   void set_parent (const octave_value& val);
 
+  Matrix get_all_children (void) const { return children; }
+
   void set_children (const octave_value& val);
 
   void set_modified (const octave_value& val) { set___modified__ (val); }