gtkAlternativeDialogButtonOrder    package:RGtk2    R Documentation

_g_t_k_A_l_t_e_r_n_a_t_i_v_e_D_i_a_l_o_g_B_u_t_t_o_n_O_r_d_e_r

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

     Returns 'TRUE' if dialogs are expected to use an alternative
     button order on the screen 'screen'. See 
     'gtkDialogSetAlternativeButtonOrder' for more details about
     alternative button order.

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

     gtkAlternativeDialogButtonOrder(object)

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

'object': ['GdkScreen']  a 'GdkScreen', or 'NULL' to use the default
          screen

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

     If you need to use this function, you should probably connect to
     the ::notify:gtk-alternative-button-order signal on the
     'GtkSettings' object associated to 'screen', in order to be 
     notified if the button order setting changes.  

     Since  2.6

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

     [logical]  Whether the alternative button order should be used

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

     Derived by RGtkGen from GTK+ documentation

