StatusIcon.positionMenu

Menu positioning function to use with gtk_menu_popup() to position menu aligned to the status icon user_data. Since 2.10

class StatusIcon
static
void
positionMenu
(,
out int x
,
out int y
,
out int pushIn
,
void* userData
)

Parameters

menu Menu

the GtkMenu

x int

return location for the x position

y int

return location for the y position

pushIn int

whether the first menu item should be offset (pushed in) to be aligned with the menu popup position (only useful for GtkOptionMenu).

userData void*

the status icon to position the menu on

Meta