~ubuntu-branches/ubuntu/precise/fltk1.1/precise

« back to all changes in this revision

Viewing changes to documentation/Fl_Menu_Item.html

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2010-01-06 22:05:04 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100106220504-nwj8m1sa90s760yt
Tags: 1.1.10-2
* src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
  otherwise fails to link on the Hurd (with complaints that libfltk.so.1
  contains undefined references to pthread_mutexattr_*).
* debian/source.lintian-overrides: retire per Lintian 2.3.1.  (See #553264.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
flags</TT> field, and ends with a <TT>label()</TT> that is <TT>NULL</TT>.
80
80
You can nest menus to any depth.  A pointer to the first item in the
81
81
submenu can be treated as an <TT>Fl_Menu</TT> array itself.  It is also
82
 
possible to make seperate submenu arrays with <TT>FL_SUBMENU_POINTER</TT>
 
82
possible to make separate submenu arrays with <TT>FL_SUBMENU_POINTER</TT>
83
83
flags.
84
84
<P>You should use the method functions to access structure members and
85
85
not access them directly to avoid compatibility problems with future