Imported Upstream version 2.4.1
This commit is contained in:
@ -65,38 +65,38 @@ enum <a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZ
|
||||
<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a>* <a class="link" href="GimpZoomModel.html#gimp-zoom-model-new">gimp_zoom_model_new</a> (void);
|
||||
void <a class="link" href="GimpZoomModel.html#gimp-zoom-model-set-range">gimp_zoom_model_set_range</a> (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> min,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> max);
|
||||
void <a class="link" href="GimpZoomModel.html#gimp-zoom-model-zoom">gimp_zoom_model_zoom</a> (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> scale);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> <a class="link" href="GimpZoomModel.html#gimp-zoom-model-get-factor">gimp_zoom_model_get_factor</a> (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model);
|
||||
void <a class="link" href="GimpZoomModel.html#gimp-zoom-model-get-fraction">gimp_zoom_model_get_fraction</a> (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *numerator,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *denominator);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* <a class="link" href="GimpZoomModel.html#gimp-zoom-button-new">gimp_zoom_button_new</a> (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
|
||||
href="../gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
|
||||
>GtkIconSize</a> icon_size);
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> <a class="link" href="GimpZoomModel.html#gimp-zoom-model-zoom-step">gimp_zoom_model_zoom_step</a> (<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> scale);
|
||||
|
||||
</pre>
|
||||
@ -106,7 +106,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
<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>
|
||||
+----GimpZoomModel
|
||||
</pre>
|
||||
@ -116,19 +116,19 @@ href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
|
||||
<pre class="synopsis">
|
||||
|
||||
"<a class="link" href="GimpZoomModel.html#GimpZoomModel--fraction">fraction</a>" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read
|
||||
"<a class="link" href="GimpZoomModel.html#GimpZoomModel--maximum">maximum</a>" <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> : Read / Write
|
||||
"<a class="link" href="GimpZoomModel.html#GimpZoomModel--minimum">minimum</a>" <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> : Read / Write
|
||||
"<a class="link" href="GimpZoomModel.html#GimpZoomModel--percentage">percentage</a>" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read
|
||||
"<a class="link" href="GimpZoomModel.html#GimpZoomModel--value">value</a>" <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> : Read / Write
|
||||
</pre>
|
||||
</div>
|
||||
@ -201,10 +201,10 @@ Since GIMP 2.4
|
||||
<a name="gimp-zoom-model-set-range"></a>gimp_zoom_model_set_range ()</h3>
|
||||
<a class="indexterm" name="id2654066"></a><pre class="programlisting">void gimp_zoom_model_set_range (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> min,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> max);</pre>
|
||||
<p>
|
||||
Sets the allowed range of the <em class="parameter"><code>model</code></em>.
|
||||
@ -242,7 +242,7 @@ Since GIMP 2.4</p>
|
||||
<a class="indexterm" name="id2645989"></a><pre class="programlisting">void gimp_zoom_model_zoom (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> scale);</pre>
|
||||
<p>
|
||||
Since GIMP 2.4</p>
|
||||
@ -275,7 +275,7 @@ Since GIMP 2.4</p>
|
||||
<a name="id2646112"></a><h3>
|
||||
<a name="gimp-zoom-model-get-factor"></a>gimp_zoom_model_get_factor ()</h3>
|
||||
<a class="indexterm" name="id2646123"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_zoom_model_get_factor (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model);</pre>
|
||||
<p>
|
||||
Retrieves the current zoom factor of <em class="parameter"><code>model</code></em>.</p>
|
||||
@ -306,10 +306,10 @@ Since GIMP 2.4
|
||||
<a name="gimp-zoom-model-get-fraction"></a>gimp_zoom_model_get_fraction ()</h3>
|
||||
<a class="indexterm" name="id2646208"></a><pre class="programlisting">void gimp_zoom_model_get_fraction (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *numerator,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
|
||||
href="../glib/glib-Basic-Types.html#gint"
|
||||
>gint</a> *denominator);</pre>
|
||||
<p>
|
||||
Retrieves the current zoom factor of <em class="parameter"><code>model</code></em> as a fraction.
|
||||
@ -345,11 +345,11 @@ Since GIMP 2.4</p>
|
||||
<a name="id2646501"></a><h3>
|
||||
<a name="gimp-zoom-button-new"></a>gimp_zoom_button_new ()</h3>
|
||||
<a class="indexterm" name="id2646512"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
|
||||
href="../gtk/GtkWidget.html"
|
||||
>GtkWidget</a>* gimp_zoom_button_new (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
|
||||
href="../gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
|
||||
>GtkIconSize</a> icon_size);</pre>
|
||||
<p>
|
||||
</p>
|
||||
@ -389,10 +389,10 @@ Since GIMP 2.4
|
||||
<a name="id2646622"></a><h3>
|
||||
<a name="gimp-zoom-model-zoom-step"></a>gimp_zoom_model_zoom_step ()</h3>
|
||||
<a class="indexterm" name="id2646633"></a><pre class="programlisting"><a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> gimp_zoom_model_zoom_step (<a class="link" href="GimpZoomModel.html#GimpZoomType">GimpZoomType</a> zoom_type,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> scale);</pre>
|
||||
<p>
|
||||
Utility function to calculate a new scale factor.</p>
|
||||
@ -429,7 +429,7 @@ Since GIMP 2.4
|
||||
<a name="id2646742"></a><h3>
|
||||
<a name="GimpZoomModel--fraction"></a>The <code class="literal">"fraction"</code> property</h3>
|
||||
<a class="indexterm" name="id2646756"></a><pre class="programlisting"> "fraction" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read</pre>
|
||||
<p></p>
|
||||
<p>Default value: "1:1"</p>
|
||||
@ -439,7 +439,7 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types
|
||||
<a name="id2646780"></a><h3>
|
||||
<a name="GimpZoomModel--maximum"></a>The <code class="literal">"maximum"</code> property</h3>
|
||||
<a class="indexterm" name="id2646794"></a><pre class="programlisting"> "maximum" <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> : Read / Write</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: [0.00390625,256]</p>
|
||||
@ -450,7 +450,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
<a name="id2646820"></a><h3>
|
||||
<a name="GimpZoomModel--minimum"></a>The <code class="literal">"minimum"</code> property</h3>
|
||||
<a class="indexterm" name="id2646834"></a><pre class="programlisting"> "minimum" <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> : Read / Write</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: [0.00390625,256]</p>
|
||||
@ -461,7 +461,7 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
<a name="id2646863"></a><h3>
|
||||
<a name="GimpZoomModel--percentage"></a>The <code class="literal">"percentage"</code> property</h3>
|
||||
<a class="indexterm" name="id2646877"></a><pre class="programlisting"> "percentage" <a
|
||||
href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
|
||||
>gchararray</a> : Read</pre>
|
||||
<p></p>
|
||||
<p>Default value: "100%"</p>
|
||||
@ -471,7 +471,7 @@ href="/usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types
|
||||
<a name="id2660364"></a><h3>
|
||||
<a name="GimpZoomModel--value"></a>The <code class="literal">"value"</code> property</h3>
|
||||
<a class="indexterm" name="id2660376"></a><pre class="programlisting"> "value" <a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> : Read / Write</pre>
|
||||
<p></p>
|
||||
<p>Allowed values: [0.00390625,256]</p>
|
||||
@ -485,13 +485,13 @@ href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
<a name="GimpZoomModel-zoomed"></a>The <code class="literal">"zoomed"</code> signal</h3>
|
||||
<a class="indexterm" name="id2660425"></a><pre class="programlisting">void user_function (<a class="link" href="GimpZoomModel.html" title="GimpZoomModel">GimpZoomModel</a> *model,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> old_factor,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
|
||||
href="../glib/glib-Basic-Types.html#gdouble"
|
||||
>gdouble</a> new_factor,
|
||||
<a
|
||||
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
|
||||
href="../glib/glib-Basic-Types.html#gpointer"
|
||||
>gpointer</a> user_data) : Run Last</pre>
|
||||
<p>
|
||||
Emitted when the zoom factor of the zoom model changes.</p>
|
||||
|
||||
Reference in New Issue
Block a user