Lines Matching refs:add
37 button .buttons.add -text Add
40 pack .buttons.clear .buttons.add .buttons.search .buttons.delete \
52 .menu.file.m add command -label "Load ..." -command fileAction -underline 0
53 .menu.file.m add command -label "Exit" -command {destroy .} -underline 0
83 .buttons.add config -command addAction
114 .buttons.add config -text "Add Ctrl+A"
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} \