gtkPreviewSize             package:RGtk2             R Documentation

_g_t_k_P_r_e_v_i_e_w_S_i_z_e

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

     Set the size that the preview widget will request in response to a
     "size_request" signal. The  drawing area may actually be allocated
     a size larger than this depending on how it is packed within the
     enclosing containers. The effect of this is determined by whether
     the preview is set to expand or not (see 'gtkPreviewExpand()')
     *WARNING: 'gtk_preview_size' is deprecated and should not be used
     in newly-written code.*

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

     gtkPreviewSize(object, width, height)

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

'object': ['GtkPreview'] a 'GtkPreview'.

 'width': [integer] the new width.

'height': [integer] the new height.

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

     Derived by RGtkGen from GTK+ documentation

