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

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

[Octave-bug-tracker] [bug #55230] "uibuttongroup" doesn't act on setting


From: Rik
Subject: [Octave-bug-tracker] [bug #55230] "uibuttongroup" doesn't act on setting properties
Date: Sat, 15 Dec 2018 21:35:10 -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

Follow-up Comment #2, bug #55230 (project octave):

Take a look at libgui/graphics/ButtonGroup.cc.

There is a function there   


ButtonGroup::update (int pId)


which handles what updates are processed by the ButtonGroup object.

There is a case for SELECTEDOBJECT so some of this code should work.

Also, I think you want to position the radio buttons so they aren't on top of
each other.  It may be that having two buttons exactly on top of each other is
confusing Octave. 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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