Type: recommended
         Title: additional buttons in menubar
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],
Effective from: onlineupdate3


*Summary*
--------
+USHORT MenuBar::AddMenuBarButton( const Image&, const Link&, USHORT nPos = 0 );
+void MenuBar::RemoveMenuBarButton( USHORT nId );


*Description*
-------------
AddMenubarButton adds a button to beside the (optional) closer of the
menubar. The button will be displayed with the image provided; if it
is pressed the provided link will be called with the returned id (see
below). The position provided is the position from the left of all
buttons (resp. from the right in RTL case). The returned value is the
id of the new button which can be used in the callback as well as for
RemoveMenuBarButton.

RemoveMenuBarButton removes an additional button from the menubar again.


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

Reply via email to