gtkStatusIconGetGeometry        package:RGtk2        R Documentation

_g_t_k_S_t_a_t_u_s_I_c_o_n_G_e_t_G_e_o_m_e_t_r_y

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

     Obtains information about the location of the status icon on
     screen. This information can be used to e.g. position  popups like
     notification bubbles.

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

     gtkStatusIconGetGeometry(object)

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

'object': ['GtkStatusIcon']  a 'GtkStatusIcon'

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

     See 'gtkStatusIconPositionMenu' for a more convenient  alternative
     for positioning menus.

     Note that some platforms do not allow GTK+ to provide  this
     information, and even on platforms that do allow it, the
     information is not reliable unless the status icon is embedded in
     a notification area, see 'gtkStatusIconIsEmbedded'.  

     Since  2.10

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if the location information has  been filled
          in

'screen': ['GdkScreen']  return location for the screen, or 'NULL' if
          the information is not needed 

  'area': ['GdkRectangle']  return location for the area occupied by
          the status  icon, or 'NULL'

'orientation': ['GtkOrientation']  return location for the orientation
          of the panel  in which the status icon is embedded, or
          'NULL'. A panel  at the top or bottom of the screen is
          horizontal, a panel  at the left or right is vertical.

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

     Derived by RGtkGen from GTK+ documentation

