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

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

[Octave-bug-tracker] [bug #50369] FLTK uimenu position inconsistent


From: Guillaume
Subject: [Octave-bug-tracker] [bug #50369] FLTK uimenu position inconsistent
Date: Mon, 27 Feb 2017 07:59:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #8, bug #50369 (project octave):

I removed the patch from bug #49734 that I was testing and now the menu
appears at the rightmost position as expected.

Otherwise, yes, in Matlab, the built-in menus are visible from findall and can
be modified/removed/etc.


>> close all
>> hf = figure;
>> hm = findall (hf, 'type', 'uimenu')

hm = 

  133×1 Menu array:

  Menu    (figMenuHelp)
  Menu    (figMenuWindow)
  Menu    (figMenuDesktop)
  Menu    (figMenuTools)
  Menu    (figMenuInsert)
  Menu    (figMenuView)
  Menu    (figMenuEdit)
  Menu    (figMenuFile)
  Menu    (figMenuHelpPatents)
...

>> get (hm, 'label')

ans =

  133×1 cell array

    '&Help'
    '&Window'
    '&Desktop'
    '&Tools'
    '&Insert'
    '&View'
    '&Edit'
    '&File'
    'Pate&nts'
...



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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