gtkWidgetSetDirection         package:RGtk2         R Documentation

_g_t_k_W_i_d_g_e_t_S_e_t_D_i_r_e_c_t_i_o_n

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

     Sets the reading direction on a particular widget. This direction
     controls the primary direction for widgets containing text, and
     also the direction in which the children of a container are
     packed. The ability to set the direction is present in order so
     that correct localization into languages with right-to-left
     reading directions can be done. Generally, applications will let
     the default reading direction present, except for containers where
     the containers are arranged in an order that is explicitely visual
     rather than logical (such as buttons for text justification).

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

     gtkWidgetSetDirection(object, dir)

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

'object': ['GtkWidget']  a 'GtkWidget'

   'dir': ['GtkTextDirection']     the new direction

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

     If the direction is set to 'GTK_TEXT_DIR_NONE', then the value set
     by 'gtkWidgetSetDefaultDirection' will be used.

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

     Derived by RGtkGen from GTK+ documentation

