Imported Upstream version 2.3.7
This commit is contained in:
@ -70,17 +70,17 @@ gchar* <a href="libgimp-gimpbrushes.html#gimp-brushes-get-brush-data">gimp_
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2626613"></a><h2>Description</h2>
|
||||
<a name="id2624860"></a><h2>Description</h2>
|
||||
<p>
|
||||
Functions related to getting and setting brushes.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2626625"></a><h2>Details</h2>
|
||||
<a name="id2624871"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626631"></a><h3>
|
||||
<a name="id2624878"></a><h3>
|
||||
<a name="gimp-brushes-refresh"></a>gimp_brushes_refresh ()</h3>
|
||||
<a class="indexterm" name="id2626640"></a><pre class="programlisting">gboolean gimp_brushes_refresh (void);</pre>
|
||||
<a class="indexterm" name="id2624886"></a><pre class="programlisting">gboolean gimp_brushes_refresh (void);</pre>
|
||||
<p>
|
||||
Refresh current brushes. This function always succeeds.
|
||||
</p>
|
||||
@ -102,9 +102,9 @@ path and updates the brush dialogs accordingly.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626684"></a><h3>
|
||||
<a name="id2624931"></a><h3>
|
||||
<a name="gimp-brushes-get-list"></a>gimp_brushes_get_list ()</h3>
|
||||
<a class="indexterm" name="id2626693"></a><pre class="programlisting">gchar** gimp_brushes_get_list (const gchar *filter,
|
||||
<a class="indexterm" name="id2624940"></a><pre class="programlisting">gchar** gimp_brushes_get_list (const gchar *filter,
|
||||
gint *num_brushes);</pre>
|
||||
<p>
|
||||
Retrieve a complete listing of the available brushes.
|
||||
@ -142,9 +142,9 @@ Each name returned can be used as input to the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2626781"></a><h3>
|
||||
<a name="id2627200"></a><h3>
|
||||
<a name="gimp-brushes-get-brush"></a>gimp_brushes_get_brush ()</h3>
|
||||
<a class="indexterm" name="id2626790"></a><pre class="programlisting">gchar* gimp_brushes_get_brush (gint *width,
|
||||
<a class="indexterm" name="id2627209"></a><pre class="programlisting">gchar* gimp_brushes_get_brush (gint *width,
|
||||
gint *height,
|
||||
gint *spacing);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
@ -188,9 +188,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623252"></a><h3>
|
||||
<a name="id2627329"></a><h3>
|
||||
<a name="gimp-brushes-set-brush"></a>gimp_brushes_set_brush ()</h3>
|
||||
<a class="indexterm" name="id2623261"></a><pre class="programlisting">gboolean gimp_brushes_set_brush (const gchar *name);</pre>
|
||||
<a class="indexterm" name="id2627338"></a><pre class="programlisting">gboolean gimp_brushes_set_brush (const gchar *name);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_brushes_set_brush</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -220,9 +220,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623340"></a><h3>
|
||||
<a name="id2637422"></a><h3>
|
||||
<a name="gimp-brushes-get-opacity"></a>gimp_brushes_get_opacity ()</h3>
|
||||
<a class="indexterm" name="id2623349"></a><pre class="programlisting">gdouble gimp_brushes_get_opacity (void);</pre>
|
||||
<a class="indexterm" name="id2637430"></a><pre class="programlisting">gdouble gimp_brushes_get_opacity (void);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_brushes_get_opacity</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -244,9 +244,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623409"></a><h3>
|
||||
<a name="id2637489"></a><h3>
|
||||
<a name="gimp-brushes-set-opacity"></a>gimp_brushes_set_opacity ()</h3>
|
||||
<a class="indexterm" name="id2623418"></a><pre class="programlisting">gboolean gimp_brushes_set_opacity (gdouble opacity);</pre>
|
||||
<a class="indexterm" name="id2637498"></a><pre class="programlisting">gboolean gimp_brushes_set_opacity (gdouble opacity);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_brushes_set_opacity</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -276,9 +276,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623497"></a><h3>
|
||||
<a name="id2637577"></a><h3>
|
||||
<a name="gimp-brushes-get-paint-mode"></a>gimp_brushes_get_paint_mode ()</h3>
|
||||
<a class="indexterm" name="id2623506"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_brushes_get_paint_mode
|
||||
<a class="indexterm" name="id2637586"></a><pre class="programlisting"><a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> gimp_brushes_get_paint_mode
|
||||
(void);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
@ -301,9 +301,9 @@ This procedure isdeprecated! Use <a href="libgimp-gimpcontext.html#gimp-context-
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623566"></a><h3>
|
||||
<a name="id2637646"></a><h3>
|
||||
<a name="gimp-brushes-set-paint-mode"></a>gimp_brushes_set_paint_mode ()</h3>
|
||||
<a class="indexterm" name="id2623574"></a><pre class="programlisting">gboolean gimp_brushes_set_paint_mode (<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode);</pre>
|
||||
<a class="indexterm" name="id2637655"></a><pre class="programlisting">gboolean gimp_brushes_set_paint_mode (<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> paint_mode);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_brushes_set_paint_mode</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -333,9 +333,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpcontext.html#gimp-context
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623653"></a><h3>
|
||||
<a name="id2637733"></a><h3>
|
||||
<a name="gimp-brushes-get-spacing"></a>gimp_brushes_get_spacing ()</h3>
|
||||
<a class="indexterm" name="id2623662"></a><pre class="programlisting">gint gimp_brushes_get_spacing (void);</pre>
|
||||
<a class="indexterm" name="id2637742"></a><pre class="programlisting">gint gimp_brushes_get_spacing (void);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_brushes_get_spacing</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -357,9 +357,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpbrush.html#gimp-brush-get
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2623722"></a><h3>
|
||||
<a name="id2637802"></a><h3>
|
||||
<a name="gimp-brushes-set-spacing"></a>gimp_brushes_set_spacing ()</h3>
|
||||
<a class="indexterm" name="id2623731"></a><pre class="programlisting">gboolean gimp_brushes_set_spacing (gint spacing);</pre>
|
||||
<a class="indexterm" name="id2637811"></a><pre class="programlisting">gboolean gimp_brushes_set_spacing (gint spacing);</pre>
|
||||
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
||||
<h3 class="title">Warning</h3>
|
||||
<p><code class="literal">gimp_brushes_set_spacing</code> is deprecated and should not be used in newly-written code.</p>
|
||||
@ -389,9 +389,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpbrush.html#gimp-brush-set
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2634847"></a><h3>
|
||||
<a name="id2639552"></a><h3>
|
||||
<a name="gimp-brushes-get-brush-data"></a>gimp_brushes_get_brush_data ()</h3>
|
||||
<a class="indexterm" name="id2634856"></a><pre class="programlisting">gchar* gimp_brushes_get_brush_data (const gchar *name,
|
||||
<a class="indexterm" name="id2639561"></a><pre class="programlisting">gchar* gimp_brushes_get_brush_data (const gchar *name,
|
||||
gdouble *opacity,
|
||||
gint *spacing,
|
||||
<a href="libgimp-gimpenums.html#GimpLayerModeEffects">GimpLayerModeEffects</a> *paint_mode,
|
||||
|
Reference in New Issue
Block a user