gtkComboBoxGetActive          package:RGtk2          R Documentation

_g_t_k_C_o_m_b_o_B_o_x_G_e_t_A_c_t_i_v_e

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

     Returns the index of the currently active item, or -1 if there's
     no active item. If the model is a non-flat treemodel, and the
     active item  is not an immediate child of the root of the tree,
     this function returns  'gtk_tree_path_get_indices (path)[0]',
     where  'path' is the 'GtkTreePath' of the active item.

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

     gtkComboBoxGetActive(object)

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

'object': ['GtkComboBox']  A 'GtkComboBox'

_D_e_t_a_i_l_s:

     Since  2.4

_V_a_l_u_e:

     [integer]  An integer which is the index of the currently active
     item,  or -1 if there's no active item.

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

     Derived by RGtkGen from GTK+ documentation

