1
0
Fork 0

describe <key> property

This commit is contained in:
mfranz 2005-11-05 19:30:44 +00:00
parent 9fa98151db
commit 14fe3632ea

View file

@ -149,6 +149,13 @@ properties, though they will ignore any that are not relevant:
widget bindings via keyboard (e.g. <keynum>97</keynum> for
the "a" key.
key - like "keynum", but takes a character ("a", "A", "Shift-a",
"Shift-A", "Ctrl-a", "%", etc.), or symbolic key name ("Tab",
"Return" = "Enter", "Esc" = "Escape", "Space", "&amp;" = "and",
"&lt;", "&gt;", "F1" -- "F12", "Left", "Up", "Right", "Down",
"PageUp", "PageDn", "Home", "End", "Insert"). Note that you
can't use "<", ">", and "&" directly.
default - true if this is the default object for when the user
presses the [RETURN] key.
@ -597,4 +604,27 @@ for it:
Note that this will currently close all open dialogs!
background foreground highlight label legend misc
---------------------------------------------------------------------------------
dialog
group
frame
hrule
vrule
list
airport-list
input dark frame area light frame label contents cursor
text
checkbox ? area box frame label? ? cross
radio
button
combo
slider
dial
textbox
select
__end__