DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2314
Version: 1.3-feature


It would be nice to be able to specify such an option as width for the menu
items. This way it would be easier to make all the menus (not menu bar but
drop down menu from it) of some standard width.

For example:
struct Fl_Menu_Item {
  const char*   text; // label()
  ulong         shortcut_;
  Fl_Callback*  callback_;
  void*         user_data_;
  int           flags;
  uchar         labeltype_;
  uchar         labelfont_;
  uchar         labelsize_;
  uchar         labelcolor_;
  uchar         entrywidth_;   !!!!!!!!
};


Link: http://www.fltk.org/str.php?L2314
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to