Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK
GTK.Combo

Method GTK.Combo()->set_use_arrows_always()


Method set_use_arrows_always

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.