octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #35393] Switching figure toolkit with graphics


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35393] Switching figure toolkit with graphics_toolkit() closes figure
Date: Sun, 26 Feb 2012 01:46:21 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11

Follow-up Comment #3, bug #35393 (project octave):

Looking more, I think what is needed is something like below.


figure::properties::update___graphics_toolkit__ (void)
{
  feval ("drawnow", figure_handle)
}


At the moment, I'm having trouble figuring out what the genprops.awk script
needs to see in graphics.h.in


3419       string_property xvisual , ""
3420       radio_property xvisualmode , "{auto}|manual"
3421       callback_property buttondownfcn , Matrix ()
3422       string_property __graphics_toolkit__ ?? , "gnuplot"
3423       any_property __guidata__ h , Matrix ()
3424     END_PROPERTIES


I've tried both "su" and "sU" in place of "??" but either did something wrong
or those qualifiers aren't correct.

Suggestions are welcome :-)

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35393>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]