Lines Matching refs:help
56 menubutton .menu.help -text "Help" -menu .menu.help.m -underline 0
57 menu .menu.help.m
58 pack .menu.help -side right
129 # Phase 6: help
141 set msg "Sorry, but no help is available for this topic"
143 tk_dialog .help {Rolodex Help} "Information on $topic:\n\n$msg" \
179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
187 .menu.help.m add command -label "On Context..." -command {Help context} \
189 .menu.help.m add command -label "On Help..." -command {Help help} \
191 .menu.help.m add command -label "On Window..." -command {Help window} \
193 .menu.help.m add command -label "On Keys..." -command {Help keys} \
195 .menu.help.m add command -label "On Version..." -command {Help version} \