DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
(1vtcl) commands by type

Menu creation widgets

These can be considered another specialized form of Layout widget for the creation of Menu components.

MenuBars, MenuPanes, MenuButtons, and ToggleButtons are created as follows:

       MenuBar                ->->->  VtMenuBar
           MenuPane           ->->->      VtPulldown
               Buttons        ->->->          VtPushButton
               Separators     ->->->          VtSeparator
               ToggleButtons  ->->->          VtToggleButton
           ToolButtons        ->->->      VtPushButton

VtMenuBar(1vtcl)
Creates a MenuBar container. The menu bar is populated by creating VtPulldown children (for pulldown menus) or VtPushButton children (for toolbars).

VtPulldown(1vtcl)
A PullDown is a container for a menu panel that pops up from a button. VtPulldown creates both the button and MenuPane container.

Pulldowns can be parented only by MenuBars, other PullDowns or Popups.

The button created will be named PullDownName_vt_button.


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004