[ CCode ( cname = "xapp_status_icon_popup_menu" ) ]
[ Version ( since = "1.8.6" ) ]
public void popup_menu (Menu? menu, int x, int y, uint button, uint _time, int panel_position)
Pop up menu using the positioning arguments.
These arguments should be those provided by a button_release_event .
| this |
an StatusIcon |
| menu |
A Menu to display when the primary mouse button is released. |
| x |
The x anchor position for the menu. |
| y |
The y anchor position for the menu. |
| button |
The button used to initiate this action (or 0) |
| _time |
The event time (or 0) |
| panel_position |
The PositionType for the position of the icon. |