gtkStatusIconPositionMenu {RGtk2.10}R Documentation

gtkStatusIconPositionMenu

Description

Menu positioning function to use with gtkMenuPopup to position menu aligned to the status icon user.data.

Usage

gtkStatusIconPositionMenu(menu, user.data)

Arguments

menu [GtkMenu] the GtkMenu
user.data [R object] the status icon to position the menu on

Details

Since 2.10

Value

A list containing the following elements:

x [integer] return location for the x position
y [integer] return location for the y position
push.in [logical] return location for whether the menu should be pushed in to be completely inside the screen instead of just clamped to the size to the screen.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2.10 version 2.10.6 Index]