Top | ![]() |
![]() |
![]() |
![]() |
ClutterActor * | st_icon_new () |
const gchar * | st_icon_get_icon_name () |
void | st_icon_set_icon_name () |
gint | st_icon_get_icon_size () |
void | st_icon_set_icon_size () |
void | st_icon_set_gicon () |
GIcon * | st_icon_get_gicon () |
void | st_icon_set_fallback_icon_name () |
const gchar * | st_icon_get_fallback_icon_name () |
gint
st_icon_get_icon_size (StIcon *icon
);
Gets the size explicit size on the icon. This is not necesariily the size that the icon will actually be displayed at.
void st_icon_set_icon_size (StIcon *icon
,gint size
);
Sets an explicit size for the icon.
void st_icon_set_fallback_icon_name (StIcon *icon
,const gchar *icon_name
);