Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkPlug
+----AwnPlug
Implemented Interfaces
AwnPlug implements
AtkImplementorIface and GtkBuildable.
Details
AwnPlugPrivate
typedef struct _AwnPlugPrivate AwnPlugPrivate;
AwnPlug
typedef struct _AwnPlug AwnPlug;
awn_plug_new ()
GtkWidget* awn_plug_new (AwnApplet *applet);
awn_plug_construct ()
void awn_plug_construct (AwnPlug *plug,
GdkNativeWindow socket_id);
Signal Details
The "applet-deleted" signal
void user_function (AwnPlug *awnplug,
gchar *arg1,
gpointer user_data) : Run Last
awnplug : |
the object which received the signal.
|
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |