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

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

[Octave-bug-tracker] [bug #44331] ResizeFcn property does not work for u


From: jsh
Subject: [Octave-bug-tracker] [bug #44331] ResizeFcn property does not work for uipanel/uicontrol
Date: Sat, 21 Feb 2015 01:43:45 +0000
User-agent: Opera/9.80 (X11; Linux x86_64; Edition Linux Mint) Presto/2.12.388 Version/12.16

URL:
  <http://savannah.gnu.org/bugs/?44331>

                 Summary: ResizeFcn property does not work for
uipanel/uicontrol
                 Project: GNU Octave
            Submitted by: jsh
            Submitted on: Sat 21 Feb 2015 01:43:44 AM GMT
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

In the Qt Gui the ResizeFcn property/functions are not called.

Test:


hf  = figure;
hp  = uipanel( 'parent', hf, 'units', 'normalized', 'position', [0 0 1 1],
'backgroundcolor', 'r' );
cbf = @(obj,foo) set( obj, 'units', 'pixels', 'position', [0,0,100,100],
'backgroundcolor', 'b' );
set( hp, 'resizefcn', cbf )





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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