~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkStyle.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-06-13 10:00:13 UTC
  • mto: (72.2.1 lenny) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20070613100013-qstao3cwpm6xdlxc
Tags: upstream-2.11.2
ImportĀ upstreamĀ versionĀ 2.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
55
55
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
56
56
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
 
57
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
57
58
</head>
58
59
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
59
60
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
64
65
<th width="100%" align="center">GTK+ Reference Manual</th>
65
66
<td><a accesskey="n" href="gtk-Selections.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
66
67
</tr>
67
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2755630" class="shortcut">Top</a>
68
 
                  &#160;|&#160;
69
 
                  <a href="#id2761409" class="shortcut">Description</a>
70
 
                  &#160;|&#160;
71
 
                  <a href="#id2761346" class="shortcut">Object Hierarchy</a>
72
 
                  &#160;|&#160;
73
 
                  <a href="#id2761370" class="shortcut">Signals</a></nobr></td></tr>
 
68
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2821240" class="shortcut">Top</a>
 
69
                  &#160;|&#160;
 
70
                  <a href="#id2827017" class="shortcut">Description</a>
 
71
                  &#160;|&#160;
 
72
                  <a href="#id2826956" class="shortcut">Object Hierarchy</a>
 
73
                  &#160;|&#160;
 
74
                  <a href="#id2826980" class="shortcut">Signals</a></nobr></td></tr>
74
75
</table>
75
76
<div class="refentry" lang="en">
76
77
<a name="GtkStyle"></a><div class="titlepage"></div>
77
78
<div class="refnamediv"><table width="100%"><tr>
78
79
<td valign="top">
79
80
<h2>
80
 
<a name="id2755630"></a><span class="refentrytitle">Styles</span>
 
81
<a name="id2821240"></a><span class="refentrytitle">Styles</span>
81
82
</h2>
82
83
<p>Styles &#8212; Functions for drawing widget parts</p>
83
84
</td>
702
703
</pre>
703
704
</div>
704
705
<div class="refsect1" lang="en">
705
 
<a name="id2761346"></a><h2>Object Hierarchy</h2>
 
706
<a name="id2826956"></a><h2>Object Hierarchy</h2>
706
707
<pre class="synopsis">
707
708
 
708
709
  GObject
710
711
</pre>
711
712
</div>
712
713
<div class="refsect1" lang="en">
713
 
<a name="id2761370"></a><h2>Signals</h2>
 
714
<a name="id2826980"></a><h2>Signals</h2>
714
715
<pre class="synopsis">
715
716
 
716
 
  "<a href="GtkStyle.html#GtkStyle-realize">realize</a>"                                        : Run First
717
 
  "<a href="GtkStyle.html#GtkStyle-unrealize">unrealize</a>"                                      : Run First
 
717
  <a href="GtkStyle.html#GtkStyle-realize">realize</a>                                        : Run First
 
718
  <a href="GtkStyle.html#GtkStyle-unrealize">unrealize</a>                                      : Run First
718
719
</pre>
719
720
</div>
720
721
<div class="refsect1" lang="en">
721
 
<a name="id2761409"></a><h2>Description</h2>
 
722
<a name="id2827017"></a><h2>Description</h2>
722
723
<p>
723
724
 
724
725
</p>
725
726
</div>
726
727
<div class="refsect1" lang="en">
727
 
<a name="id2761423"></a><h2>Details</h2>
 
728
<a name="id2827031"></a><h2>Details</h2>
728
729
<div class="refsect2" lang="en">
729
 
<a name="id2761433"></a><h3>
 
730
<a name="id2827041"></a><h3>
730
731
<a name="GTK-STYLE-ATTACHED:CAPS"></a>GTK_STYLE_ATTACHED()</h3>
731
 
<a class="indexterm" name="id2761446"></a><pre class="programlisting">#define GTK_STYLE_ATTACHED(style) (GTK_STYLE (style)-&gt;attach_count &gt; 0)
 
732
<a class="indexterm" name="id2827054"></a><pre class="programlisting">#define GTK_STYLE_ATTACHED(style) (GTK_STYLE (style)-&gt;attach_count &gt; 0)
732
733
</pre>
733
734
<p>
734
735
Returns whether the style is attached to a window.
746
747
</div>
747
748
<hr>
748
749
<div class="refsect2" lang="en">
749
 
<a name="id2761490"></a><h3>
 
750
<a name="id2827098"></a><h3>
750
751
<a name="GtkStyle-struct"></a>GtkStyle</h3>
751
 
