gtkDrawingAreaSize           package:RGtk2           R Documentation

_g_t_k_D_r_a_w_i_n_g_A_r_e_a_S_i_z_e

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

     (Use 'gtkWidgetSetSizeRequest' instead.) Sets the size that the
     drawing area 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. *WARNING: 'gtk_drawing_area_size' is deprecated and
     should not be used in newly-written code.*

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

     gtkDrawingAreaSize(object, width, height)

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

'object': ['GtkDrawingArea'] a 'GtkDrawingArea'.

 'width': [integer] the width to request.

'height': [integer] the height to request.

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

     Derived by RGtkGen from GTK+ documentation

