![]() |
![]() |
![]() |
libawn Reference Manual | ![]() |
---|---|---|---|---|
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" gchararray : Read / Write / Construct
AwnApplet* (*AwnAppletInitPFunc) (const gchar *uid, gint orient, gint height);
uid : |
|
orient : |
|
height : |
|
Returns : |
AwnApplet* awn_applet_new (const gchar *uid, gint orient, gint height);
uid : |
|
orient : |
|
height : |
|
Returns : |
AwnOrientation awn_applet_get_orientation (AwnApplet *applet);
applet : |
|
Returns : |
GtkWidget* awn_applet_create_default_menu (AwnApplet *applet);
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
void user_function (AwnApplet *awnapplet, gchar *arg1, gpointer user_data) : Run First
awnapplet : |
the object which received the signal. |
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |
void user_function (AwnApplet *awnapplet, gint arg1, gpointer user_data) : Run First
awnapplet : |
the object which received the signal. |
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |
void user_function (AwnApplet *awnapplet, gint arg1, gpointer user_data) : Run First
awnapplet : |
the object which received the signal. |
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |