gtkWindowSetFrameDimensions      package:RGtk2      R Documentation

_g_t_k_W_i_n_d_o_w_S_e_t_F_r_a_m_e_D_i_m_e_n_s_i_o_n_s

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

     (Note: this is a special-purpose function intended for the
     framebuffer port; see 'gtkWindowSetHasFrame'. It will have no
     effect on the window border drawn by the window manager, which is
     the normal case when using the X Window system.)

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

     gtkWindowSetFrameDimensions(object, left, top, right, bottom)

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

'object': ['GtkWindow']  a 'GtkWindow' that has a frame

  'left': [integer]  The width of the left border

   'top': [integer]  The height of the top border

 'right': [integer]  The width of the right border

'bottom': [integer]  The height of the bottom border

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

     For windows with frames (see 'gtkWindowSetHasFrame') this function
     can be used to change the size of the frame border.

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

     Derived by RGtkGen from GTK+ documentation

