summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-05-12 04:32:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-12 04:32:16 +0000
commite2d31f74803f6d820be39a02a48b01b9256bf9e8 (patch)
tree8f75627d9bbee6cbdd8b6ca010d1e473579dfb95 /docs/reference
parenta2bd3c74be06c1d90a9e59548116362833c6bf80 (diff)
downloadgtk+-e2d31f74803f6d820be39a02a48b01b9256bf9e8.tar.gz
Additions.
Wed May 12 00:30:57 2004 Matthias Clasen <maclas@gmx.de> * gdk/tmpl/gcs.sgml: Additions.
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gdk/tmpl/gcs.sgml8
2 files changed, 10 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 3579fe24de..4b236a7e40 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 12 00:30:57 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/tmpl/gcs.sgml: Additions.
+
2004-05-11 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkenums.sgml: Document the selection modes here,
diff --git a/docs/reference/gdk/tmpl/gcs.sgml b/docs/reference/gdk/tmpl/gcs.sgml
index 8a60b59578..e18b28fba4 100644
--- a/docs/reference/gdk/tmpl/gcs.sgml
+++ b/docs/reference/gdk/tmpl/gcs.sgml
@@ -445,11 +445,15 @@ drawn with alternating on and off segments of the
lengths specified in @dash_list. The manner in
which the on and off segments are drawn is determined
by the @line_style value of the GC. (This can
-be changed with gdk_gc_set_line_attributes())
+be changed with gdk_gc_set_line_attributes().)
+</para>
+<para>
+The @dash_offset defines the phase of the pattern, specifying how many
+pixels into the dash-list the pattern should actually begin.
</para>
@gc: a #GdkGC.
-@dash_offset: the
+@dash_offset: the phase of the dash pattern.
@dash_list: an array of dash lengths.
@n: the number of elements in @dash_list.