Applet.TextIconApplet
Applet.TextIconApplet — Applet with icon and label
|
|
Description
Applet that displays an icon and a text. The icon is on the left of the text
Functions
_init ()
_init (St.Side orientation
,
int panelHeight
,
int instance_id
);
set_applet_label ()
set_applet_label (string text
);
Sets the text of the actor to text
set_applet_enabled ()
set_applet_enabled (boolean enabled
);
Sets whether the applet is enabled or not. A disabled applet sets its padding to 0px and doesn't react to clicks
hide_applet_icon ()
hide_applet_icon ();
Hides the icon of the applet
Property Details
The “_applet_label”
property
“_applet_label” St.Label
Label of the applet