gtkMenuItemSetRightJustified      package:RGtk2      R Documentation

_g_t_k_M_e_n_u_I_t_e_m_S_e_t_R_i_g_h_t_J_u_s_t_i_f_i_e_d

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

     Sets whether the menu item appears justified at the right side of
     a menu bar. This was traditionally done for "Help" menu items, but
     is now considered a bad idea. (If the widget layout is reversed
     for a right-to-left language like Hebrew or Arabic,
     right-justified-menu-items appear at the left.)

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

     gtkMenuItemSetRightJustified(object, right.justified)

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

'object': ['GtkMenuItem']  a 'GtkMenuItem'.

'right.justified': [logical]  if 'TRUE' the menu item will appear at
          the  far right if added to a menu bar.

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

     Derived by RGtkGen from GTK+ documentation

