Searched refs:Menu (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/library/
H A Dmenu.tcl106 bind Menu <FocusIn> {}
107 bind Menu <Enter> {
113 bind Menu <Leave> {
116 bind Menu <Motion> {
119 bind Menu <ButtonPress> {
122 bind Menu <ButtonRelease> {
125 bind Menu <space> {
128 bind Menu <Return> {
131 bind Menu <Escape> {
134 bind Menu <Lef
[all...]
H A Dtearoff.tcl34 || ([winfo class $parent] == "Menu")} {
59 Menu {
/ast/src/lib/libtk/generic/
H A DtkMenu.c32 struct Menu *menuPtr; /* Menu with which this entry is associated. */
244 typedef struct Menu { struct
323 } Menu; typedef in typeref:struct:Menu
344 DEF_MENU_ACTIVE_BG_COLOR, Tk_Offset(Menu, activeBorder),
347 DEF_MENU_ACTIVE_BG_MONO, Tk_Offset(Menu, activeBorder),
350 DEF_MENU_ACTIVE_BORDER_WIDTH, Tk_Offset(Menu, activeBorderWidth), 0},
352 DEF_MENU_ACTIVE_FG_COLOR, Tk_Offset(Menu, activeFg),
355 DEF_MENU_ACTIVE_FG_MONO, Tk_Offset(Menu, activeFg),
358 DEF_MENU_BG_COLOR, Tk_Offset(Menu, borde
[all...]
/ast/src/lib/libtk/library/demos/
H A Dmenu.tcl11 wm title $w "Menu Demonstration"
99 tk_dialog .pattern {Bitmap Menu Entry} {The menu entry you invoked displays a bitmap rather than a text string. Other than this, it is just like any other menu entry.} {} 0 OK

Completed in 105 milliseconds