~ubuntu-branches/ubuntu/saucy/gimp/saucy-proposed

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpbrushselect.html

  • Committer: Package Import Robot
  • Author(s): Ari Pollak
  • Date: 2012-02-18 16:59:00 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218165900-4csy4s2dtlqytgjx
Tags: 2.6.12-1
* Imported Upstream version 2.6.12
* Add ${misc:Depends} variables to packages that were missing it
* Call default versioned python binary instead of just /usr/bin/python

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>gimpbrushselect</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
9
9
<link rel="prev" href="GimpPatternSelectButton.html" title="GimpPatternSelectButton">
10
10
<link rel="next" href="libgimp-gimpfontselect.html" title="gimpfontselect">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
26
26
                  <a href="#libgimp-gimpbrushselect.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" title="gimpbrushselect">
 
29
<div class="refentry">
30
30
<a name="libgimp-gimpbrushselect"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
 
<div class="refsynopsisdiv" title="Synopsis">
 
38
<div class="refsynopsisdiv">
39
39
<a name="libgimp-gimpbrushselect.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis"><span class="returnvalue">void</span>                (<a class="link" href="libgimp-gimpbrushselect.html#GimpRunBrushCallback" title="GimpRunBrushCallback ()">*GimpRunBrushCallback</a>)             (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
41
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
42
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
 
40
<pre class="synopsis"><span class="returnvalue">void</span>                (<a class="link" href="libgimp-gimpbrushselect.html#GimpRunBrushCallback" title="GimpRunBrushCallback ()">*GimpRunBrushCallback</a>)             (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
 
41
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
 
42
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
43
43
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>,
44
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
45
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
46
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *mask_data</code></em>,
47
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> dialog_closing</code></em>,
48
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
49
 
const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="libgimp-gimpbrushselect.html#gimp-brush-select-new" title="gimp_brush_select_new ()">gimp_brush_select_new</a>               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
50
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
51
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
52
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
 
44
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
 
45
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
 
46
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *mask_data</code></em>,
 
47
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> dialog_closing</code></em>,
 
48
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
 
49
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="libgimp-gimpbrushselect.html#gimp-brush-select-new" title="gimp_brush_select_new ()">gimp_brush_select_new</a>               (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
 
50
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
 
51
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
 
52
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
53
53
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>,
54
54
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpbrushselect.html#GimpRunBrushCallback" title="GimpRunBrushCallback ()"><span class="type">GimpRunBrushCallback</span></a> callback</code></em>,
55
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
56
 
<span class="returnvalue">void</span>                <a class="link" href="libgimp-gimpbrushselect.html#gimp-brush-select-destroy" title="gimp_brush_select_destroy ()">gimp_brush_select_destroy</a>           (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>);
57
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimpbrushselect.html#gimp-brushes-popup" title="gimp_brushes_popup ()">gimp_brushes_popup</a>                  (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>,
58
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *popup_title</code></em>,
59
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *initial_brush</code></em>,
60
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
61
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
 
55
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
 
56
<span class="returnvalue">void</span>                <a class="link" href="libgimp-gimpbrushselect.html#gimp-brush-select-destroy" title="gimp_brush_select_destroy ()">gimp_brush_select_destroy</a>           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>);
 
57
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimpbrushselect.html#gimp-brushes-popup" title="gimp_brushes_popup ()">gimp_brushes_popup</a>                  (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>,
 
58
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *popup_title</code></em>,
 
59
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *initial_brush</code></em>,
 
60
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
 
61
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
62
62
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>);
63
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimpbrushselect.html#gimp-brushes-close-popup" title="gimp_brushes_close_popup ()">gimp_brushes_close_popup</a>            (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>);
64
 
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimpbrushselect.html#gimp-brushes-set-popup" title="gimp_brushes_set_popup ()">gimp_brushes_set_popup</a>              (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>,
65
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
66
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
67
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
 
63
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimpbrushselect.html#gimp-brushes-close-popup" title="gimp_brushes_close_popup ()">gimp_brushes_close_popup</a>            (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>);
 
64
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libgimp-gimpbrushselect.html#gimp-brushes-set-popup" title="gimp_brushes_set_popup ()">gimp_brushes_set_popup</a>              (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>,
 
65
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
 
66
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
 
67
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
68
68
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>);
69
69
</pre>
70
70
</div>
71
 
