| 
 | 
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
Pulldowns can be parented only by MenuBars, other PullDowns or Popups.
The button created will be named PullDownName_vt_button.