![]() |
![]() |
![]() |
libawn Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
AwnAppletPrivate; AwnApplet; gboolean (*AwnAppletInitFunc) (AwnApplet *applet); AwnApplet * (*AwnAppletInitPFunc) (const gchar *uid, gint orient, gint height); AwnApplet * awn_applet_new (const gchar *uid, gint orient, gint height); AwnOrientation awn_applet_get_orientation (AwnApplet *applet); guint awn_applet_get_height (AwnApplet *applet); GtkWidget * awn_applet_create_default_menu (AwnApplet *applet);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkEventBox +----AwnApplet +----AwnAppletSimple
"height" gint : Read / Write / Construct "orient" gint : Read / Write / Construct "uid" gchar* : Read / Write / Construct
AwnApplet * (*AwnAppletInitPFunc) (const gchar *uid, gint orient, gint height);
|
|
|
|
|
|
Returns : |
AwnApplet * awn_applet_new (const gchar *uid, gint orient, gint height);
|
|
|
|
|
|
Returns : |
AwnOrientation awn_applet_get_orientation (AwnApplet *applet);
|
|
Returns : |
GtkWidget * awn_applet_create_default_menu (AwnApplet *applet);
|
|
Returns : |
"height"
property"height" gint : Read / Write / Construct
The current visible height of the bar.
Allowed values: [12,100]
Default value: 48
"orient"
property"orient" gint : Read / Write / Construct
The current bar orientation.
Allowed values: [0,10]
Default value: 0
"applet-deleted"
signalvoid user_function (AwnApplet *awnapplet, gchar *arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"height-changed"
signalvoid user_function (AwnApplet *awnapplet, gint arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"orientation-changed"
signalvoid user_function (AwnApplet *awnapplet, gint arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |