Module Optionmenu

module Optionmenu: sig .. end
The optionmenu commands

val create : parent:'a Widget.widget ->
variable:Textvariable.textVariable ->
?name:string ->
string list -> Widget.menubutton Widget.widget * Widget.menu Widget.widget
create ~parent ~var ~name options creates a multi-option menubutton and its associated menu. The option is also stored in the variable. Both widgets (menubutton and menu) are returned