gtkMiscSetPadding           package:RGtk2           R Documentation

_g_t_k_M_i_s_c_S_e_t_P_a_d_d_i_n_g

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

     Sets the amount of space to add around the widget.

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

     gtkMiscSetPadding(object, xpad, ypad)

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

'object': ['GtkMisc'] a 'GtkMisc'.

  'xpad': [integer] the amount of space to add on the left and right of
          the widget, in pixels.

  'ypad': [integer] the amount of space to add on the top and bottom of
          the widget, in pixels.

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

     Derived by RGtkGen from GTK+ documentation

