Gio.EmblemedIcon¶
class — extends GObject.Object, Icon
GEmblemedIcon is an implementation of Icon that supports
adding an emblem to an icon. Adding multiple emblems to an
icon is ensured via EmblemedIcon.add_emblem.
Note that GEmblemedIcon allows no control over the position
of the emblems. See also Emblem for more information.
Constructors¶
new¶
Creates a new emblemed icon for icon with the emblem emblem.
Parameters:
Methods¶
add_emblem¶
Adds emblem to the GLib.List of GEmblems.
Parameters:
emblem— aEmblem
clear_emblems¶
Removes all the emblems from icon.
get_emblems¶
Gets the list of emblems for the icon.
get_icon¶
Gets the main icon for emblemed.
Properties¶
gicon¶
The Icon to attach emblems to.