| Version 1.9 Build 1556
|
|
Next: popupselectmenu.disable - Function
Up: popupselectmenu - Tool
Previous: popupselectmenu - Tool
popupselectmenu - Constructor
|
Package |
display |
|
Module |
widgets |
|
Tool |
popupselectmenu |
Construct a popup select menu
Synopsis
popupselectmenu(fr, labels, font, relief, foreground, background, widgetset)
Arguments
fr |
|
Frame to attach to |
|
|
Allowed: |
Tk frame |
labels |
|
Choices |
|
|
Allowed: |
String |
|
|
Default: |
'' |
font |
|
Font of text |
|
|
Allowed: |
X font |
|
|
Default: |
'' |
relief |
|
Edge relief |
|
|
Allowed: |
String from `flat', `ridge',
`raised', `sunken', `groove' |
|
|
Default: |
'flat' |
foreground |
|
Color of text |
|
|
Allowed: |
X color |
|
|
Default: |
`black' |
background |
|
Background color |
|
|
Allowed: |
X color |
|
|
Default: |
`lightgrey' |
widgetset |
|
Widget set to use |
|
|
Allowed: |
A widgetserver closure tool |
|
|
Default: |
dws |
Returns
popupselectmenu subsequence
Description
Constructs a popupselectmen according to the specified construction arguments,
and returns a ref to the widget. This is a subsequence and you should remember
to catch the relevant events.