Imported Upstream version 2.4.1
This commit is contained in:
@ -62,74 +62,74 @@
|
||||
|
||||
<a class="link" href="GimpIntComboBox.html#GimpIntComboBox-struct">GimpIntComboBox</a>;
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> (<a class="link" href="GimpIntComboBox.html#GimpIntSensitivityFunc">*GimpIntSensitivityFunc</a>) (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> value,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new">gimp_int_combo_box_new</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *first_label,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> first_value,
|
||||
...);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new-valist">gimp_int_combo_box_new_valist</a> (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *first_label,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> first_value,
|
||||
va_list values);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new-array">gimp_int_combo_box_new_array</a> (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_values,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *labels[]);
|
||||
void <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-prepend">gimp_int_combo_box_prepend</a> (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
...);
|
||||
void <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-append">gimp_int_combo_box_append</a> (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
...);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-active">gimp_int_combo_box_set_active</a> (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> value);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-get-active">gimp_int_combo_box_get_active</a> (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *value);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"
|
||||
href="../glib/glib-Basic-Types.html#gulong"
|
||||
>gulong</a> <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-connect">gimp_int_combo_box_connect</a> (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> value,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
|
||||
href="../gobject/gobject-Closures.html#GCallback"
|
||||
>GCallback</a> callback,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);
|
||||
void <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-set-sensitivity">gimp_int_combo_box_set_sensitivity</a> (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="link" href="GimpIntComboBox.html#GimpIntSensitivityFunc">GimpIntSensitivityFunc</a> func,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"
|
||||
href="../glib/glib-Datasets.html#GDestroyNotify"
|
||||
>GDestroyNotify</a> destroy);
|
||||
|
||||
</pre>
|
||||
@ -139,25 +139,25 @@ href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"
|
||||
<pre class="synopsis">
|
||||
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
>GObject</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
|
||||
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
|
||||
>GInitiallyUnowned</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
|
||||
href="../gtk/GtkObject.html"
|
||||
>GtkObject</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
|
||||
href="../gtk/GtkContainer.html"
|
||||
>GtkContainer</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
|
||||
href="../gtk/GtkBin.html"
|
||||
>GtkBin</a>
|
||||
+----<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkComboBox.html"
|
||||
href="../gtk/GtkComboBox.html"
|
||||
>GtkComboBox</a>
|
||||
+----GimpIntComboBox
|
||||
+----<a class="link" href="GimpEnumComboBox.html" title="GimpEnumComboBox">GimpEnumComboBox</a>
|
||||
@ -168,9 +168,9 @@ href="/usr/share/gtk-doc/html/gtk/GtkComboBox.html"
|
||||
<p>
|
||||
GimpIntComboBox implements
|
||||
AtkImplementorIface, GtkBuildable, <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkCellEditable.html"
|
||||
href="../gtk/GtkCellEditable.html"
|
||||
>GtkCellEditable</a> and <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkCellLayout.html"
|
||||
href="../gtk/GtkCellLayout.html"
|
||||
>GtkCellLayout</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
@ -178,7 +178,7 @@ href="/usr/share/gtk-doc/html/gtk/GtkCellLayout.html"
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a class="link" href="GimpIntComboBox.html#GimpIntComboBox--ellipsize">ellipsize</a>" <a
|
||||
href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"
|
||||
href="../pango/pango-Layout-Objects.html#PangoEllipsizeMode"
|
||||
>PangoEllipsizeMode</a> : Read / Write
|
||||
</pre>
|
||||
</div>
|
||||
@ -203,12 +203,12 @@ A widget providing a popup menu of integer values (e.g. enums).
|
||||
<a name="id2629527"></a><h3>
|
||||
<a name="GimpIntSensitivityFunc"></a>GimpIntSensitivityFunc ()</h3>
|
||||
<a class="indexterm" name="id2629539"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> (*GimpIntSensitivityFunc) (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> value,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);</pre>
|
||||
<p>
|
||||
|
||||
@ -241,18 +241,18 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
<a name="id2629616"></a><h3>
|
||||
<a name="gimp-int-combo-box-new"></a>gimp_int_combo_box_new ()</h3>
|
||||
<a class="indexterm" name="id2629630"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_int_combo_box_new (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *first_label,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> first_value,
|
||||
...);</pre>
|
||||
<p>
|
||||
Creates a GtkComboBox that has integer values associated with each
|
||||
item. The items to fill the combo box with are specified as a <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a>
|
||||
terminated list of label/value pairs.
|
||||
</p>
|
||||
@ -278,7 +278,7 @@ g_object_new (GIMP_TYPE_INT_COMBO_BOX, NULL).</p>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
||||
<td> a <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> terminated list of more label, value pairs
|
||||
</td>
|
||||
</tr>
|
||||
@ -298,12 +298,12 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
<a name="id2629912"></a><h3>
|
||||
<a name="gimp-int-combo-box-new-valist"></a>gimp_int_combo_box_new_valist ()</h3>
|
||||
<a class="indexterm" name="id2629928"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_int_combo_box_new_valist (const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *first_label,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> first_value,
|
||||
va_list values);</pre>
|
||||
<p>
|
||||
@ -346,12 +346,12 @@ label/value pairs. Probably only useful for language bindings.</p>
|
||||
<a name="id2634118"></a><h3>
|
||||
<a name="gimp-int-combo-box-new-array"></a>gimp_int_combo_box_new_array ()</h3>
|
||||
<a class="indexterm" name="id2634131"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_int_combo_box_new_array (<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> n_values,
|
||||
const <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
|
||||
href="../glib/glib-Basic-Types.html#gchar"
|
||||
>gchar</a> *labels[]);</pre>
|
||||
<p>
|
||||
A variant of <a class="link" href="GimpIntComboBox.html#gimp-int-combo-box-new"><code class="function">gimp_int_combo_box_new()</code></a> that takes an array of labels.
|
||||
@ -393,7 +393,7 @@ The array indices are used as values.</p>
|
||||
This function provides a convenient way to prepend items to a
|
||||
<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>. It prepends a row to the <em class="parameter"><code>combo_box</code></em>'s list store
|
||||
and calls <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html#gtk-list-store-set"
|
||||
href="../gtk/GtkListStore.html#gtk-list-store-set"
|
||||
><code class="function">gtk_list_store_set()</code></a> for you.
|
||||
</p>
|
||||
<p>
|
||||
@ -429,7 +429,7 @@ The column number must be taken from the enum <a class="link" href="GimpIntStore
|
||||
This function provides a convenient way to append items to a
|
||||
<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox"><span class="type">GimpIntComboBox</span></a>. It appends a row to the <em class="parameter"><code>combo_box</code></em>'s list store
|
||||
and calls <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html#gtk-list-store-set"
|
||||
href="../gtk/GtkListStore.html#gtk-list-store-set"
|
||||
><code class="function">gtk_list_store_set()</code></a> for you.
|
||||
</p>
|
||||
<p>
|
||||
@ -460,10 +460,10 @@ The column number must be taken from the enum <a class="link" href="GimpIntStore
|
||||
<a name="id2634490"></a><h3>
|
||||
<a name="gimp-int-combo-box-set-active"></a>gimp_int_combo_box_set_active ()</h3>
|
||||
<a class="indexterm" name="id2634505"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_int_combo_box_set_active (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> value);</pre>
|
||||
<p>
|
||||
Looks up the item that belongs to the given <em class="parameter"><code>value</code></em> and makes it the
|
||||
@ -487,9 +487,9 @@ selected item in the <em class="parameter"><code>combo_box</code></em>.</p>
|
||||
<tr>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> on success or <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> if there was no item for
|
||||
this value.
|
||||
|
||||
@ -505,10 +505,10 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
<a name="id2634634"></a><h3>
|
||||
<a name="gimp-int-combo-box-get-active"></a>gimp_int_combo_box_get_active ()</h3>
|
||||
<a class="indexterm" name="id2634649"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
|
||||
href="../glib/glib-Basic-Types.html#gboolean"
|
||||
>gboolean</a> gimp_int_combo_box_get_active (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *value);</pre>
|
||||
<p>
|
||||
Retrieves the value of the selected (active) item in the <em class="parameter"><code>combo_box</code></em>.</p>
|
||||
@ -531,9 +531,9 @@ Retrieves the value of the selected (active) item in the <em class="parameter"><
|
||||
<tr>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
|
||||
><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em> has been set or <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
><code class="literal">FALSE</code></a> if no item was
|
||||
active.
|
||||
|
||||
@ -549,16 +549,16 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
|
||||
<a name="id2634777"></a><h3>
|
||||
<a name="gimp-int-combo-box-connect"></a>gimp_int_combo_box_connect ()</h3>
|
||||
<a class="indexterm" name="id2634791"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"
|
||||
href="../glib/glib-Basic-Types.html#gulong"
|
||||
>gulong</a> gimp_int_combo_box_connect (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> value,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Closures.html#GCallback"
|
||||
href="../gobject/gobject-Closures.html#GCallback"
|
||||
>GCallback</a> callback,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data);</pre>
|
||||
<p>
|
||||
A convenience function that sets the inital <em class="parameter"><code>value</code></em> of a
|
||||
@ -570,7 +570,7 @@ This function also calls the <em class="parameter"><code>callback</code></em> on
|
||||
initial <em class="parameter"><code>value</code></em>. This is often convenient when working with combo
|
||||
boxes that select a default active item, like for example
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html#gimp-drawable-combo-box-new"
|
||||
href="../libgimp/libgimp-GimpItemComboBox.html#gimp-drawable-combo-box-new"
|
||||
><code class="function">gimp_drawable_combo_box_new()</code></a>. If you pass an invalid initial
|
||||
<em class="parameter"><code>value</code></em>, the <em class="parameter"><code>callback</code></em> will be called with the default item active.</p>
|
||||
<p>
|
||||
@ -597,14 +597,14 @@ href="/usr/share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html#gimp-drawabl
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
||||
<td> a pointer passed as data to <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"
|
||||
href="../gobject/gobject-Signals.html#g-signal-connect"
|
||||
><code class="function">g_signal_connect()</code></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
||||
<td> the signal handler ID as returned by <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"
|
||||
href="../gobject/gobject-Signals.html#g-signal-connect"
|
||||
><code class="function">g_signal_connect()</code></a>
|
||||
|
||||
</td>
|
||||
@ -621,10 +621,10 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Signals.html#g-signal-connect"
|
||||
<a class="indexterm" name="id2635033"></a><pre class="programlisting">void gimp_int_combo_box_set_sensitivity (<a class="link" href="GimpIntComboBox.html" title="GimpIntComboBox">GimpIntComboBox</a> *combo_box,
|
||||
<a class="link" href="GimpIntComboBox.html#GimpIntSensitivityFunc">GimpIntSensitivityFunc</a> func,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> data,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"
|
||||
href="../glib/glib-Datasets.html#GDestroyNotify"
|
||||
>GDestroyNotify</a> destroy);</pre>
|
||||
<p>
|
||||
Sets a function that is used to decide about the sensitivity of
|
||||
@ -633,7 +633,7 @@ insensitive.
|
||||
</p>
|
||||
<p>
|
||||
Calling <a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html#gtk-widget-queue-draw"
|
||||
href="../gtk/GtkWidget.html#gtk-widget-queue-draw"
|
||||
><code class="function">gtk_widget_queue_draw()</code></a> on the <em class="parameter"><code>combo_box</code></em> will cause the
|
||||
sensitivity to be updated.</p>
|
||||
<p>
|
||||
@ -650,7 +650,7 @@ sensitivity to be updated.</p>
|
||||
<tr>
|
||||
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
||||
<td> a function that returns a boolean value, or <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
href="../glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
><code class="literal">NULL</code></a> to unset
|
||||
</td>
|
||||
</tr>
|
||||
@ -676,7 +676,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
|
||||
<a name="id2635221"></a><h3>
|
||||
<a name="GimpIntComboBox--ellipsize"></a>The <code class="literal">"ellipsize"</code> property</h3>
|
||||
<a class="indexterm" name="id2635235"></a><pre class="programlisting"> "ellipsize" <a
|
||||
href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"
|
||||
href="../pango/pango-Layout-Objects.html#PangoEllipsizeMode"
|
||||
>PangoEllipsizeMode</a> : Read / Write</pre>
|
||||
<p>
|
||||
Specifies the preferred place to ellipsize text in the combo-box,
|
||||
|
Reference in New Issue
Block a user