#include "rox-clib.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <X11/Xlib.h>
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include "rox.h"
#include "error.h"
#include "rox_debug.h"
#include "applet.h"
Functions | |
ROXAppletInfo * | rox_applet_get_position (GtkWidget *plug) |
ROXAppletInfo * | applet_get_position (GtkWidget *plug) |
void | rox_applet_popup_menu (GtkWidget *plug, GtkWidget *menu, GdkEventButton *evbut) |
void | applet_popup_menu (GtkWidget *plug, GtkWidget *menu, GdkEventButton *evbut) |
|
Return the location of an applet's icon.
|
|
Popup a menu in the appropriate place for an applet's icon.
|
|
Return the location of an applet's icon.
|
|
Popup a menu in the appropriate place for an applet's icon.
|