~ubuntu-branches/ubuntu/breezy/libgnomecanvas/breezy

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/gnome-canvas-group.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-09-13 22:40:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040913224039-giftt9jhvyoorcuv
Tags: upstream-2.8.0
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GnomeCanvasGroup
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Canvas item group
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
A canvas item that groups other canvas items. A canvas group is used
 
10
for organization, determining drawing stacking order, and for
 
11
applying transforms on all items in the group.
 
12
</para>
 
13
 
 
14
<para>
 
15
The #GnomeCanvas widget contains a toplevel "root" group which can be
 
16
queried with a call to gnome_canvas_root().
 
17
</para>
 
18
 
 
19
<!-- ##### SECTION See_Also ##### -->
 
20
<para>
 
21
 
 
22
</para>
 
23
 
 
24
<!-- ##### STRUCT GnomeCanvasGroup ##### -->
 
25
<para>
 
26
This structure should not be accessed directly. Use the object's properties
 
27
for querying or changing its parameters.
 
28
</para>
 
29
 
 
30
 
 
31
<!-- ##### ARG GnomeCanvasGroup:x ##### -->
 
32
<para>
 
33
X coordinate of group's origin.
 
34
</para>
 
35
 
 
36
<!-- ##### ARG GnomeCanvasGroup:y ##### -->
 
37
<para>
 
38
Y coordinate of group's origin.
 
39
</para>
 
40