gtkAlignmentNew            package:RGtk2            R Documentation

_g_t_k_A_l_i_g_n_m_e_n_t_N_e_w

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

     Creates a new 'GtkAlignment'.

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

     gtkAlignmentNew(xalign = NULL, yalign = NULL, xscale = NULL, yscale = NULL, show = TRUE)

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

'xalign': [numeric] the horizontal alignment of the child widget, from
          0 (left) to 1 (right).

'yalign': [numeric] the vertical alignment of the child widget, from 0
          (top) to 1 (bottom).

'xscale': [numeric] the amount that the child widget expands
          horizontally to fill up unused space, from 0 to 1. A value of
          0 indicates that the child widget should never expand. A
          value of 1 indicates that the child widget will expand to
          fill all of the space allocated for the 'GtkAlignment'.

'yscale': [numeric] the amount that the child widget expands vertically
          to fill up unused space, from 0 to 1. The values are similar
          to 'xscale'.

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

     ['GtkWidget'] the new 'GtkAlignment'.

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

     Derived by RGtkGen from GTK+ documentation

