gtkWindowGetFrameDimensions      package:RGtk2      R Documentation

_g_t_k_W_i_n_d_o_w_G_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 not return
     the size of the window border drawn by the window manager, which
     is the normal case when using a windowing system.  See
     'gdkWindowGetFrameExtents' to get the standard window border
     extents.)

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

     gtkWindowGetFrameDimensions(object)

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

'object': ['GtkWindow']  a 'GtkWindow'

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

     Retrieves the dimensions of the frame window for this toplevel.
     See 'gtkWindowSetHasFrame', 'gtkWindowSetFrameDimensions'.

_V_a_l_u_e:

     A list containing the following elements: 

  'left': [integer]  location to store the width of the frame at the
          left, or 'NULL'

   'top': [integer]  location to store the height of the frame at the
          top, or 'NULL'

 'right': [integer]  location to store the width of the frame at the
          returns, or 'NULL'

'bottom': [integer]  location to store the height of the frame at the
          bottom, or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

