Type: required
         Title: change callback handling of new menubarbuttons
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],
Effective from: CWS onlineupdate3


*Summary*
--------
+struct MenuBarButtonCallbackArg


*Description*
-------------
select and highlight handler of the new additional menubar buttons now
get called with a pointer to the new struct

struct MenuBarButtonCallbackArg
{
    USHORT      nId;                  // Id of the button
    bool            bHighlight;      // highlight on/off
    MenuBar*    pMenuBar;     // menubar the button belongs to
};

instead of only the button id


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to