gtkAspectFrameSet           package:RGtk2           R Documentation

_g_t_k_A_s_p_e_c_t_F_r_a_m_e_S_e_t

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

     Set parameters for an existing 'GtkAspectFrame'.

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

     gtkAspectFrameSet(object, xalign = 0, yalign = 0, ratio = 1, obey.child = 1)

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

'object': ['GtkAspectFrame'] a 'GtkAspectFrame'

'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.

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

     Derived by RGtkGen from GTK+ documentation

