Index: graphics.h.in =================================================================== RCS file: /cvs/octave/src/graphics.h.in,v retrieving revision 1.18 diff -c -r1.18 graphics.h.in *** graphics.h.in 26 Nov 2007 23:06:13 -0000 1.18 --- graphics.h.in 1 Dec 2007 16:40:56 -0000 *************** *** 587,594 **** --- 587,602 ---- std::string get_tag (void) const { return tag; } + std::string get_type (void) const { return type; } + + bool get_modified (void) const { return __modified__; } + + graphics_handle get_myhandle (void) const { return __myhandle__; } + graphics_handle get_parent (void) const { return parent; } + Matrix get_children (void) const { return children; } + void remove_child (const graphics_handle& h); void adopt (const graphics_handle& h) *************** *** 1018,1023 **** --- 1026,1032 ---- octave_value closerequestfcn graphics_handle currentaxes S colormap_property colormap + color_property color octave_value visible S octave_value paperorientation END_PROPERTIES *************** *** 1150,1155 **** --- 1159,1165 ---- BEGIN_PROPERTIES octave_value position + color_property color mutable graphics_handle title GSO octave_value box octave_value key