gdkPixbufLoaderSetSize         package:RGtk2         R Documentation

_g_d_k_P_i_x_b_u_f_L_o_a_d_e_r_S_e_t_S_i_z_e

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

     Causes the image to be scaled while it is loaded. The desired
     image size can be determined relative to the original size of the
     image by calling 'gdkPixbufLoaderSetSize' from a signal handler
     for the ::size_prepared signal.

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

     gdkPixbufLoaderSetSize(object, width, height)

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

'object': ['GdkPixbufLoader']  A pixbuf loader.

 'width': [integer]  The desired width of the image being loaded.

'height': [integer]  The desired height of the image being loaded.

_D_e_t_a_i_l_s:

     Attempts to set the desired image size  are ignored after the 
     emission of the ::size_prepared signal.  

     Since  2.2

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

     Derived by RGtkGen from GTK+ documentation

