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: Thu, 25 Jul 2013 17:35:47 +0200

On Jul 25, 2013, at 3:49 PM, Rik wrote:

> On 07/24/2013 11:29 PM, Ben Abbott wrote:
>> On Jul 23, 2013, at 5:15 PM, Rik wrote:
>> 
>>> octave:1> figure
>>> octave:2> axes
>>> octave:3> get (gcf, 'position')
>>> ans =
>>> 
>>>   304   215   560   380
>> Rik / Dimitri,
>> 
>> What does ...
>> 
>>      get (0, "defaultfigureposition")
>> 
>> ... return for you?
>> 
>> Ben
> 
> 7/25/13
> 
> Ben,
> 
> You may already have the answer to this since it is probably the uimenu
> objects that account for the difference in size.
> 
> octave:2> figure;
> octave:3> axes
> octave:4> get (gcf, 'position')
> ans =
> 
>   304   215   560   380
> 
> octave:5> get (0, "defaultfigureposition")
> ans =
> 
>   300   200   560   420
> 
> --Rik

Thanks Rik

On Mac OSX, the width and height are "560 420" in both cases.  I don't know why 
your height is 380, but as far as I know, it should be 420.

Ben




reply via email to

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