changeset 7251:ace1030cbe36

[project @ 2007-12-04 18:17:29 by jwe]
author jwe
date Tue, 04 Dec 2007 18:18:47 +0000
parents 0ff0883fb121
children d35fa45980c6
files src/ChangeLog src/graphics.h.in src/load-save.cc
diffstat 3 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <caliari@sci.univr.it>.
 
+2007-12-04  Shai Ayal  <shaiay@users.sourceforge.net>
+
+	* graphics.h.in (base_properties::get_type
+        base_properties::get___modified__,
+	base_properties::get___myhandle__): New functions.
+
 2007-12-04  Christoph Mayer  <Christoph.Mayer@dlr.de>.
 
 	* toplev.h (clean_up_and_exit, recover_from_exception,
--- 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)
--- 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\