Data Structures | |
struct | ROXAppletInfo |
Details of the location of an applet's icon. More... | |
Enumerations | |
enum | rox_panel_location { PANEL_TOP, PANEL_BOTTOM, PANEL_LEFT, PANEL_RIGHT, PANEL_UNKNOWN } |
Functions | |
void | rox_applet_popup_menu (GtkWidget *plug, GtkWidget *menu, GdkEventButton *evbut) |
ROXAppletInfo * | rox_applet_get_position (GtkWidget *plug) |
void | applet_popup_menu (GtkWidget *plug, GtkWidget *menu, GdkEventButton *evbut) |
ROXAppletInfo * | applet_get_position (GtkWidget *plug) |
enum rox_panel_location |
ROXAppletInfo* applet_get_position | ( | GtkWidget * | plug | ) |
Return the location of an applet's icon.
[in] | plug | the widget that the applet created in the panel. |
void applet_popup_menu | ( | GtkWidget * | plug, | |
GtkWidget * | menu, | |||
GdkEventButton * | evbut | |||
) |
Popup a menu in the appropriate place for an applet's icon.
[in,out] | plug | the GtkPlug object used to hold the applet |
[in] | menu | the menu to show |
[in] | evbut | the button event that triggered the menu, or NULL if the menu was triggered by some other means |
ROXAppletInfo* rox_applet_get_position | ( | GtkWidget * | plug | ) |
Return the location of an applet's icon.
[in] | plug | the widget that the applet created in the panel. |
void rox_applet_popup_menu | ( | GtkWidget * | plug, | |
GtkWidget * | menu, | |||
GdkEventButton * | evbut | |||
) |
Popup a menu in the appropriate place for an applet's icon.
[in,out] | plug | the GtkPlug object used to hold the applet |
[in] | menu | the menu to show |
[in] | evbut | the button event that triggered the menu, or NULL if the menu was triggered by some other means |