gtkAspectFrameNew           package:RGtk2           R Documentation

_g_t_k_A_s_p_e_c_t_F_r_a_m_e_N_e_w

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

     Create a new 'GtkAspectFrame'.

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

     gtkAspectFrameNew(label = NULL, xalign = NULL, yalign = NULL, ratio = NULL, obey.child = NULL, show = TRUE)

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

 'label': [character] Label text.

'xalign': [numeric] Horizontal alignment of the child within the
          allocation of the 'GtkAspectFrame'. This ranges from 0.0
          (left aligned) to 1.0 (right aligned)

'yalign': [numeric] Vertical alignment of the child within the
          allocation of the 'GtkAspectFrame'. This ranges from 0.0
          (left aligned) to 1.0 (right aligned)

 'ratio': [numeric] The desired aspect ratio.

'obey.child': [logical] If 'TRUE', 'ratio' is ignored, and the aspect
          ratio is taken from the requistion of the child.

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

     ['GtkWidget'] the new 'GtkAspectFrame'.

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

     Derived by RGtkGen from GTK+ documentation

