# HG changeset patch # User jwe # Date 1196792327 0 # Node ID ace1030cbe367d5c0de4c1182c5b80d3232c546d # Parent 0ff0883fb121befaa5ca19fe2b659f13c13ca418 [project @ 2007-12-04 18:17:29 by jwe] diff -r 0ff0883fb121 -r ace1030cbe36 src/ChangeLog --- a/src/ChangeLog Tue Dec 04 18:12:33 2007 +0000 +++ b/src/ChangeLog Tue Dec 04 18:18:47 2007 +0000 @@ -3,6 +3,12 @@ * load-save.cc (Fsave, Fload): Doc fixes. From Marco Caliari . +2007-12-04 Shai Ayal + + * graphics.h.in (base_properties::get_type + base_properties::get___modified__, + base_properties::get___myhandle__): New functions. + 2007-12-04 Christoph Mayer . * toplev.h (clean_up_and_exit, recover_from_exception, diff -r 0ff0883fb121 -r ace1030cbe36 src/graphics.h.in --- a/src/graphics.h.in Tue Dec 04 18:12:33 2007 +0000 +++ b/src/graphics.h.in Tue Dec 04 18:18:47 2007 +0000 @@ -650,6 +650,12 @@ graphics_handle get_parent (void) const { return parent; } + std::string get_type (void) const { return type; } + + bool is_modified (void) const { return __modified__; } + + graphics_handle get___myhandle__ (void) const { return __myhandle__; } + void remove_child (const graphics_handle& h); void adopt (const graphics_handle& h) diff -r 0ff0883fb121 -r ace1030cbe36 src/load-save.cc --- a/src/load-save.cc Tue Dec 04 18:12:33 2007 +0000 +++ b/src/load-save.cc Tue Dec 04 18:18:47 2007 +0000 @@ -660,7 +660,7 @@ @deffn {Command} load options file v1 v2 @dots{}\n\ Load the named variables @var{v1}, @var{v2}, @dots{}, from the file\n\ @var{file}. As with @code{save}, you may specify a list of variables\n\ -and @code{load} will only extract\n\ those variables with names that\n\ +and @code{load} will only extract those variables with names that\n\ match. For example, to restore the variables saved in the file\n\ @file{data}, use the command\n\ \n\