diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-21 03:16:47 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-08-10 21:02:28 +0200 |
commit | 9f1939cbd5aa8fb9ee98e5400780194c9bbb25cf (patch) | |
tree | dfeabe9b93dce21e019d628407a4eb3d8d9914ae /docs | |
parent | 4729460a4fa3e0393223aec8bedd675ba1d4afa5 (diff) | |
download | gtk+-9f1939cbd5aa8fb9ee98e5400780194c9bbb25cf.tar.gz |
API: Remove GtkTextTag's stipple properties
They seem pretty much unused and the only reason why GtkTextView uses a
GdkPangoRenderer and not a PangoCairoRenderer.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtktexttag.sgml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/reference/gtk/tmpl/gtktexttag.sgml b/docs/reference/gtk/tmpl/gtktexttag.sgml index 3126342702..c807da83e3 100644 --- a/docs/reference/gtk/tmpl/gtktexttag.sgml +++ b/docs/reference/gtk/tmpl/gtktexttag.sgml @@ -84,16 +84,6 @@ It is working (with minor issues) since 2.8. </para> -<!-- ##### ARG GtkTextTag:background-stipple ##### --> -<para> - -</para> - -<!-- ##### ARG GtkTextTag:background-stipple-set ##### --> -<para> - -</para> - <!-- ##### ARG GtkTextTag:direction ##### --> <para> @@ -144,16 +134,6 @@ It is working (with minor issues) since 2.8. </para> -<!-- ##### ARG GtkTextTag:foreground-stipple ##### --> -<para> - -</para> - -<!-- ##### ARG GtkTextTag:foreground-stipple-set ##### --> -<para> - -</para> - <!-- ##### ARG GtkTextTag:indent ##### --> <para> @@ -466,8 +446,6 @@ modified directly. @bg_color: @fg_color: -@bg_stipple: -@fg_stipple: @rise: @underline: @strikethrough: |