gtkCellRendererToggleNew        package:RGtk2        R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_T_o_g_g_l_e_N_e_w

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

     Creates a new 'GtkCellRendererToggle'. Adjust rendering parameters
     using object properties. Object properties can be set globally
     (with 'gObjectSet'). Also, with 'GtkTreeViewColumn', you can bind
     a property to a value in a 'GtkTreeModel'. For example, you can
     bind the "active" property on the cell renderer to a boolean value
     in the model, thus causing the check button to reflect the state
     of the model.

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

     gtkCellRendererToggleNew()

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

     ['GtkCellRenderer']  the new cell renderer

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

     Derived by RGtkGen from GTK+ documentation