<div class="refsect1" title="Description">
 
71
<div class="refsect1">
72
72
<a name="libgimp-gimpbrushselect.description"></a><h2>Description</h2>
73
73
<p>
74
74
Functions providing a brush selection dialog.
75
75
</p>
76
76
</div>
77
 
<div class="refsect1" title="Details">
 
77
<div class="refsect1">
78
78
<a name="libgimp-gimpbrushselect.details"></a><h2>Details</h2>
79
 
<div class="refsect2" title="GimpRunBrushCallback ()">
 
79
<div class="refsect2">
80
80
<a name="GimpRunBrushCallback"></a><h3>GimpRunBrushCallback ()</h3>
81
 
<pre class="programlisting"><span class="returnvalue">void</span>                (*GimpRunBrushCallback)             (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
82
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
83
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
 
81
<pre class="programlisting"><span class="returnvalue">void</span>                (*GimpRunBrushCallback)             (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
 
82
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
 
83
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
84
84
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>,
85
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
86
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
87
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *mask_data</code></em>,
88
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> dialog_closing</code></em>,
89
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
85
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
 
86
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
 
87
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *mask_data</code></em>,
 
88
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> dialog_closing</code></em>,
 
89
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
90
90
<p>
91
91
</p>
92
 
<div class="variablelist"><table border="0">
93
 
<col align="left" valign="top">
94
 
<tbody>
95
 
<tr>
96
 
<td><p><span class="term"><em class="parameter"><code>brush_name</code></em> :</span></p></td>
97
 
<td>
98
 
</td>
99
 
</tr>
100
 
<tr>
101
 
<td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
102
 
<td>
103
 
</td>
104
 
</tr>
105
 
<tr>
106
 
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
107
 
<td>
108
 
</td>
109
 
</tr>
110
 
<tr>
111
 
<td><p><span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></p></td>
112
 
<td>
113
 
</td>
114
 
</tr>
115
 
<tr>
116
 
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
117
 
<td>
118
 
</td>
119
 
</tr>
120
 
<tr>
121
 
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
122
 
<td>
123
 
</td>
124
 
</tr>
125
 
<tr>
126
 
<td><p><span class="term"><em class="parameter"><code>mask_data</code></em> :</span></p></td>
127
 
<td>
128
 
</td>
129
 
</tr>
130
 
<tr>
131
 
<td><p><span class="term"><em class="parameter"><code>dialog_closing</code></em> :</span></p></td>
132
 
<td>
133
 
</td>
134
 
</tr>
135
 
<tr>
136
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
137
 
<td>
138
 
</td>
139
 
</tr>
140
 
</tbody>
141
 
</table></div>
142
92
</div>
143
93
<hr>
144
 
<div class="refsect2" title="gimp_brush_select_new ()">
 
94
<div class="refsect2">
145
95
<a name="gimp-brush-select-new"></a><h3>gimp_brush_select_new ()</h3>
146
 
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gimp_brush_select_new               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
147
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
148
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
149
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
 
96
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gimp_brush_select_new               (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
 
97
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
 
98
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
 
99
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
150
100
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>,
151
101
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpbrushselect.html#GimpRunBrushCallback" title="GimpRunBrushCallback ()"><span class="type">GimpRunBrushCallback</span></a> callback</code></em>,
152
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 
102
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
153
103
<p>
154
104
</p>
155
 
<div class="variablelist"><table border="0">
156
 
<col align="left" valign="top">
157
 
<tbody>
158
 
<tr>
159
 
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
160
 
<td>
161
 
</td>
162
 
</tr>
163
 
<tr>
164
 
<td><p><span class="term"><em class="parameter"><code>brush_name</code></em> :</span></p></td>
165
 
<td>
166
 
</td>
167
 
</tr>
168
 
<tr>
169
 
<td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
170
 
<td>
171
 
</td>
172
 
</tr>
173
 
<tr>
174
 
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
175
 
<td>
176
 
</td>
177
 
</tr>
178
 
<tr>
179
 
<td><p><span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></p></td>
180
 
<td>
181
 
</td>
182
 
</tr>
183
 
<tr>
184
 
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
185
 
<td>
186
 
</td>
187
 
</tr>
188
 
<tr>
189
 
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
190
 
<td>
191
 
</td>
192
 
</tr>
193
 
<tr>
194
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
195
 
<td>
196
 
</td>
197
 
</tr>
198
 
</tbody>
199
 
</table></div>
200
105
</div>
201
106
<hr>
202
 
<div class="refsect2" title="gimp_brush_select_destroy ()">
 
107
<div class="refsect2">
203
108
<a name="gimp-brush-select-destroy"></a><h3>gimp_brush_select_destroy ()</h3>
204
 
<pre class="programlisting"><span class="returnvalue">void</span>                gimp_brush_select_destroy           (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>);</pre>
 
109
<pre class="programlisting"><span class="returnvalue">void</span>                gimp_brush_select_destroy           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>);</pre>
205
110
<p>
206
111
</p>
207
 
<div class="variablelist"><table border="0">
208
 
<col align="left" valign="top">
209
 
<tbody><tr>
210
 
<td><p><span class="term"><em class="parameter"><code>brush_callback</code></em> :</span></p></td>
211
 
<td>
212
 
</td>
213
 
</tr></tbody>
214
 
</table></div>
215
112
</div>
216
113
<hr>
217
 
<div class="refsect2" title="gimp_brushes_popup ()">
 
114
<div class="refsect2">
218
115
<a name="gimp-brushes-popup"></a><h3>gimp_brushes_popup ()</h3>
219
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_brushes_popup                  (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>,
220
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *popup_title</code></em>,
221
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *initial_brush</code></em>,
222
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
223
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
 
116
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_brushes_popup                  (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>,
 
117
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *popup_title</code></em>,
 
118
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *initial_brush</code></em>,
 
119
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
 
120
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
224
121
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>);</pre>
225
122
<p>
226
123
Invokes the Gimp brush selection.
233
130
<tbody>
234
131
<tr>
235
132
<td><p><span class="term"><em class="parameter"><code>brush_callback</code></em> :</span></p></td>
236
 
<td>The callback PDB proc to call when brush selection is made.
237
 
</td>
 
133
<td>The callback PDB proc to call when brush selection is made.</td>
238
134
</tr>
239
135
<tr>
240
136
<td><p><span class="term"><em class="parameter"><code>popup_title</code></em> :</span></p></td>
241
 
<td>Title of the brush selection dialog.
242
 
</td>
 
137
<td>Title of the brush selection dialog.</td>
243
138
</tr>
244
139
<tr>
245
140
<td><p><span class="term"><em class="parameter"><code>initial_brush</code></em> :</span></p></td>
246
 
<td>The name of the brush to set as the first selected.
247
 
</td>
 
141
<td>The name of the brush to set as the first selected.</td>
248
142
</tr>
249
143
<tr>
250
144
<td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
251
 
<td>The initial opacity of the brush.
252
 
</td>
 
145
<td>The initial opacity of the brush.</td>
253
146
</tr>
254
147
<tr>
255
148
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
256
 
<td>The initial spacing of the brush (if &lt; 0 then use brush default spacing).
257
 
</td>
 
149
<td>The initial spacing of the brush (if &lt; 0 then use brush default spacing).</td>
258
150
</tr>
259
151
<tr>
260
152
<td><p><span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></p></td>
261
 
<td>The initial paint mode.
262
 
</td>
 
153
<td>The initial paint mode.</td>
263
154
</tr>
264
155
<tr>
265
156
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
266
 
<td> TRUE on success.
267
 
</td>
 
157
<td>TRUE on success.</td>
268
158
</tr>
269
159
</tbody>
270
160
</table></div>
271
161
</div>
272
162
<hr>
273
 
<div class="refsect2" title="gimp_brushes_close_popup ()">
 
163
<div class="refsect2">
274
164
<a name="gimp-brushes-close-popup"></a><h3>gimp_brushes_close_popup ()</h3>
275
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_brushes_close_popup            (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>);</pre>
 
165
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_brushes_close_popup            (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>);</pre>
276
166
<p>
277
167
Close the brush selection dialog.
278
168
</p>
284
174
<tbody>
285
175
<tr>
286
176
<td><p><span class="term"><em class="parameter"><code>brush_callback</code></em> :</span></p></td>
287
 
<td>The name of the callback registered for this pop-up.
288
 
</td>
 
177
<td>The name of the callback registered for this pop-up.</td>
289
178
</tr>
290
179
<tr>
291
180
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
292
 
<td> TRUE on success.
293
 
</td>
 
181
<td>TRUE on success.</td>
294
182
</tr>
295
183
</tbody>
296
184
</table></div>
297
185
</div>
298
186
<hr>
299
 
<div class="refsect2" title="gimp_brushes_set_popup ()">
 
187
<div class="refsect2">
300
188
<a name="gimp-brushes-set-popup"></a><h3>gimp_brushes_set_popup ()</h3>
301
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_brushes_set_popup              (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>,
302
 
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
303
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
304
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
 
189
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gimp_brushes_set_popup              (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_callback</code></em>,
 
190
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *brush_name</code></em>,
 
191
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>,
 
192
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>,
305
193
                                                         <em class="parameter"><code><a class="link" href="libgimp-gimpenums.html#GimpLayerModeEffects" title="enum GimpLayerModeEffects"><span class="type">GimpLayerModeEffects</span></a> paint_mode</code></em>);</pre>
306
194
<p>
307
195
Sets the current brush in a brush selection dialog.
314
202
<tbody>
315
203
<tr>
316
204
<td><p><span class="term"><em class="parameter"><code>brush_callback</code></em> :</span></p></td>
317
 
<td>The name of the callback registered for this pop-up.
318
 
</td>
 
205
<td>The name of the callback registered for this pop-up.</td>
319
206
</tr>
320
207
<tr>
321
208
<td><p><span class="term"><em class="parameter"><code>brush_name</code></em> :</span></p></td>
322
 
<td>The name of the brush to set as selected.
323
 
</td>
 
209
<td>The name of the brush to set as selected.</td>
324
210
</tr>
325
211
<tr>
326
212
<td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
327
 
<td>The initial opacity of the brush.
328
 
</td>
 
213
<td>The initial opacity of the brush.</td>
329
214
</tr>
330
215
<tr>
331
216
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
332
 
<td>The initial spacing of the brush (if &lt; 0 then use brush default spacing).
333
 
</td>
 
217
<td>The initial spacing of the brush (if &lt; 0 then use brush default spacing).</td>
334
218
</tr>
335
219
<tr>
336
220
<td><p><span class="term"><em class="parameter"><code>paint_mode</code></em> :</span></p></td>
337
 
<td>The initial paint mode.
338
 
</td>
 
221
<td>The initial paint mode.</td>
339
222
</tr>
340
223
<tr>
341
224
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
342
 
<td> TRUE on success.
343
 
</td>
 
225
<td>TRUE on success.</td>
344
226
</tr>
345
227
</tbody>
346
228
</table></div>
349
231
</div>
350
232
<div class="footer">
351
233
<hr>
352
 
          Generated by GTK-Doc V1.15</div>
 
234
          Generated by GTK-Doc V1.18</div>
353
235
</body>
354
236
</html>
 
 
b'\\ No newline at end of file'