gtkPreviewSetExpand          package:RGtk2          R Documentation

_g_t_k_P_r_e_v_i_e_w_S_e_t_E_x_p_a_n_d

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

     Determines the way that the the preview widget behaves when the
     size it is allocated is larger than the requested size. If
     'expand' is 'FALSE', then the preview's window and buffer will be
     no larger than the size set with  'gtkPreviewSize', and the data
     set will be centered in the allocation if it is larger. If
     'expand' is 'TRUE' then the window and buffer will expand with the
     allocation; the application is responsible for catching the
     "size_allocate" signal and providing the data  appropriate for
     this size. *WARNING: 'gtk_preview_set_expand' is deprecated and
     should not be used in newly-written code.*

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

     gtkPreviewSetExpand(object, expand)

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

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

'expand': [logical] whether the preview's window should expand or not.

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

     Derived by RGtkGen from GTK+ documentation

