whats the path of menu entries within the menubar of a minwindow ( Iwidgets )
- From: shyam <shyam.geek@xxxxxxxxx>
- Date: Wed, 31 Oct 2007 05:44:57 -0700
Hi All
I have a simple menubar within the mainwindow as follows, this is
using Iwidgets
iwidgets::mainwindow .mw
.mw menubar add menubutton file -text "File" -underline 0 -menu {
command load -label "Load" -command { loadCmd }
command unload -label "Unload" -command { unloadCmd }
separator sep1
command exit -label "Exit" -command { exit }
}
Now i could figure out the path of the File menu using
..mw menubar component file command
and I could figure out the path of the contained menu as
..mw.shellchildsite.menubar.menubar.file.menu
But I am unable t figure out the paths of the menu entries load,
unload and exit .
What is the command for getting them or is there and standard naming
convension for them ??
Thanks in advance
.
- Prev by Date: Re: Standard DBI Proposal
- Next by Date: Parse a Tcl variable name inside a string
- Previous by thread: can't find package __teapot__ ???
- Next by thread: Parse a Tcl variable name inside a string
- Index(es):