<a class="indexterm" name="id2761503"></a><pre class="programlisting">typedef struct {
 
752
<a class="indexterm" name="id2827111"></a><pre class="programlisting">typedef struct {
752
753
  GdkColor fg[5];
753
754
  GdkColor bg[5];
754
755
  GdkColor light[5];
785
786
</div>
786
787
<hr>
787
788
<div class="refsect2" lang="en">
788
 
<a name="id2761527"></a><h3>
 
789
<a name="id2827135"></a><h3>
789
790
<a name="gtk-style-new"></a>gtk_style_new ()</h3>
790
 
<a class="indexterm" name="id2761540"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_style_new                       (void);</pre>
 
791
<a class="indexterm" name="id2827148"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_style_new                       (void);</pre>
791
792
<p>
792
793
Creates a new <a href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.</p>
793
794
<p>
804
805
</div>
805
806
<hr>
806
807
<div class="refsect2" lang="en">
807
 
<a name="id2761595"></a><h3>
 
808
<a name="id2827203"></a><h3>
808
809
<a name="gtk-style-copy"></a>gtk_style_copy ()</h3>
809
 
<a class="indexterm" name="id2761608"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_style_copy                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
 
810
<a class="indexterm" name="id2827216"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_style_copy                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
810
811
<p>
811
812
 
812
813
</p>
830
831
</div>
831
832
<hr>
832
833
<div class="refsect2" lang="en">
833
 
<a name="id2761664"></a><h3>
 
834
<a name="id2827272"></a><h3>
834
835
<a name="gtk-style-attach"></a>gtk_style_attach ()</h3>
835
 
<a class="indexterm" name="id2761677"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_style_attach                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
836
<a class="indexterm" name="id2827285"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_style_attach                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
836
837
                                                         <a
837
838
href="../gdk/gdk-Windows.html#GdkWindow"
838
839
>GdkWindow</a> *window);</pre>
869
870
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
870
871
<td> Either <em class="parameter"><code>style</code></em>, or a newly-created <a href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
871
872
  If the style is newly created, the style parameter
872
 
  will be dereferenced, and the new style will have
 
873
  will be unref'ed, and the new style will have
873
874
  a reference count belonging to the caller.
874
875
</td>
875
876
</tr>
878
879
</div>
879
880
<hr>
880
881
<div class="refsect2" lang="en">
881
 
<a name="id2761805"></a><h3>
 
882
<a name="id2827413"></a><h3>
882
883
<a name="gtk-style-detach"></a>gtk_style_detach ()</h3>
883
 
<a class="indexterm" name="id2761818"></a><pre class="programlisting">void                gtk_style_detach                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
 
884
<a class="indexterm" name="id2827426"></a><pre class="programlisting">void                gtk_style_detach                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
884
885
<p>
885
886
Detaches a style from a window. If the style is not attached
886
887
to any windows anymore, it is unrealized. See <a href="GtkStyle.html#gtk-style-attach"><code class="function">gtk_style_attach()</code></a>.</p>
898
899
</div>
899
900
<hr>
900
901
<div class="refsect2" lang="en">
901
 
<a name="id2761888"></a><h3>
 
902
<a name="id2827496"></a><h3>
902
903
<a name="gtk-style-ref"></a>gtk_style_ref ()</h3>
903
 
<a class="indexterm" name="id2761903"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_style_ref                       (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
 
904
<a class="indexterm" name="id2827511"></a><pre class="programlisting"><a href="GtkStyle.html" title="Styles">GtkStyle</a>*           gtk_style_ref                       (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
904
905
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
905
906
<h3 class="title">Warning</h3>
906
907
<p><code class="literal">gtk_style_ref</code> is deprecated and should not be used in newly-written code.</p>
928
929
</div>
929
930
<hr>
930
931
<div class="refsect2" lang="en">
931
 
<a name="id2761999"></a><h3>
 
932
<a name="id2827607"></a><h3>
932
933
<a name="gtk-style-unref"></a>gtk_style_unref ()</h3>
933
 
<a class="indexterm" name="id2762014"></a><pre class="programlisting">void                gtk_style_unref                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
 
934
<a class="indexterm" name="id2827622"></a><pre class="programlisting">void                gtk_style_unref                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
934
935
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
935
936
<h3 class="title">Warning</h3>
936
937
<p><code class="literal">gtk_style_unref</code> is deprecated and should not be used in newly-written code.</p>
951
952
</div>
952
953
<hr>
953
954
<div class="refsect2" lang="en">
954
 
<a name="id2762095"></a><h3>
 
955
<a name="id2827703"></a><h3>
955
956
<a name="gtk-style-set-background"></a>gtk_style_set_background ()</h3>
956
 
<a class="indexterm" name="id2762108"></a><pre class="programlisting">void                gtk_style_set_background            (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
957
<a class="indexterm" name="id2827716"></a><pre class="programlisting">void                gtk_style_set_background            (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
957
958
                                                         <a
958
959
href="../gdk/gdk-Windows.html#GdkWindow"
959
960
>GdkWindow</a> *window,
989
990
</div>
990
991
<hr>
991
992
<div class="refsect2" lang="en">
992
 
<a name="id2762230"></a><h3>
 
993
<a name="id2827838"></a><h3>
993
994
<a name="gtk-style-apply-default-background"></a>gtk_style_apply_default_background ()</h3>
994
 
<a class="indexterm" name="id2762245"></a><pre class="programlisting">void                gtk_style_apply_default_background  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
995
<a class="indexterm" name="id2827853"></a><pre class="programlisting">void                gtk_style_apply_default_background  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
995
996
                                                         <a
996
997
href="../gdk/gdk-Windows.html#GdkWindow"
997
998
>GdkWindow</a> *window,
1062
1063
</div>
1063
1064
<hr>
1064
1065
<div class="refsect2" lang="en">
1065
 
<a name="id2762462"></a><h3>
 
1066
<a name="id2828069"></a><h3>
1066
1067
<a name="gtk-style-apply-default-pixmap"></a>gtk_style_apply_default_pixmap()</h3>
1067
 
<a class="indexterm" name="id2762478"></a><pre class="programlisting">#define gtk_style_apply_default_pixmap(s,gw,st,a,x,y,w,h) gtk_style_apply_default_background (s,gw,1,st,a,x,y,w,h)
 
1068
<a class="indexterm" name="id2828085"></a><pre class="programlisting">#define gtk_style_apply_default_pixmap(s,gw,st,a,x,y,w,h) gtk_style_apply_default_background (s,gw,1,st,a,x,y,w,h)
1068
1069
</pre>
1069
1070
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1070
1071
<h3 class="title">Warning</h3>
1123
1124
</div>
1124
1125
<hr>
1125
1126
<div class="refsect2" lang="en">
1126
 
<a name="id2762631"></a><h3>
 
1127
<a name="id2828238"></a><h3>
1127
1128
<a name="gtk-style-lookup-color"></a>gtk_style_lookup_color ()</h3>
1128
 
<a class="indexterm" name="id2762646"></a><pre class="programlisting">gboolean            gtk_style_lookup_color              (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1129
<a class="indexterm" name="id2828254"></a><pre class="programlisting">gboolean            gtk_style_lookup_color              (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1129
1130
                                                         const gchar *color_name,
1130
1131
                                                         <a
1131
1132
href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"
1172
1173
</div>
1173
1174
<hr>
1174
1175
<div class="refsect2" lang="en">
1175
 
<a name="id2762826"></a><h3>
 
1176
<a name="id2828434"></a><h3>
1176
1177
<a name="gtk-style-lookup-icon-set"></a>gtk_style_lookup_icon_set ()</h3>
1177
 
<a class="indexterm" name="id2762840"></a><pre class="programlisting"><a href="gtk-Themeable-Stock-Images.html#GtkIconSet">GtkIconSet</a>*         gtk_style_lookup_icon_set           (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1178
<a class="indexterm" name="id2828448"></a><pre class="programlisting"><a href="gtk-Themeable-Stock-Images.html#GtkIconSet">GtkIconSet</a>*         gtk_style_lookup_icon_set           (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1178
1179
                                                         const gchar *stock_id);</pre>
1179
1180
<p>
1180
1181
 
1204
1205
</div>
1205
1206
<hr>
1206
1207
<div class="refsect2" lang="en">
1207
 
<a name="id2762918"></a><h3>
 
1208
<a name="id2828525"></a><h3>
1208
1209
<a name="gtk-style-render-icon"></a>gtk_style_render_icon ()</h3>
1209
 
<a class="indexterm" name="id2762931"></a><pre class="programlisting"><a
 
1210
<a class="indexterm" name="id2828539"></a><pre class="programlisting"><a
1210
1211
href="../gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
1211
1212
>GdkPixbuf</a>*          gtk_style_render_icon               (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1212
1213
                                                         const <a href="gtk-Themeable-Stock-Images.html#GtkIconSource">GtkIconSource</a> *source,
1273
1274
</div>
1274
1275
<hr>
1275
1276
<div class="refsect2" lang="en">
1276
 
<a name="id2763163"></a><h3>
 
1277
<a name="id2828771"></a><h3>
1277
1278
<a name="gtk-style-get-font"></a>gtk_style_get_font ()</h3>
1278
 
<a class="indexterm" name="id2763179"></a><pre class="programlisting"><a
 
1279
<a class="indexterm" name="id2828787"></a><pre class="programlisting"><a
1279
1280
href="../gdk/gdk-Fonts.html#GdkFont"
1280
1281
>GdkFont</a>*            gtk_style_get_font                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style);</pre>
1281
1282
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1316
1317
</div>
1317
1318
<hr>
1318
1319
<div class="refsect2" lang="en">
1319
 
<a name="id2763302"></a><h3>
 
1320
<a name="id2828910"></a><h3>
1320
1321
<a name="gtk-style-set-font"></a>gtk_style_set_font ()</h3>
1321
 
<a class="indexterm" name="id2763318"></a><pre class="programlisting">void                gtk_style_set_font                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1322
<a class="indexterm" name="id2828926"></a><pre class="programlisting">void                gtk_style_set_font                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1322
1323
                                                         <a
1323
1324
href="../gdk/gdk-Fonts.html#GdkFont"
1324
1325
>GdkFont</a> *font);</pre>
1361
1362
</div>
1362
1363
<hr>
1363
1364
<div class="refsect2" lang="en">
1364
 
<a name="id2763446"></a><h3>
 
1365
<a name="id2829054"></a><h3>
1365
1366
<a name="gtk-draw-hline"></a>gtk_draw_hline ()</h3>
1366
 
<a class="indexterm" name="id2763462"></a><pre class="programlisting">void                gtk_draw_hline                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1367
<a class="indexterm" name="id2829070"></a><pre class="programlisting">void                gtk_draw_hline                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1367
1368
                                                         <a
1368
1369
href="../gdk/gdk-Windows.html#GdkWindow"
1369
1370
>GdkWindow</a> *window,
1421
1422
</div>
1422
1423
<hr>
1423
1424
<div class="refsect2" lang="en">
1424
 
<a name="id2763688"></a><h3>
 
1425
<a name="id2829296"></a><h3>
1425
1426
<a name="gtk-draw-vline"></a>gtk_draw_vline ()</h3>
1426
 
<a class="indexterm" name="id2763704"></a><pre class="programlisting">void                gtk_draw_vline                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1427
<a class="indexterm" name="id2829312"></a><pre class="programlisting">void                gtk_draw_vline                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1427
1428
                                                         <a
1428
1429
href="../gdk/gdk-Windows.html#GdkWindow"
1429
1430
>GdkWindow</a> *window,
1481
1482
</div>
1482
1483
<hr>
1483
1484
<div class="refsect2" lang="en">
1484
 
<a name="id2763930"></a><h3>
 
1485
<a name="id2829538"></a><h3>
1485
1486
<a name="gtk-draw-shadow"></a>gtk_draw_shadow ()</h3>
1486
 
<a class="indexterm" name="id2763946"></a><pre class="programlisting">void                gtk_draw_shadow                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1487
<a class="indexterm" name="id2829554"></a><pre class="programlisting">void                gtk_draw_shadow                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1487
1488
                                                         <a
1488
1489
href="../gdk/gdk-Windows.html#GdkWindow"
1489
1490
>GdkWindow</a> *window,
1553
1554
</div>
1554
1555
<hr>
1555
1556
<div class="refsect2" lang="en">
1556
 
<a name="id2764194"></a><h3>
 
1557
<a name="id2829802"></a><h3>
1557
1558
<a name="gtk-draw-polygon"></a>gtk_draw_polygon ()</h3>
1558
 
<a class="indexterm" name="id2764210"></a><pre class="programlisting">void                gtk_draw_polygon                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1559
<a class="indexterm" name="id2829818"></a><pre class="programlisting">void                gtk_draw_polygon                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1559
1560
                                                         <a
1560
1561
href="../gdk/gdk-Windows.html#GdkWindow"
1561
1562
>GdkWindow</a> *window,
1622
1623
</div>
1623
1624
<hr>
1624
1625
<div class="refsect2" lang="en">
1625
 
<a name="id2764461"></a><h3>
 
1626
<a name="id2830069"></a><h3>
1626
1627
<a name="gtk-draw-arrow"></a>gtk_draw_arrow ()</h3>
1627
 
<a class="indexterm" name="id2764477"></a><pre class="programlisting">void                gtk_draw_arrow                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1628
<a class="indexterm" name="id2830085"></a><pre class="programlisting">void                gtk_draw_arrow                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1628
1629
                                                         <a
1629
1630
href="../gdk/gdk-Windows.html#GdkWindow"
1630
1631
>GdkWindow</a> *window,
1706
1707
</div>
1707
1708
<hr>
1708
1709
<div class="refsect2" lang="en">
1709
 
<a name="id2764787"></a><h3>
 
1710
<a name="id2830395"></a><h3>
1710
1711
<a name="gtk-draw-diamond"></a>gtk_draw_diamond ()</h3>
1711
 
<a class="indexterm" name="id2764803"></a><pre class="programlisting">void                gtk_draw_diamond                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1712
<a class="indexterm" name="id2830411"></a><pre class="programlisting">void                gtk_draw_diamond                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1712
1713
                                                         <a
1713
1714
href="../gdk/gdk-Windows.html#GdkWindow"
1714
1715
>GdkWindow</a> *window,
1778
1779
</div>
1779
1780
<hr>
1780
1781
<div class="refsect2" lang="en">
1781
 
<a name="id2765053"></a><h3>
 
1782
<a name="id2830661"></a><h3>
1782
1783
<a name="gtk-draw-string"></a>gtk_draw_string ()</h3>
1783
 
<a class="indexterm" name="id2765069"></a><pre class="programlisting">void                gtk_draw_string                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1784
<a class="indexterm" name="id2830676"></a><pre class="programlisting">void                gtk_draw_string                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1784
1785
                                                         <a
1785
1786
href="../gdk/gdk-Windows.html#GdkWindow"
1786
1787
>GdkWindow</a> *window,
1837
1838
</div>
1838
1839
<hr>
1839
1840
<div class="refsect2" lang="en">
1840
 
<a name="id2765271"></a><h3>
 
1841
<a name="id2830879"></a><h3>
1841
1842
<a name="gtk-draw-box"></a>gtk_draw_box ()</h3>
1842
 
<a class="indexterm" name="id2765287"></a><pre class="programlisting">void                gtk_draw_box                        (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1843
<a class="indexterm" name="id2830895"></a><pre class="programlisting">void                gtk_draw_box                        (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1843
1844
                                                         <a
1844
1845
href="../gdk/gdk-Windows.html#GdkWindow"
1845
1846
>GdkWindow</a> *window,
1908
1909
</div>
1909
1910
<hr>
1910
1911
<div class="refsect2" lang="en">
1911
 
<a name="id2765535"></a><h3>
 
1912
<a name="id2831143"></a><h3>
1912
1913
<a name="gtk-draw-box-gap"></a>gtk_draw_box_gap ()</h3>
1913
 
<a class="indexterm" name="id2765550"></a><pre class="programlisting">void                gtk_draw_box_gap                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
1914
<a class="indexterm" name="id2831158"></a><pre class="programlisting">void                gtk_draw_box_gap                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
1914
1915
                                                         <a
1915
1916
href="../gdk/gdk-Windows.html#GdkWindow"
1916
1917
>GdkWindow</a> *window,
1998
1999
</div>
1999
2000
<hr>
2000
2001
<div class="refsect2" lang="en">
2001
 
<a name="id2765865"></a><h3>
 
2002
<a name="id2831473"></a><h3>
2002
2003
<a name="gtk-draw-check"></a>gtk_draw_check ()</h3>
2003
 
<a class="indexterm" name="id2765880"></a><pre class="programlisting">void                gtk_draw_check                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2004
<a class="indexterm" name="id2831488"></a><pre class="programlisting">void                gtk_draw_check                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2004
2005
                                                         <a
2005
2006
href="../gdk/gdk-Windows.html#GdkWindow"
2006
2007
>GdkWindow</a> *window,
2070
2071
</div>
2071
2072
<hr>
2072
2073
<div class="refsect2" lang="en">
2073
 
<a name="id2766130"></a><h3>
 
2074
<a name="id2831738"></a><h3>
2074
2075
<a name="gtk-draw-extension"></a>gtk_draw_extension ()</h3>
2075
 
<a class="indexterm" name="id2766147"></a><pre class="programlisting">void                gtk_draw_extension                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2076
<a class="indexterm" name="id2831755"></a><pre class="programlisting">void                gtk_draw_extension                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2076
2077
                                                         <a
2077
2078
href="../gdk/gdk-Windows.html#GdkWindow"
2078
2079
>GdkWindow</a> *window,
2147
2148
</div>
2148
2149
<hr>
2149
2150
<div class="refsect2" lang="en">
2150
 
<a name="id2766411"></a><h3>
 
2151
<a name="id2832019"></a><h3>
2151
2152
<a name="gtk-draw-flat-box"></a>gtk_draw_flat_box ()</h3>
2152
 
<a class="indexterm" name="id2766427"></a><pre class="programlisting">void                gtk_draw_flat_box                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2153
<a class="indexterm" name="id2832035"></a><pre class="programlisting">void                gtk_draw_flat_box                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2153
2154
                                                         <a
2154
2155
href="../gdk/gdk-Windows.html#GdkWindow"
2155
2156
>GdkWindow</a> *window,
2218
2219
</div>
2219
2220
<hr>
2220
2221
<div class="refsect2" lang="en">
2221
 
<a name="id2766675"></a><h3>
 
2222
<a name="id2832283"></a><h3>
2222
2223
<a name="gtk-draw-focus"></a>gtk_draw_focus ()</h3>
2223
 
<a class="indexterm" name="id2766690"></a><pre class="programlisting">void                gtk_draw_focus                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2224
<a class="indexterm" name="id2832298"></a><pre class="programlisting">void                gtk_draw_focus                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2224
2225
                                                         <a
2225
2226
href="../gdk/gdk-Windows.html#GdkWindow"
2226
2227
>GdkWindow</a> *window,
2278
2279
</div>
2279
2280
<hr>
2280
2281
<div class="refsect2" lang="en">
2281
 
<a name="id2766897"></a><h3>
 
2282
<a name="id2832505"></a><h3>
2282
2283
<a name="gtk-draw-handle"></a>gtk_draw_handle ()</h3>
2283
 
<a class="indexterm" name="id2766913"></a><pre class="programlisting">void                gtk_draw_handle                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2284
<a class="indexterm" name="id2832521"></a><pre class="programlisting">void                gtk_draw_handle                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2284
2285
                                                         <a
2285
2286
href="../gdk/gdk-Windows.html#GdkWindow"
2286
2287
>GdkWindow</a> *window,
2355
2356
</div>
2356
2357
<hr>
2357
2358
<div class="refsect2" lang="en">
2358
 
<a name="id2767194"></a><h3>
 
2359
<a name="id2832802"></a><h3>
2359
2360
<a name="gtk-draw-option"></a>gtk_draw_option ()</h3>
2360
 
<a class="indexterm" name="id2767210"></a><pre class="programlisting">void                gtk_draw_option                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2361
<a class="indexterm" name="id2832818"></a><pre class="programlisting">void                gtk_draw_option                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2361
2362
                                                         <a
2362
2363
href="../gdk/gdk-Windows.html#GdkWindow"
2363
2364
>GdkWindow</a> *window,
2427
2428
</div>
2428
2429
<hr>
2429
2430
<div class="refsect2" lang="en">
2430
 
<a name="id2767460"></a><h3>
 
2431
<a name="id2833068"></a><h3>
2431
2432
<a name="gtk-draw-shadow-gap"></a>gtk_draw_shadow_gap ()</h3>
2432
 
<a class="indexterm" name="id2767476"></a><pre class="programlisting">void                gtk_draw_shadow_gap                 (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2433
<a class="indexterm" name="id2833084"></a><pre class="programlisting">void                gtk_draw_shadow_gap                 (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2433
2434
                                                         <a
2434
2435
href="../gdk/gdk-Windows.html#GdkWindow"
2435
2436
>GdkWindow</a> *window,
2518
2519
</div>
2519
2520
<hr>
2520
2521
<div class="refsect2" lang="en">
2521
 
<a name="id2767791"></a><h3>
 
2522
<a name="id2833399"></a><h3>
2522
2523
<a name="gtk-draw-slider"></a>gtk_draw_slider ()</h3>
2523
 
<a class="indexterm" name="id2767807"></a><pre class="programlisting">void                gtk_draw_slider                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2524
<a class="indexterm" name="id2833414"></a><pre class="programlisting">void                gtk_draw_slider                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2524
2525
                                                         <a
2525
2526
href="../gdk/gdk-Windows.html#GdkWindow"
2526
2527
>GdkWindow</a> *window,
2593
2594
</div>
2594
2595
<hr>
2595
2596
<div class="refsect2" lang="en">
2596
 
<a name="id2768037"></a><h3>
 
2597
<a name="id2833645"></a><h3>
2597
2598
<a name="gtk-draw-tab"></a>gtk_draw_tab ()</h3>
2598
 
<a class="indexterm" name="id2768053"></a><pre class="programlisting">void                gtk_draw_tab                        (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2599
<a class="indexterm" name="id2833661"></a><pre class="programlisting">void                gtk_draw_tab                        (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2599
2600
                                                         <a
2600
2601
href="../gdk/gdk-Windows.html#GdkWindow"
2601
2602
>GdkWindow</a> *window,
2665
2666
</div>
2666
2667
<hr>
2667
2668
<div class="refsect2" lang="en">
2668
 
<a name="id2768303"></a><h3>
 
2669
<a name="id2833911"></a><h3>
2669
2670
<a name="gtk-draw-expander"></a>gtk_draw_expander ()</h3>
2670
 
<a class="indexterm" name="id2768320"></a><pre class="programlisting">void                gtk_draw_expander                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2671
<a class="indexterm" name="id2833928"></a><pre class="programlisting">void                gtk_draw_expander                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2671
2672
                                                         <a
2672
2673
href="../gdk/gdk-Windows.html#GdkWindow"
2673
2674
>GdkWindow</a> *window,
2724
2725
</div>
2725
2726
<hr>
2726
2727
<div class="refsect2" lang="en">
2727
 
<a name="id2768526"></a><h3>
 
2728
<a name="id2834134"></a><h3>
2728
2729
<a name="gtk-draw-layout"></a>gtk_draw_layout ()</h3>
2729
 
<a class="indexterm" name="id2768541"></a><pre class="programlisting">void                gtk_draw_layout                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2730
<a class="indexterm" name="id2834149"></a><pre class="programlisting">void                gtk_draw_layout                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2730
2731
                                                         <a
2731
2732
href="../gdk/gdk-Windows.html#GdkWindow"
2732
2733
>GdkWindow</a> *window,
2787
2788
</div>
2788
2789
<hr>
2789
2790
<div class="refsect2" lang="en">
2790
 
<a name="id2768728"></a><h3>
 
2791
<a name="id2834336"></a><h3>
2791
2792
<a name="gtk-draw-resize-grip"></a>gtk_draw_resize_grip ()</h3>
2792
 
<a class="indexterm" name="id2768744"></a><pre class="programlisting">void                gtk_draw_resize_grip                (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2793
<a class="indexterm" name="id2834352"></a><pre class="programlisting">void                gtk_draw_resize_grip                (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2793
2794
                                                         <a
2794
2795
href="../gdk/gdk-Windows.html#GdkWindow"
2795
2796
>GdkWindow</a> *window,
2861
2862
</div>
2862
2863
<hr>
2863
2864
<div class="refsect2" lang="en">
2864
 
<a name="id2768996"></a><h3>
 
2865
<a name="id2834603"></a><h3>
2865
2866
<a name="gtk-paint-arrow"></a>gtk_paint_arrow ()</h3>
2866
 
<a class="indexterm" name="id2769008"></a><pre class="programlisting">void                gtk_paint_arrow                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2867
<a class="indexterm" name="id2834616"></a><pre class="programlisting">void                gtk_paint_arrow                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2867
2868
                                                         <a
2868
2869
href="../gdk/gdk-Windows.html#GdkWindow"
2869
2870
>GdkWindow</a> *window,
2968
2969
</div>
2969
2970
<hr>
2970
2971
<div class="refsect2" lang="en">
2971
 
<a name="id2769393"></a><h3>
 
2972
<a name="id2835001"></a><h3>
2972
2973
<a name="gtk-paint-box"></a>gtk_paint_box ()</h3>
2973
 
<a class="indexterm" name="id2769406"></a><pre class="programlisting">void                gtk_paint_box                       (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
2974
<a class="indexterm" name="id2835014"></a><pre class="programlisting">void                gtk_paint_box                       (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
2974
2975
                                                         <a
2975
2976
href="../gdk/gdk-Windows.html#GdkWindow"
2976
2977
>GdkWindow</a> *window,
3062
3063
</div>
3063
3064
<hr>
3064
3065
<div class="refsect2" lang="en">
3065
 
<a name="id2769727"></a><h3>
 
3066
<a name="id2835335"></a><h3>
3066
3067
<a name="gtk-paint-box-gap"></a>gtk_paint_box_gap ()</h3>
3067
 
<a class="indexterm" name="id2769741"></a><pre class="programlisting">void                gtk_paint_box_gap                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3068
<a class="indexterm" name="id2835349"></a><pre class="programlisting">void                gtk_paint_box_gap                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3068
3069
                                                         <a
3069
3070
href="../gdk/gdk-Windows.html#GdkWindow"
3070
3071
>GdkWindow</a> *window,
3175
3176
</div>
3176
3177
<hr>
3177
3178
<div class="refsect2" lang="en">
3178
 
<a name="id2770129"></a><h3>
 
3179
<a name="id2835737"></a><h3>
3179
3180
<a name="gtk-paint-check"></a>gtk_paint_check ()</h3>
3180
 
<a class="indexterm" name="id2770141"></a><pre class="programlisting">void                gtk_paint_check                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3181
<a class="indexterm" name="id2835749"></a><pre class="programlisting">void                gtk_paint_check                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3181
3182
                                                         <a
3182
3183
href="../gdk/gdk-Windows.html#GdkWindow"
3183
3184
>GdkWindow</a> *window,
3270
3271
</div>
3271
3272
<hr>
3272
3273
<div class="refsect2" lang="en">
3273
 
<a name="id2770465"></a><h3>
 
3274
<a name="id2836073"></a><h3>
3274
3275
<a name="gtk-paint-diamond"></a>gtk_paint_diamond ()</h3>
3275
 
<a class="indexterm" name="id2770479"></a><pre class="programlisting">void                gtk_paint_diamond                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3276
<a class="indexterm" name="id2836087"></a><pre class="programlisting">void                gtk_paint_diamond                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3276
3277
                                                         <a
3277
3278
href="../gdk/gdk-Windows.html#GdkWindow"
3278
3279
>GdkWindow</a> *window,
3365
3366
</div>
3366
3367
<hr>
3367
3368
<div class="refsect2" lang="en">
3368
 
<a name="id2770802"></a><h3>
 
3369
<a name="id2836410"></a><h3>
3369
3370
<a name="gtk-paint-extension"></a>gtk_paint_extension ()</h3>
3370
 
<a class="indexterm" name="id2770815"></a><pre class="programlisting">void                gtk_paint_extension                 (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3371
<a class="indexterm" name="id2836423"></a><pre class="programlisting">void                gtk_paint_extension                 (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3371
3372
                                                         <a
3372
3373
href="../gdk/gdk-Windows.html#GdkWindow"
3373
3374
>GdkWindow</a> *window,
3465
3466
</div>
3466
3467
<hr>
3467
3468
<div class="refsect2" lang="en">
3468
 
<a name="id2771153"></a><h3>
 
3469
<a name="id2836761"></a><h3>
3469
3470
<a name="gtk-paint-flat-box"></a>gtk_paint_flat_box ()</h3>
3470
 
<a class="indexterm" name="id2771166"></a><pre class="programlisting">void                gtk_paint_flat_box                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3471
<a class="indexterm" name="id2836774"></a><pre class="programlisting">void                gtk_paint_flat_box                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3471
3472
                                                         <a
3472
3473
href="../gdk/gdk-Windows.html#GdkWindow"
3473
3474
>GdkWindow</a> *window,
3559
3560
</div>
3560
3561
<hr>
3561
3562
<div class="refsect2" lang="en">
3562
 
<a name="id2771488"></a><h3>
 
3563
<a name="id2837096"></a><h3>
3563
3564
<a name="gtk-paint-focus"></a>gtk_paint_focus ()</h3>
3564
 
<a class="indexterm" name="id2771501"></a><pre class="programlisting">void                gtk_paint_focus                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3565
<a class="indexterm" name="id2837108"></a><pre class="programlisting">void                gtk_paint_focus                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3565
3566
                                                         <a
3566
3567
href="../gdk/gdk-Windows.html#GdkWindow"
3567
3568
>GdkWindow</a> *window,
3648
3649
</div>
3649
3650
<hr>
3650
3651
<div class="refsect2" lang="en">
3651
 
<a name="id2771803"></a><h3>
 
3652
<a name="id2837411"></a><h3>
3652
3653
<a name="gtk-paint-handle"></a>gtk_paint_handle ()</h3>
3653
 
<a class="indexterm" name="id2771816"></a><pre class="programlisting">void                gtk_paint_handle                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3654
<a class="indexterm" name="id2837424"></a><pre class="programlisting">void                gtk_paint_handle                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3654
3655
                                                         <a
3655
3656
href="../gdk/gdk-Windows.html#GdkWindow"
3656
3657
>GdkWindow</a> *window,
3748
3749
</div>
3749
3750
<hr>
3750
3751
<div class="refsect2" lang="en">
3751
 
<a name="id2772170"></a><h3>
 
3752
<a name="id2837778"></a><h3>
3752
3753
<a name="gtk-paint-hline"></a>gtk_paint_hline ()</h3>
3753
 
<a class="indexterm" name="id2772183"></a><pre class="programlisting">void                gtk_paint_hline                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3754
<a class="indexterm" name="id2837791"></a><pre class="programlisting">void                gtk_paint_hline                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3754
3755
                                                         <a
3755
3756
href="../gdk/gdk-Windows.html#GdkWindow"
3756
3757
>GdkWindow</a> *window,
3831
3832
</div>
3832
3833
<hr>
3833
3834
<div class="refsect2" lang="en">
3834
 
<a name="id2772483"></a><h3>
 
3835
<a name="id2838091"></a><h3>
3835
3836
<a name="gtk-paint-option"></a>gtk_paint_option ()</h3>
3836
 
<a class="indexterm" name="id2772496"></a><pre class="programlisting">void                gtk_paint_option                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3837
<a class="indexterm" name="id2838104"></a><pre class="programlisting">void                gtk_paint_option                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3837
3838
                                                         <a
3838
3839
href="../gdk/gdk-Windows.html#GdkWindow"
3839
3840
>GdkWindow</a> *window,
3926
3927
</div>
3927
3928
<hr>
3928
3929
<div class="refsect2" lang="en">
3929
 
<a name="id2772820"></a><h3>
 
3930
<a name="id2838428"></a><h3>
3930
3931
<a name="gtk-paint-polygon"></a>gtk_paint_polygon ()</h3>
3931
 
<a class="indexterm" name="id2772833"></a><pre class="programlisting">void                gtk_paint_polygon                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
3932
<a class="indexterm" name="id2838441"></a><pre class="programlisting">void                gtk_paint_polygon                   (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
3932
3933
                                                         <a
3933
3934
href="../gdk/gdk-Windows.html#GdkWindow"
3934
3935
>GdkWindow</a> *window,
4018
4019
</div>
4019
4020
<hr>
4020
4021
<div class="refsect2" lang="en">
4021
 
<a name="id2773157"></a><h3>
 
4022
<a name="id2838765"></a><h3>
4022
4023
<a name="gtk-paint-shadow"></a>gtk_paint_shadow ()</h3>
4023
 
<a class="indexterm" name="id2773170"></a><pre class="programlisting">void                gtk_paint_shadow                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4024
<a class="indexterm" name="id2838778"></a><pre class="programlisting">void                gtk_paint_shadow                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4024
4025
                                                         <a
4025
4026
href="../gdk/gdk-Windows.html#GdkWindow"
4026
4027
>GdkWindow</a> *window,
4113
4114
</div>
4114
4115
<hr>
4115
4116
<div class="refsect2" lang="en">
4116
 
<a name="id2773492"></a><h3>
 
4117
<a name="id2839100"></a><h3>
4117
4118
<a name="gtk-paint-shadow-gap"></a>gtk_paint_shadow_gap ()</h3>
4118
 
<a class="indexterm" name="id2773506"></a><pre class="programlisting">void                gtk_paint_shadow_gap                (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4119
<a class="indexterm" name="id2839114"></a><pre class="programlisting">void                gtk_paint_shadow_gap                (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4119
4120
                                                         <a
4120
4121
href="../gdk/gdk-Windows.html#GdkWindow"
4121
4122
>GdkWindow</a> *window,
4227
4228
</div>
4228
4229
<hr>
4229
4230
<div class="refsect2" lang="en">
4230
 
<a name="id2773895"></a><h3>
 
4231
<a name="id2839503"></a><h3>
4231
4232
<a name="gtk-paint-slider"></a>gtk_paint_slider ()</h3>
4232
 
<a class="indexterm" name="id2773908"></a><pre class="programlisting">void                gtk_paint_slider                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4233
<a class="indexterm" name="id2839516"></a><pre class="programlisting">void                gtk_paint_slider                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4233
4234
                                                         <a
4234
4235
href="../gdk/gdk-Windows.html#GdkWindow"
4235
4236
>GdkWindow</a> *window,
4328
4329
</div>
4329
4330
<hr>
4330
4331
<div class="refsect2" lang="en">
4331
 
<a name="id2774254"></a><h3>
 
4332
<a name="id2839862"></a><h3>
4332
4333
<a name="gtk-paint-string"></a>gtk_paint_string ()</h3>
4333
 
<a class="indexterm" name="id2774270"></a><pre class="programlisting">void                gtk_paint_string                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4334
<a class="indexterm" name="id2839878"></a><pre class="programlisting">void                gtk_paint_string                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4334
4335
                                                         <a
4335
4336
href="../gdk/gdk-Windows.html#GdkWindow"
4336
4337
>GdkWindow</a> *window,
4414
4415
</div>
4415
4416
<hr>
4416
4417
<div class="refsect2" lang="en">
4417
 
<a name="id2774570"></a><h3>
 
4418
<a name="id2840178"></a><h3>
4418
4419
<a name="gtk-paint-tab"></a>gtk_paint_tab ()</h3>
4419
 
<a class="indexterm" name="id2774583"></a><pre class="programlisting">void                gtk_paint_tab                       (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4420
<a class="indexterm" name="id2840191"></a><pre class="programlisting">void                gtk_paint_tab                       (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4420
4421
                                                         <a
4421
4422
href="../gdk/gdk-Windows.html#GdkWindow"
4422
4423
>GdkWindow</a> *window,
4509
4510
</div>
4510
4511
<hr>
4511
4512
<div class="refsect2" lang="en">
4512
 
<a name="id2774907"></a><h3>
 
4513
<a name="id2840515"></a><h3>
4513
4514
<a name="gtk-paint-vline"></a>gtk_paint_vline ()</h3>
4514
 
<a class="indexterm" name="id2774920"></a><pre class="programlisting">void                gtk_paint_vline                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4515
<a class="indexterm" name="id2840528"></a><pre class="programlisting">void                gtk_paint_vline                     (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4515
4516
                                                         <a
4516
4517
href="../gdk/gdk-Windows.html#GdkWindow"
4517
4518
>GdkWindow</a> *window,
4592
4593
</div>
4593
4594
<hr>
4594
4595
<div class="refsect2" lang="en">
4595
 
<a name="id2775220"></a><h3>
 
4596
<a name="id2840828"></a><h3>
4596
4597
<a name="gtk-paint-expander"></a>gtk_paint_expander ()</h3>
4597
 
<a class="indexterm" name="id2775234"></a><pre class="programlisting">void                gtk_paint_expander                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4598
<a class="indexterm" name="id2840841"></a><pre class="programlisting">void                gtk_paint_expander                  (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4598
4599
                                                         <a
4599
4600
href="../gdk/gdk-Windows.html#GdkWindow"
4600
4601
>GdkWindow</a> *window,
4684
4685
</div>
4685
4686
<hr>
4686
4687
<div class="refsect2" lang="en">
4687
 
<a name="id2775540"></a><h3>
 
4688
<a name="id2841148"></a><h3>
4688
4689
<a name="gtk-paint-layout"></a>gtk_paint_layout ()</h3>
4689
 
<a class="indexterm" name="id2775553"></a><pre class="programlisting">void                gtk_paint_layout                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4690
<a class="indexterm" name="id2841161"></a><pre class="programlisting">void                gtk_paint_layout                    (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4690
4691
                                                         <a
4691
4692
href="../gdk/gdk-Windows.html#GdkWindow"
4692
4693
>GdkWindow</a> *window,
4773
4774
</div>
4774
4775
<hr>
4775
4776
<div class="refsect2" lang="en">
4776
 
<a name="id2775858"></a><h3>
 
4777
<a name="id2841466"></a><h3>
4777
4778
<a name="gtk-paint-resize-grip"></a>gtk_paint_resize_grip ()</h3>
4778
 
<a class="indexterm" name="id2775871"></a><pre class="programlisting">void                gtk_paint_resize_grip               (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
4779
<a class="indexterm" name="id2841479"></a><pre class="programlisting">void                gtk_paint_resize_grip               (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
4779
4780
                                                         <a
4780
4781
href="../gdk/gdk-Windows.html#GdkWindow"
4781
4782
>GdkWindow</a> *window,
4870
4871
</div>
4871
4872
<hr>
4872
4873
<div class="refsect2" lang="en">
4873
 
<a name="id2776196"></a><h3>
 
4874
<a name="id2841804"></a><h3>
4874
4875
<a name="gtk-draw-insertion-cursor"></a>gtk_draw_insertion_cursor ()</h3>
4875
 
<a class="indexterm" name="id2776212"></a><pre class="programlisting">void                gtk_draw_insertion_cursor           (<a href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *widget,
 
4876
<a class="indexterm" name="id2841820"></a><pre class="programlisting">void                gtk_draw_insertion_cursor           (<a href="GtkWidget.html" title="GtkWidget">GtkWidget</a> *widget,
4876
4877
                                                         <a
4877
4878
href="../gdk/gdk-Drawing-Primitives.html#GdkDrawable"
4878
4879
>GdkDrawable</a> *drawable,
4943
4944
</div>
4944
4945
<hr>
4945
4946
<div class="refsect2" lang="en">
4946
 
<a name="id2776481"></a><h3>
 
4947
<a name="id2842089"></a><h3>
4947
4948
<a name="GtkBorder"></a>GtkBorder</h3>
4948
 
<a class="indexterm" name="id2776493"></a><pre class="programlisting">typedef struct {
 
4949
<a class="indexterm" name="id2842101"></a><pre class="programlisting">typedef struct {
4949
4950
  gint left;
4950
4951
  gint right;
4951
4952
  gint top;
4958
4959
</div>
4959
4960
<hr>
4960
4961
<div class="refsect2" lang="en">
4961
 
<a name="id2776510"></a><h3>
 
4962
<a name="id2842117"></a><h3>
4962
4963
<a name="gtk-border-copy"></a>gtk_border_copy ()</h3>
4963
 
<a class="indexterm" name="id2776522"></a><pre class="programlisting"><a href="GtkStyle.html#GtkBorder">GtkBorder</a>*          gtk_border_copy                     (const <a href="GtkStyle.html#GtkBorder">GtkBorder</a> *border_);</pre>
 
4964
<a class="indexterm" name="id2842130"></a><pre class="programlisting"><a href="GtkStyle.html#GtkBorder">GtkBorder</a>*          gtk_border_copy                     (const <a href="GtkStyle.html#GtkBorder">GtkBorder</a> *border_);</pre>
4964
4965
<p>
4965
4966
Copies a <a href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> structure.</p>
4966
4967
<p>
4984
4985
</div>
4985
4986
<hr>
4986
4987
<div class="refsect2" lang="en">
4987
 
<a name="id2776603"></a><h3>
 
4988
<a name="id2842212"></a><h3>
4988
4989
<a name="gtk-border-free"></a>gtk_border_free ()</h3>
4989
 
<a class="indexterm" name="id2776616"></a><pre class="programlisting">void                gtk_border_free                     (<a href="GtkStyle.html#GtkBorder">GtkBorder</a> *border_);</pre>
 
4990
<a class="indexterm" name="id2842225"></a><pre class="programlisting">void                gtk_border_free                     (<a href="GtkStyle.html#GtkBorder">GtkBorder</a> *border_);</pre>
4990
4991
<p>
4991
4992
Frees a <a href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> structure.</p>
4992
4993
<p>
5003
5004
</div>
5004
5005
<hr>
5005
5006
<div class="refsect2" lang="en">
5006
 
<a name="id2776682"></a><h3>
 
5007
<a name="id2842290"></a><h3>
5007
5008
<a name="GtkRcProperty"></a>GtkRcProperty</h3>
5008
 
<a class="indexterm" name="id2776695"></a><pre class="programlisting">typedef struct {
 
5009
<a class="indexterm" name="id2842303"></a><pre class="programlisting">typedef struct {
5009
5010
  /* quark-ified property identifier like "GtkScrollbar::spacing" */
5010
5011
  GQuark type_name;
5011
5012
  GQuark property_name;
5021
5022
</div>
5022
5023
<hr>
5023
5024
<div class="refsect2" lang="en">
5024
 
<a name="id2776713"></a><h3>
 
5025
<a name="id2842322"></a><h3>
5025
5026
<a name="GtkRcPropertyParser"></a>GtkRcPropertyParser ()</h3>
5026
 
<a class="indexterm" name="id2776727"></a><pre class="programlisting">gboolean            (*GtkRcPropertyParser)              (const GParamSpec *pspec,
 
5027
<a class="indexterm" name="id2842335"></a><pre class="programlisting">gboolean            (*GtkRcPropertyParser)              (const GParamSpec *pspec,
5027
5028
                                                         const GString *rc_string,
5028
5029
                                                         GValue *property_value);</pre>
5029
5030
<p>
5059
5060
</div>
5060
5061
</div>
5061
5062
<div class="refsect1" lang="en">
5062
 
<a name="id2776827"></a><h2>Signal Details</h2>
 
5063
<a name="id2842435"></a><h2>Signal Details</h2>
5063
5064
<div class="refsect2" lang="en">
5064
 
<a name="id2776837"></a><h3>
5065
 
<a name="GtkStyle-realize"></a>The "realize" signal</h3>
5066
 
<a class="indexterm" name="id2776848"></a><pre class="programlisting">void                user_function                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
5065
<a name="id2842446"></a><h3>
 
5066
<a name="GtkStyle-realize"></a>The <code class="literal">::realize</code> signal</h3>
 
5067
<a class="indexterm" name="id2842461"></a><pre class="programlisting">void                user_function                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
5067
5068
                                                        gpointer  user_data)      : Run First</pre>
5068
5069
<p>
5069
5070
Emitted when the style has been initialized for a particular
5092
5093
</div>
5093
5094
<hr>
5094
5095
<div class="refsect2" lang="en">
5095
 
<a name="id2776928"></a><h3>
5096
 
<a name="GtkStyle-unrealize"></a>The "unrealize" signal</h3>
5097
 
<a class="indexterm" name="id2776938"></a><pre class="programlisting">void                user_function                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
 
5096
<a name="id2842541"></a><h3>
 
5097
<a name="GtkStyle-unrealize"></a>The <code class="literal">::unrealize</code> signal</h3>
 
5098
<a class="indexterm" name="id2842557"></a><pre class="programlisting">void                user_function                      (<a href="GtkStyle.html" title="Styles">GtkStyle</a> *style,
5098
5099
                                                        gpointer  user_data)      : Run First</pre>
5099
5100
<p>
5100
5101
Emitted when the aspects of the style specific to a particular colormap