Provided by: tk-tile_0.8.2-2.2_amd64 bug

NAME

       ttk::menubutton - Widget that pops down a menu when pressed

SYNOPSIS

       ttk::menubutton pathName ?options?

DESCRIPTION

       A  menubutton  widget  displays  a  textual  label  and/or image, and displays a menu when
       pressed.   -class    -compound -cursor   -image   -state    -style    -takefocus     -text
       -textvariable  -underline     -width

OPTIONS

       [-direction direction]  Specifies  where  the  menu  is  to  be  popped up relative to the
       menubutton.  One of: above, below, left, right, or flush.  The default  is  below.   flush
       pops  the  menu  up directly over the menubutton.  [-menu menu] Specifies the path name of
       the menu associated with the menubutton.  To be on the safe side, the menu ought to  be  a
       direct child of the menubutton.

WIDGET COMMAND

       Menubutton  widgets  support the standard cget, configure, instate, and state methods.  No
       other widget methods are used.

SEE ALSO

       widget(n), keynav(n), menu(n)

KEYWORDS

       widget, button, menu