From: Takaaki T. <tt...@kt...> - 2001-11-25 04:10:35
|
At Sat, 24 Nov 2001 22:33:34 -0500, > But when I tried to set up a MenuBar, I got stumped. I cannot find any > MenuItem class, but perhaps I don't need it? Are there any samples of > using menus and menubars in Ruby-FLTK? Wrappers to Fl_Menu_Item have not been available yet. But I think we can use Menu#add() method to do such things simply. See also test/menu_bar.rb. -- Takaaki Tateishi <tt...@kt...> |