Applet.IconApplet
Applet.IconApplet — Applet with icon
|
|
Description
Applet that contains an icon
Functions
_init ()
_init (St.Side orientation,
int panelHeight,
int instance_id);
set_applet_icon_name ()
set_applet_icon_name (string icon_name);
Sets the icon of the applet to icon_name.
The icon will be full color
set_applet_icon_symbolic_name ()
set_applet_icon_symbolic_name (string icon_name);
Sets the icon of the applet to icon_name.
The icon will be symbolic
set_applet_icon_path ()
set_applet_icon_path (string icon_path);
Sets the icon of the applet to the image file at icon_path
The icon will be full color
set_applet_icon_symbolic_path ()
set_applet_icon_symbolic_path (string icon_path);
Sets the icon of the applet to the image file at icon_path
The icon will be symbolic
Property Details
The “_applet_icon” property
“_applet_icon” St.Icon
Actor of the icon