
[Top]
GTK
GTK.Combo
|
Method GTK.Combo()->set_use_arrows_always()
- Method
set_use_arrows_always
object(GTK.Combo) GTK.Combo()->set_use_arrows_always(int always_arrows)
- Description
-
set_use_arrows_always() allows the use the the up/down arrow keys
to cycle through the choices in the dropdown list, just as with
set_use_arrows, but it wraps around the values in the list,
completely disabling the use of the up and down arrow keys for
changing focus.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|