From 7fdbfc61bee6b6a22c6c24fbd80a79cf08cdd51e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 6 Apr 2004 17:38:36 +0000 Subject: More doco updates. FLUID's Layout->Center In Group functionality did not properly handle widgets that were children of a Fl_Window widget (STR #318) The Fl_Text_Display destructor did not remove the predelete callback associated with the current buffer (STR #332) Fixed several bugs in the MacOS X Fl::add_fd() handling (STR #333, STR #337) The Fl_Text_Display widget did not display selections set by the application (STR #322) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3299 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Menu_.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Menu_.html b/documentation/Fl_Menu_.html index 5aee92324..f9734599f 100644 --- a/documentation/Fl_Menu_.html +++ b/documentation/Fl_Menu_.html @@ -45,7 +45,7 @@ be "private": a dynamically allocated array managed by the Fl_Menu_.
  • copy
  • down_box
  • global
  • -
  • global
  • +
  • item_pathname
  • menu
  • @@ -146,12 +146,13 @@ that the new entry was placed at.

    FL_CTRL+'A') or a string describing the shortcut in one of two ways:

    -  [#+^]     eg. "97", "^97", "+97", "#97"
    -  [#+^]      eg. "a", "^a", "+a", "#a"
    +  [#+^]<ascii_value>    eg. "97", "^97", "+97", "#97"
    +  [#+^]<ascii_char>     eg. "a", "^a", "+a", "#a"
     
    -..where is a decimal value representing an ascii character -(eg. 97 is the ascii for 'a'), and the optional prefixes enhance the value -that follows. Multiple prefixes must appear in the above order. +..where <ascii_value> is a decimal value representing an +ascii character (eg. 97 is the ascii for 'a'), and the optional +prefixes enhance the value that follows. Multiple prefixes must +appear in the above order.
       # - Alt
       + - Shift
    @@ -215,7 +216,7 @@ not have to be put in a window at all).
     one will replace the old one.  There is no way to remove the 
     global() setting (so don't destroy the widget!)

    -

    int Fl_Menu_::item_pathname(char *name, int namelen ) const;
    +

    int Fl_Menu_::item_pathname(char *name, int namelen ) const;
    int Fl_Menu_::item_pathname(char *name, int namelen, const Fl_Menu_Item *finditem) const;

    -- cgit v1.2.3