~ubuntu-branches/ubuntu/feisty/gimp/feisty-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060421130024-0haogkgt8adj9qjj
Tags: 2.2.11-1ubuntu1
* Resynchronized with Debian, only changes to Debian are:
  - debian/rules:
    - added gettext Domain to .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
</pre>
59
59
</div>
60
60
<div class="refsect1" lang="en">
61
 
<a name="id2631204"></a><h2>Description</h2>
 
61
<a name="id2638711"></a><h2>Description</h2>
62
62
<p>
63
63
Functions providing a palette selection dialog.
64
64
</p>
65
65
</div>
66
66
<div class="refsect1" lang="en">
67
 
<a name="id2631216"></a><h2>Details</h2>
 
67
<a name="id2638723"></a><h2>Details</h2>
68
68
<div class="refsect2" lang="en">
69
 
<a name="id2631222"></a><h3>
 
69
<a name="id2638729"></a><h3>
70
70
<a name="GimpRunPaletteCallback"></a>GimpRunPaletteCallback ()</h3>
71
 
<a class="indexterm" name="id2631231"></a><pre class="programlisting">void        (*GimpRunPaletteCallback)       (const gchar *palette_name,
 
71
<a class="indexterm" name="id2638738"></a><pre class="programlisting">void        (*GimpRunPaletteCallback)       (const gchar *palette_name,
72
72
                                             gboolean dialog_closing,
73
73
                                             gpointer user_data);</pre>
74
74
<p>
102
102
</div>
103
103
<hr>
104
104
<div class="refsect2" lang="en">
105
 
<a name="id2631317"></a><h3>
 
105
<a name="id2638824"></a><h3>
106
106
<a name="gimp-palette-select-new"></a>gimp_palette_select_new ()</h3>
107
 
<a class="indexterm" name="id2628250"></a><pre class="programlisting">const gchar* gimp_palette_select_new        (const gchar *title,
 
107
<a class="indexterm" name="id2638201"></a><pre class="programlisting">const gchar* gimp_palette_select_new        (const gchar *title,
108
108
                                             const gchar *palette_name,
109
109
                                             <a href="libgimp-gimppaletteselect.html#GimpRunPaletteCallback">GimpRunPaletteCallback</a> callback,
110
110
                                             gpointer data);</pre>
151
151
</div>
152
152
<hr>
153
153
<div class="refsect2" lang="en">
154
 
<a name="id2628369"></a><h3>
 
154
<a name="id2638320"></a><h3>
155
155
<a name="gimp-palette-select-destroy"></a>gimp_palette_select_destroy ()</h3>
156
 
<a class="indexterm" name="id2628378"></a><pre class="programlisting">void        gimp_palette_select_destroy     (const gchar *palette_callback);</pre>
 
156
<a class="indexterm" name="id2638329"></a><pre class="programlisting">void        gimp_palette_select_destroy     (const gchar *palette_callback);</pre>
157
157
<p>
158
158
 
159
159
</p>
171
171
</div>
172
172
<hr>
173
173
<div class="refsect2" lang="en">
174
 
<a name="id2640286"></a><h3>
 
174
<a name="id2640717"></a><h3>
175
175
<a name="gimp-palettes-popup"></a>gimp_palettes_popup ()</h3>
176
 
<a class="indexterm" name="id2640295"></a><pre class="programlisting">gboolean    gimp_palettes_popup             (const gchar *palette_callback,
 
176
<a class="indexterm" name="id2640726"></a><pre class="programlisting">gboolean    gimp_palettes_popup             (const gchar *palette_callback,
177
177
                                             const gchar *popup_title,
178
178
                                             const gchar *initial_palette);</pre>
179
179
<p>
216
216
</div>
217
217
<hr>
218
218
<div class="refsect2" lang="en">
219
 
<a name="id2640401"></a><h3>
 
219
<a name="id2640832"></a><h3>
220
220
<a name="gimp-palettes-close-popup"></a>gimp_palettes_close_popup ()</h3>
221
 
<a class="indexterm" name="id2640410"></a><pre class="programlisting">gboolean    gimp_palettes_close_popup       (const gchar *palette_callback);</pre>
 
221
<a class="indexterm" name="id2640841"></a><pre class="programlisting">gboolean    gimp_palettes_close_popup       (const gchar *palette_callback);</pre>
222
222
<p>
223
223
Popdown the Gimp palette selection.
224
224
</p>
247
247
</div>
248
248
<hr>
249
249
<div class="refsect2" lang="en">
250
 
<a name="id2640472"></a><h3>
 
250
<a name="id2640904"></a><h3>
251
251
<a name="gimp-palettes-set-popup"></a>gimp_palettes_set_popup ()</h3>
252
 
<a class="indexterm" name="id2640481"></a><pre class="programlisting">gboolean    gimp_palettes_set_popup         (const gchar *palette_callback,
 
252
<a class="indexterm" name="id2640913"></a><pre class="programlisting">gboolean    gimp_palettes_set_popup         (const gchar *palette_callback,
253
253
                                             const gchar *palette_name);</pre>
254
254
<p>
255
255
Sets the current palette selection in a popup.