octave-maintainers
[Top][All Lists]
Advanced

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

Re: FLTK refresh required


From: Ben Abbott
Subject: Re: FLTK refresh required
Date: Tue, 23 Jul 2013 21:55:41 +0200

On Jul 23, 2013, at 5:15 PM, Rik wrote:

> The size does not change perceptibly and the size goes back to its original 
> value.
> 
> --------------------------------------------------
> octave:5>  set (gcf (), "position", pos+1) 
> octave:6>  set (gcf (), "position", pos)   
> octave:7> pos = get (gcf (), "position")
> pos =
> 
>     25   345   560   380
> --------------------------------------------------
> 
> Is the original Y-size controlled by the window manager?  Could it be that we 
> have different screen sizes which is causing the difference?
> 
> --Rik

hmmm ... My understanding is that the default figure position is fixed and does 
not vary with screen size.  See the link below.

        
http://hg.savannah.gnu.org/hgweb/octave/file/08f0e372d006/libinterp/corefcn/graphics.cc#l297

Ben





reply via email to

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