octave-maintainers
[Top][All Lists]
Advanced

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

is the fltk uimenu working for anyone?


From: Ben Abbott
Subject: is the fltk uimenu working for anyone?
Date: Thu, 25 Jul 2013 10:03:29 +0200

With "hg id" -> "18137205f57d+ tip" I don't see a uimenu for the fltk toolkit on Mac OSX.

close all
graphics_toolkit fltk
plot (rand (3))
However, the figure() function does call __add_default_menu__() which does add several uimenu objects.

h = findall (gcf, "type", "uimenu")
h =

  -13.49398
  -12.98664
  -11.31903
  -10.51629
   -9.50452
   -8.90465
   -7.06056
   -6.90921
   -5.89766
   -4.48652
   -3.16651
   -2.35926
   -1.27491

get (h, "label")
ans = 
{
  [1,1] = &File
  [2,1] = Save &As
  [3,1] = &Save
  [4,1] = &Close
  [5,1] = &Edit
  [6,1] = &Grid
  [7,1] = Auto&scale
  [8,1] = GUI &Mode
  [9,1] = Pan+Zoom
  [10,1] = Rotate+Zoom
  [11,1] = None
  [12,1] = &Help
  [13,1] = A&bout
}

I recall in the past that the uimenu was present on Mac OSX, is it still present under Windows or Linux?

Ben


reply via email to

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