|  |  |  | Libxfce4panel Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
#include <libxfce4panel/libxfce4panel.h>
                    XfceExternalPanelPlugin;
GtkWidget *         xfce_external_panel_plugin_new      (gint argc,
                                                         gchar **argv,
                                                         XfcePanelPluginFunc construct);
  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----GtkPlug
                                             +----XfceExternalPanelPlugin
XfceExternalPanelPlugin implements AtkImplementorIface, GtkBuildable and XfcePanelPlugin.
typedef struct _XfceExternalPanelPlugin XfceExternalPanelPlugin;
The XfceExternalPanelPlugin struct contains private data only, and should be accessed using the functions for the XfcePanelPlugin Interface.
GtkWidget * xfce_external_panel_plugin_new (gint argc, gchar **argv, XfcePanelPluginFunc construct);
Creates a new external plugin. This function should not be used directly
but only through the XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL() macro.
| 
 | number of arguments (from the plugins main()function) | 
| 
 | argument array (from the plugins main()function) | 
| 
 | XfcePanelPluginFunc that will be called to construct the plugin widgets. | 
| Returns : | newly created panel plugin widget. |