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

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

[Octave-bug-tracker] [bug #55085] sizechangedfcn not implemented for uib


From: Rik
Subject: [Octave-bug-tracker] [bug #55085] sizechangedfcn not implemented for uibuttongroup, uipanel
Date: Sat, 24 Nov 2018 00:55:05 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

URL:
  <https://savannah.gnu.org/bugs/?55085>

                 Summary: sizechangedfcn not implemented for uibuttongroup,
uipanel
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 23 Nov 2018 09:55:04 PM PST
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The three container UI objects figure, uibuttongroup, and uipanel have a
"sizechangedfcn" property which holds a handle to a callback function.  The
property has been implemented for figure objects (see graphics.cc), but not
for uibuttongroup and uipanel.

I don't believe it would be particularly hard to add a set_position function
for the other two objects which would update the position when changed, and
then check for a callback function to execute.  As I noted, there is already
example code that could be taken from figure::properties::set_position.









    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55085>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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