Mercurial > hg > octave-max
diff src/DLD-FUNCTIONS/fltk_backend.cc @ 10973:a8235d26b57a
improve names of base_graphics_backend methods
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 14 Sep 2010 02:35:17 -0400 |
parents | 14d16530ad59 |
children | cc3aad9dd3ef |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/fltk_backend.cc +++ b/src/DLD-FUNCTIONS/fltk_backend.cc @@ -1181,7 +1181,7 @@ bool is_valid (void) const { return true; } - void object_destroyed (const graphics_object& go) + void finalize (const graphics_object& go) { if (go.isa ("figure")) { @@ -1192,7 +1192,7 @@ } } - void property_changed (const graphics_object& go, int id) + void update (const graphics_object& go, int id) { if (go.isa ("figure")) {