home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeJava and XSLTSearch this book

21.15. The Menu Widget

Create a menu with the Menu method, to be displayed later with the post method.

$menu = $parent->Menu(options)

The standard configuration options that apply to Menu are: -activebackground, -activeforeground, -background, -bg, -borderwidth, -bw, -cursor, -disabledfore-ground, -font, -foreground, -fg, -relief, and -takefocus.

Other options are:

-activeborderwidth => amount
Sets the width of the edges for the active menu item.

-menuitems => list
Specifies items to create in the menu as a list of lists.

-postcommand => callback
The command to invoke before the menu is posted. For example, to update the state of the menu items.

-tearoff => boolean
Whether to allow the menu to be "torn off." Default is 1.

-selectcolor => color
Color of the selection box for checkbuttons or radiobuttons.



Library Navigation Links

Copyright © 2002 O'Reilly & Associates. All rights reserved.