gtkComboSetUseArrows          package:RGtk2          R Documentation

_g_t_k_C_o_m_b_o_S_e_t_U_s_e_A_r_r_o_w_s

_D_e_s_c_r_i_p_t_i_o_n:

     Specifies if the arrow (cursor) keys can be used to step through
     the items in the list. This is on by default. *WARNING:
     'gtk_combo_set_use_arrows' has been deprecated since version 2.4
     and should not be used in newly-written code. Use 'GtkComboBox'
     instead.*

_U_s_a_g_e:

     gtkComboSetUseArrows(object, val)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkCombo'] a 'GtkCombo'.

   'val': [logical] 'TRUE' if the arrow keys can be used to step
          through the items in  the list.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

