Displaying 3 results from an estimated 3 matches for "openrecentmenu".
2010 Jul 22
1
check menu button (tcltk)
Hi,
I am making a mock user interface in tcltk and I would like to add a 'check menu button' such as shown here: http://zetcode.com/tutorials/pygtktutorial/images/checkmenuitem.png
Does anybody know how to do this? I am quite new to R.
Cheers!!
Albert-Jan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All right, but apart from the sanitation, the medicine,
2008 Dec 22
1
newbie question on tcltk
...uot;2. ", width=20, font=fontHeading, default="active", overrelief="flat", anchor="w"); tkgrid(ok.but2 )
tkgrid(tklabel(top,text=" "))
topMenu <- tkmenu(top)
tkconfigure(top, menu = topMenu)
fileMenu <- tkmenu(topMenu, tearoff = FALSE)
openRecentMenu <- tkmenu(topMenu, tearoff = FALSE)
tkadd(openRecentMenu, "command", label = "5 ",
command = function() tkmessageBox(
message = "xxxxx", icon = "error"))
tkadd(openRecentMenu, "command", label = "6",
command = functio...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
..."2. ", width=20, font=fontHeading,
default="active", overrelief="flat", anchor="w"); tkgrid(ok.but2 )
tkgrid(tklabel(top,text=" "))
topMenu <- tkmenu(top)
tkconfigure(top, menu = topMenu)
fileMenu <- tkmenu(topMenu, tearoff = FALSE)
openRecentMenu <- tkmenu(topMenu, tearoff = FALSE)
tkadd(openRecentMenu, "command", label = "5 ",
command = function() tkmessageBox(
message = "xxxxx", icon = "error"))
tkadd(openRecentMenu, "command", label = "6",
command = function(...