From 360f533eb6e244dae4cc748618bd77348f206f46 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Mon, 9 Mar 2009 23:35:05 +0000 Subject: Create a dedicated Changelog for the docs and move the latest entries in 2009-03-09 Gian Mario Tagliaretti * docs/reference/Changelog: Create a dedicated Changelog for the docs and move the latest entries in there. 2009-03-09 Gian Mario Tagliaretti * docs/Makefile.am: * docs/reference/pygio-classes.xml: * docs/reference/pygio-emblemedicon.xml: * docs/reference/pygio-icon.xml: * docs/reference/pygio-emblem.xml: Add gio.EmblemedIcon and gio.Icon in docs, fix a couple of typos. svn path=/trunk/; revision=1026 --- docs/reference/pygio-emblemedicon.xml | 160 ++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 docs/reference/pygio-emblemedicon.xml (limited to 'docs/reference/pygio-emblemedicon.xml') diff --git a/docs/reference/pygio-emblemedicon.xml b/docs/reference/pygio-emblemedicon.xml new file mode 100644 index 0000000..f4582b8 --- /dev/null +++ b/docs/reference/pygio-emblemedicon.xml @@ -0,0 +1,160 @@ + + + + + + gio.EmblemedIcon + Icon with emblems. + + + + Synopsis + + + gio.EmblemedIcon + gobject.GObject + gio.Icon + + + gio.EmblemedIcon + icon + emblem + + + + + add_emblem + emblem + + + get_icon + + + + + + + + + Ancestry + ++-- gobject.GObject + +-- gio.EmblemedIcon + + + + + + Implemented Interfaces + + gio.EmblemedIcon + implements + gio.Icon + + + + + Description + + + The gio.EmblemedIcon + class is an implementation of gio.Icon + that supports adding an emblem to an icon. Adding multiple emblems to an icon is ensured via + gio.EmblemedIcon.add_emblem(). + + + Note that + gio.EmblemedIcon + allows no control over the position of the emblems. See also + gio.Emblem + for more information. + + + + + Constructor + + + gio.EmblemedIcon + icon + emblem + + + + icon : + a + gio.Icon. + + + + emblem : + a + gio.Emblem. + + + + Returns : + a new + gio.Icon. + + + + + + Creates a new gio.Icon + for icon with the emblem emblem. + + + + + + Methods + + + gio.EmblemedIcon.add_emblem + + + add_emblem + emblem + + + + + emblem : + a + gio.Emblem + + + + + + The add_emblem() method adds emblem to the + list of gio.Emblems. + + + + + gio.EmblemedIcon.get_icon + + + get_icon + + + + + + Returns : + a + gio.Icon + that is owned by emblemed. + + + + + + The get_icon() method gets the main icon for emblemed. + + + + -- cgit