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

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/gnome-canvas-clipgroup.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
GnomeCanvasClipgroup
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Canvas group that implements clipping
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
A canvas group object that clips the view of its children to a shape defined by
 
10
a #GnomeCanvasPathDef.
 
11
</para>
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
<!-- ##### STRUCT GnomeCanvasClipgroup ##### -->
 
19
<para>
 
20
This structure should not be accessed directly. Use the object's properties
 
21
for querying or changing its parameters.
 
22
</para>
 
23
 
 
24
 
 
25
<!-- ##### ARG GnomeCanvasClipgroup:path ##### -->
 
26
<para>
 
27
Pointer to a #GnomeCanvasPathDef structure which can be created with
 
28
gnome_canvas_path_def_new ().
 
29
</para>
 
30
 
 
31
<!-- ##### ARG GnomeCanvasClipgroup:wind ##### -->
 
32
<para>
 
33
Winding rule (ArtWindRule) enumeration (ART_WIND_RULE_NONZERO,
 
34
ART_WIND_RULE_INTERSECT, ART_WIND_RULE_ODDEVEN, and ART_WIND_RULE_POSITIVE),
 
35
see libart for details. Defines the clipping intersection rule (FIXME?).
 
36
</para>
 
37