Lines Matching refs:bot
168 set bot [frame $w.bot -relief raised -bd 1]
170 pack $w.bot -side bottom -fill x
215 set data(okBtn) [button $bot.ok -text OK -width 6 -under 0 \
217 set data(filterBtn) [button $bot.filter -text Filter -width 6 -under 0 \
219 set data(cancelBtn) [button $bot.cancel -text Cancel -width 6 -under 0 \
222 pack $bot.ok $bot.filter $bot.cancel -padx 10 -pady 10 -expand yes \
232 bind $w <Alt-o> "tkButtonInvoke $bot.ok "
233 bind $w <Alt-f> "tkButtonInvoke $bot.filter"
234 bind $w <Alt-c> "tkButtonInvoke $bot.cancel"