Imported Upstream version 2.2.6
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpButton-struct">GimpButton</link>;
|
||||
<link linkend="GimpButton-struct">GimpButton</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-button-new">gimp_button_new</link> (void);
|
||||
<link linkend="void">void</link> <link linkend="gimp-button-extended-clicked">gimp_button_extended_clicked</link> (<link linkend="GimpButton">GimpButton</link> *button,
|
||||
<link linkend="GdkModifierType">GdkModifierType</link> state);
|
||||
@ -79,8 +79,8 @@ modifier keys pressed.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpButton-struct"/>struct GimpButton</title>
|
||||
<indexterm><primary>GimpButton</primary></indexterm><programlisting>struct GimpButton;</programlisting>
|
||||
<title><anchor id="GimpButton-struct"/>GimpButton</title>
|
||||
<indexterm><primary>GimpButton</primary></indexterm><programlisting>typedef struct _GimpButton GimpButton;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -92,7 +92,7 @@ Creates a new <link linkend="GimpButton"><type>GimpButton</type></link> widget.<
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpButton"><type>GimpButton</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpButton"><type>GimpButton</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -108,7 +108,7 @@ Emits the button's "extended_clicked" signal.</para>
|
||||
<listitem><simpara> a <link linkend="GimpButton"><type>GimpButton</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><parameter>state</parameter> :</term>
|
||||
<listitem><simpara> a state as found in <link linkend="GdkEventButton-"><type>GdkEventButton-</type></link>>state, e.g. <link linkend="GDK-SHIFT-MASK-CAPS"><type>GDK_SHIFT_MASK</type></link>.
|
||||
<listitem><simpara> a state as found in <link linkend="GdkEventButton-"><type>GdkEventButton-</type></link>>state, e.g. <link linkend="GDK-SHIFT-MASK--CAPS"><type>GDK_SHIFT_MASK</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpCellRendererColor-struct">GimpCellRendererColor</link>;
|
||||
<link linkend="GimpCellRendererColor-struct">GimpCellRendererColor</link>;
|
||||
<link linkend="GtkCellRenderer">GtkCellRenderer</link>* <link linkend="gimp-cell-renderer-color-new">gimp_cell_renderer_color_new</link>
|
||||
(void);
|
||||
|
||||
@ -46,9 +46,9 @@ struct <link linkend="GimpCellRendererColor-struct">GimpCellRendererColor</
|
||||
<title>Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpCellRendererColor--color">color</link>" <link linkend="GimpRGB">GimpRGB</link> : Read / Write
|
||||
"<link linkend="GimpCellRendererColor--icon-size">icon-size</link>" <link linkend="gint">gint</link> : Read / Write / Construct
|
||||
"<link linkend="GimpCellRendererColor--opaque">opaque</link>" <link linkend="gboolean">gboolean</link> : Read / Write / Construct
|
||||
"<link linkend="GimpCellRendererColor--color">color</link>" <link linkend="GimpRGB">GimpRGB</link> : Read / Write
|
||||
"<link linkend="GimpCellRendererColor--icon-size">icon-size</link>" <link linkend="gint">gint</link> : Read / Write / Construct
|
||||
"<link linkend="GimpCellRendererColor--opaque">opaque</link>" <link linkend="gboolean">gboolean</link> : Read / Write / Construct
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -64,21 +64,21 @@ struct <link linkend="GimpCellRendererColor-struct">GimpCellRendererColor</
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpCellRendererColor-struct"/>struct GimpCellRendererColor</title>
|
||||
<indexterm><primary>GimpCellRendererColor</primary></indexterm><programlisting>struct GimpCellRendererColor;</programlisting>
|
||||
<title><anchor id="GimpCellRendererColor-struct"/>GimpCellRendererColor</title>
|
||||
<indexterm><primary>GimpCellRendererColor</primary></indexterm><programlisting>typedef struct _GimpCellRendererColor GimpCellRendererColor;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-cell-renderer-color-new"/>gimp_cell_renderer_color_new ()</title>
|
||||
<indexterm><primary>gimp_cell_renderer_color_new</primary></indexterm><programlisting><link linkend="GtkCellRenderer">GtkCellRenderer</link>* gimp_cell_renderer_color_new
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_cell_renderer_color_new</primary></indexterm><programlisting><link linkend="GtkCellRenderer">GtkCellRenderer</link>* gimp_cell_renderer_color_new
|
||||
(void);</programlisting>
|
||||
<para>
|
||||
Creates a <link linkend="GtkCellRenderer"><type>GtkCellRenderer</type></link> that displays a color.</para>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpCellRendererColor"><type>GimpCellRendererColor</type></link>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpCellRendererColor"><type>GimpCellRendererColor</type></link>
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
@ -87,21 +87,19 @@ Creates a <link linkend="GtkCellRenderer"><type>GtkCellRenderer</type></link> th
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpCellRendererColor--color"/>"<literal>color</literal>" (<link linkend="GimpRGB">GimpRGB</link> : Read / Write)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><anchor id="GimpCellRendererColor--icon-size"/>"<literal>icon-size</literal>" (<link linkend="gint">gint</link> : Read / Write / Construct)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><anchor id="GimpCellRendererColor--opaque"/>"<literal>opaque</literal>" (<link linkend="gboolean">gboolean</link> : Read / Write / Construct)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpCellRendererColor--color"/>The "<literal>color</literal>" property</title>
|
||||
<programlisting> "color" <link linkend="GimpRGB">GimpRGB</link> : Read / Write</programlisting>
|
||||
<para></para></refsect2>
|
||||
<refsect2><title><anchor id="GimpCellRendererColor--icon-size"/>The "<literal>icon-size</literal>" property</title>
|
||||
<programlisting> "icon-size" <link linkend="gint">gint</link> : Read / Write / Construct</programlisting>
|
||||
<para></para><para>Allowed values: >= 0</para>
|
||||
<para>Default value: 1</para>
|
||||
</refsect2>
|
||||
<refsect2><title><anchor id="GimpCellRendererColor--opaque"/>The "<literal>opaque</literal>" property</title>
|
||||
<programlisting> "opaque" <link linkend="gboolean">gboolean</link> : Read / Write / Construct</programlisting>
|
||||
<para></para><para>Default value: TRUE</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpCellRendererToggle-struct">GimpCellRendererToggle</link>;
|
||||
<link linkend="GimpCellRendererToggle-struct">GimpCellRendererToggle</link>;
|
||||
<link linkend="GtkCellRenderer">GtkCellRenderer</link>* <link linkend="gimp-cell-renderer-toggle-new">gimp_cell_renderer_toggle_new</link>
|
||||
(const <link linkend="gchar">gchar</link> *stock_id);
|
||||
<link linkend="void">void</link> <link linkend="gimp-cell-renderer-toggle-clicked">gimp_cell_renderer_toggle_clicked</link>
|
||||
@ -51,8 +51,8 @@ struct <link linkend="GimpCellRendererToggle-struct">GimpCellRendererToggle
|
||||
<title>Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpCellRendererToggle--stock-id">stock-id</link>" <link linkend="gchararray">gchararray</link> : Read / Write / Construct
|
||||
"<link linkend="GimpCellRendererToggle--stock-size">stock-size</link>" <link linkend="gint">gint</link> : Read / Write / Construct
|
||||
"<link linkend="GimpCellRendererToggle--stock-id">stock-id</link>" <link linkend="gchararray">gchararray</link> : Read / Write / Construct
|
||||
"<link linkend="GimpCellRendererToggle--stock-size">stock-size</link>" <link linkend="gint">gint</link> : Read / Write / Construct
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -78,14 +78,14 @@ struct <link linkend="GimpCellRendererToggle-struct">GimpCellRendererToggle
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpCellRendererToggle-struct"/>struct GimpCellRendererToggle</title>
|
||||
<indexterm><primary>GimpCellRendererToggle</primary></indexterm><programlisting>struct GimpCellRendererToggle;</programlisting>
|
||||
<title><anchor id="GimpCellRendererToggle-struct"/>GimpCellRendererToggle</title>
|
||||
<indexterm><primary>GimpCellRendererToggle</primary></indexterm><programlisting>typedef struct _GimpCellRendererToggle GimpCellRendererToggle;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-cell-renderer-toggle-new"/>gimp_cell_renderer_toggle_new ()</title>
|
||||
<indexterm><primary>gimp_cell_renderer_toggle_new</primary></indexterm><programlisting><link linkend="GtkCellRenderer">GtkCellRenderer</link>* gimp_cell_renderer_toggle_new
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_cell_renderer_toggle_new</primary></indexterm><programlisting><link linkend="GtkCellRenderer">GtkCellRenderer</link>* gimp_cell_renderer_toggle_new
|
||||
(const <link linkend="gchar">gchar</link> *stock_id);</programlisting>
|
||||
<para>
|
||||
Creates a custom version of the <link linkend="GtkCellRendererToggle"><type>GtkCellRendererToggle</type></link>. Instead of
|
||||
@ -99,14 +99,14 @@ layer's visibility by showing <literal>GIMP_STOCK_VISIBLE</literal>.</para>
|
||||
<varlistentry><term><parameter>stock_id</parameter> :</term>
|
||||
<listitem><simpara> the stock_id of the icon to use for the active state
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpCellRendererToggle"><type>GimpCellRendererToggle</type></link>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpCellRendererToggle"><type>GimpCellRendererToggle</type></link>
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-cell-renderer-toggle-clicked"/>gimp_cell_renderer_toggle_clicked ()</title>
|
||||
<indexterm><primary>gimp_cell_renderer_toggle_clicked</primary></indexterm><programlisting><link linkend="void">void</link> gimp_cell_renderer_toggle_clicked
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_cell_renderer_toggle_clicked</primary></indexterm><programlisting><link linkend="void">void</link> gimp_cell_renderer_toggle_clicked
|
||||
(<link linkend="GimpCellRendererToggle">GimpCellRendererToggle</link> *cell,
|
||||
const <link linkend="gchar">gchar</link> *path,
|
||||
<link linkend="GdkModifierType">GdkModifierType</link> state);</programlisting>
|
||||
@ -130,17 +130,16 @@ Emits the "clicked" signal from a <link linkend="GimpCellRendererToggle"><type>G
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpCellRendererToggle--stock-id"/>"<literal>stock-id</literal>" (<link linkend="gchararray">gchararray</link> : Read / Write / Construct)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><anchor id="GimpCellRendererToggle--stock-size"/>"<literal>stock-size</literal>" (<link linkend="gint">gint</link> : Read / Write / Construct)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpCellRendererToggle--stock-id"/>The "<literal>stock-id</literal>" property</title>
|
||||
<programlisting> "stock-id" <link linkend="gchararray">gchararray</link> : Read / Write / Construct</programlisting>
|
||||
<para></para><para>Default value: NULL</para>
|
||||
</refsect2>
|
||||
<refsect2><title><anchor id="GimpCellRendererToggle--stock-size"/>The "<literal>stock-size</literal>" property</title>
|
||||
<programlisting> "stock-size" <link linkend="gint">gint</link> : Read / Write / Construct</programlisting>
|
||||
<para></para><para>Allowed values: >= 0</para>
|
||||
<para>Default value: 4</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpChainButton-struct">GimpChainButton</link>;
|
||||
<link linkend="GimpChainButton-struct">GimpChainButton</link>;
|
||||
enum <link linkend="GimpChainPosition">GimpChainPosition</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-chain-button-new">gimp_chain_button_new</link> (<link linkend="GimpChainPosition">GimpChainPosition</link> position);
|
||||
<link linkend="void">void</link> <link linkend="gimp-chain-button-set-active">gimp_chain_button_set_active</link> (<link linkend="GimpChainButton">GimpChainButton</link> *button,
|
||||
@ -86,8 +86,8 @@ necessary.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpChainButton-struct"/>struct GimpChainButton</title>
|
||||
<indexterm><primary>GimpChainButton</primary></indexterm><programlisting>struct GimpChainButton;</programlisting>
|
||||
<title><anchor id="GimpChainButton-struct"/>GimpChainButton</title>
|
||||
<indexterm><primary>GimpChainButton</primary></indexterm><programlisting>typedef struct _GimpChainButton GimpChainButton;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -124,7 +124,7 @@ for more than two widgets, but the look is optimized for two.</para>
|
||||
<listitem><simpara> The position you are going to use for the button
|
||||
with respect to the widgets you want to chain.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> Pointer to the new <link linkend="GimpChainButton"><type>GimpChainButton</type></link>, which is inactive
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> Pointer to the new <link linkend="GimpChainButton"><type>GimpChainButton</type></link>, which is inactive
|
||||
by default. Use <link linkend="gimp-chain-button-set-active"><function>gimp_chain_button_set_active()</function></link> to
|
||||
change its state.
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -157,7 +157,7 @@ Checks the state of the <link linkend="GimpChainButton"><type>GimpChainButton</t
|
||||
<varlistentry><term><parameter>button</parameter> :</term>
|
||||
<listitem><simpara> Pointer to a <link linkend="GimpChainButton"><type>GimpChainButton</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the <link linkend="GimpChainButton"><type>GimpChainButton</type></link> is active (locked).
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the <link linkend="GimpChainButton"><type>GimpChainButton</type></link> is active (locked).
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorArea-struct">GimpColorArea</link>;
|
||||
<link linkend="GimpColorArea-struct">GimpColorArea</link>;
|
||||
enum <link linkend="GimpColorAreaType">GimpColorAreaType</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-color-area-new">gimp_color_area_new</link> (const <link linkend="GimpRGB">GimpRGB</link> *color,
|
||||
<link linkend="GimpColorAreaType">GimpColorAreaType</link> type,
|
||||
@ -83,8 +83,8 @@ GimpColorArea implements
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorArea-struct"/>struct GimpColorArea</title>
|
||||
<indexterm><primary>GimpColorArea</primary></indexterm><programlisting>struct GimpColorArea;</programlisting>
|
||||
<title><anchor id="GimpColorArea-struct"/>GimpColorArea</title>
|
||||
<indexterm><primary>GimpColorArea</primary></indexterm><programlisting>typedef struct _GimpColorArea GimpColorArea;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -123,7 +123,7 @@ DND. If the color changes, the "color_changed" signal is emitted.</para>
|
||||
<varlistentry><term><parameter>drag_mask</parameter> :</term>
|
||||
<listitem><simpara> The event_mask that should trigger drags.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> Pointer to the new <link linkend="GimpColorArea"><type>GimpColorArea</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> Pointer to the new <link linkend="GimpColorArea"><type>GimpColorArea</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -170,7 +170,7 @@ via the <parameter>area</parameter>'s <link linkend="GimpColorAreaType"><type>Gi
|
||||
<varlistentry><term><parameter>area</parameter> :</term>
|
||||
<listitem><simpara> Pointer to a <link linkend="GimpColorArea"><type>GimpColorArea</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if <parameter>area</parameter> shows transparency information, <literal>FALSE</literal> otherwise.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if <parameter>area</parameter> shows transparency information, <literal>FALSE</literal> otherwise.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorButton-struct">GimpColorButton</link>;
|
||||
<link linkend="GimpColorButton-struct">GimpColorButton</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-color-button-new">gimp_color_button_new</link> (const <link linkend="gchar">gchar</link> *title,
|
||||
<link linkend="gint">gint</link> width,
|
||||
<link linkend="gint">gint</link> height,
|
||||
@ -95,8 +95,8 @@ color, the "color_changed" signal is emitted.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorButton-struct"/>struct GimpColorButton</title>
|
||||
<indexterm><primary>GimpColorButton</primary></indexterm><programlisting>struct GimpColorButton;</programlisting>
|
||||
<title><anchor id="GimpColorButton-struct"/>GimpColorButton</title>
|
||||
<indexterm><primary>GimpColorButton</primary></indexterm><programlisting>typedef struct _GimpColorButton GimpColorButton;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -134,7 +134,7 @@ signal is emitted.</para>
|
||||
<varlistentry><term><parameter>type</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> Pointer to the new <link linkend="GimpColorButton"><type>GimpColorButton</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> Pointer to the new <link linkend="GimpColorButton"><type>GimpColorButton</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -174,7 +174,7 @@ Retrieves the currently set color from the <parameter>button</parameter>.</para>
|
||||
<indexterm><primary>gimp_color_button_set_update</primary></indexterm><programlisting><link linkend="void">void</link> gimp_color_button_set_update (<link linkend="GimpColorButton">GimpColorButton</link> *button,
|
||||
<link linkend="gboolean">gboolean</link> continuous);</programlisting>
|
||||
<para>
|
||||
When set to <link linkend="TRUE-CAPS"><type>TRUE</type></link>, the <parameter>button</parameter> will emit the "color_changed"
|
||||
When set to <link linkend="TRUE--CAPS"><type>TRUE</type></link>, the <parameter>button</parameter> will emit the "color_changed"
|
||||
continuously while the color is changed in the color selection
|
||||
dialog.</para>
|
||||
<para>
|
||||
@ -198,7 +198,7 @@ Returns the color button's <parameter>continuous_update</parameter> property.</p
|
||||
<varlistentry><term><parameter>button</parameter> :</term>
|
||||
<listitem><simpara> A <link linkend="GimpColorButton"><type>GimpColorButton</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the <parameter>continuous_update</parameter> property.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the <parameter>continuous_update</parameter> property.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -212,7 +212,7 @@ Checks whether the <parameter>buttons</parameter> shows transparency information
|
||||
<varlistentry><term><parameter>button</parameter> :</term>
|
||||
<listitem><simpara> Pointer to a <link linkend="GimpColorButton"><type>GimpColorButton</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the <parameter>button</parameter> shows transparency information, <literal>FALSE</literal>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the <parameter>button</parameter> shows transparency information, <literal>FALSE</literal>
|
||||
otherwise.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorDisplay-struct">GimpColorDisplay</link>;
|
||||
<link linkend="GimpColorDisplay-struct">GimpColorDisplay</link>;
|
||||
<link linkend="GimpColorDisplay">GimpColorDisplay</link>* <link linkend="gimp-color-display-new">gimp_color_display_new</link> (<link linkend="GType">GType</link> display_type);
|
||||
<link linkend="GimpColorDisplay">GimpColorDisplay</link>* <link linkend="gimp-color-display-clone">gimp_color_display_clone</link> (<link linkend="GimpColorDisplay">GimpColorDisplay</link> *display);
|
||||
<link linkend="void">void</link> <link linkend="gimp-color-display-set-enabled">gimp_color_display_set_enabled</link> (<link linkend="GimpColorDisplay">GimpColorDisplay</link> *display,
|
||||
@ -60,7 +60,7 @@ struct <link linkend="GimpColorDisplay-struct">GimpColorDisplay</link>;
|
||||
<title>Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpColorDisplay--enabled">enabled</link>" <link linkend="gboolean">gboolean</link> : Read / Write / Construct
|
||||
"<link linkend="GimpColorDisplay--enabled">enabled</link>" <link linkend="gboolean">gboolean</link> : Read / Write / Construct
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -85,8 +85,8 @@ display color correction modules.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorDisplay-struct"/>struct GimpColorDisplay</title>
|
||||
<indexterm><primary>GimpColorDisplay</primary></indexterm><programlisting>struct GimpColorDisplay;</programlisting>
|
||||
<title><anchor id="GimpColorDisplay-struct"/>GimpColorDisplay</title>
|
||||
<indexterm><primary>GimpColorDisplay</primary></indexterm><programlisting>typedef struct _GimpColorDisplay GimpColorDisplay;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -99,7 +99,7 @@ display color correction modules.
|
||||
<varlistentry><term><parameter>display_type</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -113,7 +113,7 @@ display color correction modules.
|
||||
<varlistentry><term><parameter>display</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -143,7 +143,7 @@ display color correction modules.
|
||||
<varlistentry><term><parameter>display</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -205,7 +205,7 @@ display color correction modules.
|
||||
<varlistentry><term><parameter>display</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -219,7 +219,7 @@ display color correction modules.
|
||||
<varlistentry><term><parameter>display</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -253,13 +253,11 @@ display color correction modules.
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpColorDisplay--enabled"/>"<literal>enabled</literal>" (<link linkend="gboolean">gboolean</link> : Read / Write / Construct)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpColorDisplay--enabled"/>The "<literal>enabled</literal>" property</title>
|
||||
<programlisting> "enabled" <link linkend="gboolean">gboolean</link> : Read / Write / Construct</programlisting>
|
||||
<para></para><para>Default value: TRUE</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorDisplayStack-struct">GimpColorDisplayStack</link>;
|
||||
<link linkend="GimpColorDisplayStack-struct">GimpColorDisplayStack</link>;
|
||||
<link linkend="GimpColorDisplayStack">GimpColorDisplayStack</link>* <link linkend="gimp-color-display-stack-new">gimp_color_display_stack_new</link>
|
||||
(void);
|
||||
<link linkend="GimpColorDisplayStack">GimpColorDisplayStack</link>* <link linkend="gimp-color-display-stack-clone">gimp_color_display_stack_clone</link>
|
||||
@ -93,8 +93,8 @@ struct <link linkend="GimpColorDisplayStack-struct">GimpColorDisplayStack</
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorDisplayStack-struct"/>struct GimpColorDisplayStack</title>
|
||||
<indexterm><primary>GimpColorDisplayStack</primary></indexterm><programlisting>struct GimpColorDisplayStack;</programlisting>
|
||||
<title><anchor id="GimpColorDisplayStack-struct"/>GimpColorDisplayStack</title>
|
||||
<indexterm><primary>GimpColorDisplayStack</primary></indexterm><programlisting>typedef struct _GimpColorDisplayStack GimpColorDisplayStack;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -105,7 +105,7 @@ struct <link linkend="GimpColorDisplayStack-struct">GimpColorDisplayStack</
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -120,7 +120,7 @@ struct <link linkend="GimpColorDisplayStack-struct">GimpColorDisplayStack</
|
||||
<varlistentry><term><parameter>stack</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorHexEntry-struct">GimpColorHexEntry</link>;
|
||||
<link linkend="GimpColorHexEntry-struct">GimpColorHexEntry</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-color-hex-entry-new">gimp_color_hex_entry_new</link> (void);
|
||||
<link linkend="void">void</link> <link linkend="gimp-color-hex-entry-set-color">gimp_color_hex_entry_set_color</link> (<link linkend="GimpColorHexEntry">GimpColorHexEntry</link> *entry,
|
||||
const <link linkend="GimpRGB">GimpRGB</link> *color);
|
||||
@ -75,27 +75,27 @@ Widget for entering a color's hex triplet.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorHexEntry-struct"/>struct GimpColorHexEntry</title>
|
||||
<indexterm><primary>GimpColorHexEntry</primary></indexterm><programlisting>struct GimpColorHexEntry;</programlisting>
|
||||
<title><anchor id="GimpColorHexEntry-struct"/>GimpColorHexEntry</title>
|
||||
<indexterm><primary>GimpColorHexEntry</primary></indexterm><programlisting>typedef struct _GimpColorHexEntry GimpColorHexEntry;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-color-hex-entry-new"/>gimp_color_hex_entry_new ()</title>
|
||||
<indexterm><primary>gimp_color_hex_entry_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_color_hex_entry_new (void);</programlisting>
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_color_hex_entry_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_color_hex_entry_new (void);</programlisting>
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpColorHexEntry"><type>GimpColorHexEntry</type></link> widget
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpColorHexEntry"><type>GimpColorHexEntry</type></link> widget
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-color-hex-entry-set-color"/>gimp_color_hex_entry_set_color ()</title>
|
||||
<indexterm><primary>gimp_color_hex_entry_set_color</primary></indexterm><programlisting><link linkend="void">void</link> gimp_color_hex_entry_set_color (<link linkend="GimpColorHexEntry">GimpColorHexEntry</link> *entry,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_color_hex_entry_set_color</primary></indexterm><programlisting><link linkend="void">void</link> gimp_color_hex_entry_set_color (<link linkend="GimpColorHexEntry">GimpColorHexEntry</link> *entry,
|
||||
const <link linkend="GimpRGB">GimpRGB</link> *color);</programlisting>
|
||||
<para>
|
||||
Sets the color displayed by a <link linkend="GimpColorHexEntry"><type>GimpColorHexEntry</type></link>. If the new color
|
||||
@ -114,7 +114,7 @@ signal is emitted.</para>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-color-hex-entry-get-color"/>gimp_color_hex_entry_get_color ()</title>
|
||||
<indexterm><primary>gimp_color_hex_entry_get_color</primary></indexterm><programlisting><link linkend="void">void</link> gimp_color_hex_entry_get_color (<link linkend="GimpColorHexEntry">GimpColorHexEntry</link> *entry,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_color_hex_entry_get_color</primary></indexterm><programlisting><link linkend="void">void</link> gimp_color_hex_entry_get_color (<link linkend="GimpColorHexEntry">GimpColorHexEntry</link> *entry,
|
||||
<link linkend="GimpRGB">GimpRGB</link> *color);</programlisting>
|
||||
<para>
|
||||
Retrieves the color value displayed by a <link linkend="GimpColorHexEntry"><type>GimpColorHexEntry</type></link>.</para>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorNotebook-struct">GimpColorNotebook</link>;
|
||||
<link linkend="GimpColorNotebook-struct">GimpColorNotebook</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-color-notebook-set-has-page">gimp_color_notebook_set_has_page</link>
|
||||
(<link linkend="GimpColorNotebook">GimpColorNotebook</link> *notebook,
|
||||
<link linkend="GType">GType</link> page_type,
|
||||
@ -59,8 +59,8 @@ GimpColorNotebook implements
|
||||
<title>Style Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpColorNotebook--tab-border">tab-border</link>" <link linkend="gint">gint</link> : Read
|
||||
"<link linkend="GimpColorNotebook--tab-icon-size">tab-icon-size</link>" <link linkend="GtkIconSize">GtkIconSize</link> : Read
|
||||
"<link linkend="GimpColorNotebook--tab-border">tab-border</link>" <link linkend="gint">gint</link> : Read
|
||||
"<link linkend="GimpColorNotebook--tab-icon-size">tab-icon-size</link>" <link linkend="GtkIconSize">GtkIconSize</link> : Read
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -77,8 +77,8 @@ It serves as a container for <link linkend="GimpColorSelectors"><type>GimpColorS
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorNotebook-struct"/>struct GimpColorNotebook</title>
|
||||
<indexterm><primary>GimpColorNotebook</primary></indexterm><programlisting>struct GimpColorNotebook;</programlisting>
|
||||
<title><anchor id="GimpColorNotebook-struct"/>GimpColorNotebook</title>
|
||||
<indexterm><primary>GimpColorNotebook</primary></indexterm><programlisting>typedef struct _GimpColorNotebook GimpColorNotebook;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -103,25 +103,24 @@ The <parameter>page_type</parameter> passed must be a <link linkend="GimpColorSe
|
||||
<varlistentry><term><parameter>has_page</parameter> :</term>
|
||||
<listitem><simpara> Whether the page should be added or removed.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new page widget, if <parameter>has_page</parameter> was <link linkend="TRUE-CAPS"><type>TRUE</type></link>, or <link linkend="NULL-CAPS"><type>NULL</type></link>
|
||||
if <parameter>has_page</parameter> was <link linkend="FALSE-CAPS"><type>FALSE</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new page widget, if <parameter>has_page</parameter> was <link linkend="TRUE--CAPS"><type>TRUE</type></link>, or <link linkend="NULL--CAPS"><type>NULL</type></link>
|
||||
if <parameter>has_page</parameter> was <link linkend="FALSE--CAPS"><type>FALSE</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Style Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpColorNotebook--tab-border"/>"<literal>tab-border</literal>" (<link linkend="gint">gint</link> : Read)</term>
|
||||
<listitem>
|
||||
<para>Width of the border around the tab contents.</para>
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><anchor id="GimpColorNotebook--tab-icon-size"/>"<literal>tab-icon-size</literal>" (<link linkend="GtkIconSize">GtkIconSize</link> : Read)</term>
|
||||
<listitem>
|
||||
<para>Size for icons displayed in the tab.</para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpColorNotebook--tab-border"/>The "<literal>tab-border</literal>" style property</title>
|
||||
<programlisting> "tab-border" <link linkend="gint">gint</link> : Read</programlisting>
|
||||
<para>Width of the border around the tab contents.</para><para>Allowed values: >= 0</para>
|
||||
<para>Default value: 0</para>
|
||||
</refsect2>
|
||||
<refsect2><title><anchor id="GimpColorNotebook--tab-icon-size"/>The "<literal>tab-icon-size</literal>" style property</title>
|
||||
<programlisting> "tab-icon-size" <link linkend="GtkIconSize">GtkIconSize</link> : Read</programlisting>
|
||||
<para>Size for icons displayed in the tab.</para><para>Default value: GTK_ICON_SIZE_BUTTON</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorScale-struct">GimpColorScale</link>;
|
||||
<link linkend="GimpColorScale-struct">GimpColorScale</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-color-scale-new">gimp_color_scale_new</link> (<link linkend="GtkOrientation">GtkOrientation</link> orientation,
|
||||
<link linkend="GimpColorSelectorChannel">GimpColorSelectorChannel</link> channel);
|
||||
<link linkend="void">void</link> <link linkend="gimp-color-scale-set-channel">gimp_color_scale_set_channel</link> (<link linkend="GimpColorScale">GimpColorScale</link> *scale,
|
||||
@ -69,8 +69,8 @@ GimpColorScale implements
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorScale-struct"/>struct GimpColorScale</title>
|
||||
<indexterm><primary>GimpColorScale</primary></indexterm><programlisting>struct GimpColorScale;</programlisting>
|
||||
<title><anchor id="GimpColorScale-struct"/>GimpColorScale</title>
|
||||
<indexterm><primary>GimpColorScale</primary></indexterm><programlisting>typedef struct _GimpColorScale GimpColorScale;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -89,7 +89,7 @@ Creates a new <link linkend="GimpColorScale"><type>GimpColorScale</type></link>
|
||||
<varlistentry><term><parameter>channel</parameter> :</term>
|
||||
<listitem><simpara> the scale's color channel
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpColorScale"><type>GimpColorScale</type></link> widget
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpColorScale"><type>GimpColorScale</type></link> widget
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorScales-struct">GimpColorScales</link>;
|
||||
<link linkend="GimpColorScales-struct">GimpColorScales</link>;
|
||||
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
@ -66,8 +66,8 @@ HSV and RGB color channels.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorScales-struct"/>struct GimpColorScales</title>
|
||||
<indexterm><primary>GimpColorScales</primary></indexterm><programlisting>struct GimpColorScales;</programlisting>
|
||||
<title><anchor id="GimpColorScales-struct"/>GimpColorScales</title>
|
||||
<indexterm><primary>GimpColorScales</primary></indexterm><programlisting>typedef struct _GimpColorScales GimpColorScales;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorSelect-struct">GimpColorSelect</link>;
|
||||
<link linkend="GimpColorSelect-struct">GimpColorSelect</link>;
|
||||
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
@ -68,8 +68,8 @@ will then change the other two channels accordingly.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorSelect-struct"/>struct GimpColorSelect</title>
|
||||
<indexterm><primary>GimpColorSelect</primary></indexterm><programlisting>struct GimpColorSelect;</programlisting>
|
||||
<title><anchor id="GimpColorSelect-struct"/>GimpColorSelect</title>
|
||||
<indexterm><primary>GimpColorSelect</primary></indexterm><programlisting>typedef struct _GimpColorSelect GimpColorSelect;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorSelection-struct">GimpColorSelection</link>;
|
||||
<link linkend="GimpColorSelection-struct">GimpColorSelection</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-color-selection-new">gimp_color_selection_new</link> (void);
|
||||
<link linkend="void">void</link> <link linkend="gimp-color-selection-set-show-alpha">gimp_color_selection_set_show_alpha</link>
|
||||
(<link linkend="GimpColorSelection">GimpColorSelection</link> *selection,
|
||||
@ -91,8 +91,8 @@ GimpColorSelection implements
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorSelection-struct"/>struct GimpColorSelection</title>
|
||||
<indexterm><primary>GimpColorSelection</primary></indexterm><programlisting>struct GimpColorSelection;</programlisting>
|
||||
<title><anchor id="GimpColorSelection-struct"/>GimpColorSelection</title>
|
||||
<indexterm><primary>GimpColorSelection</primary></indexterm><programlisting>typedef struct _GimpColorSelection GimpColorSelection;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -104,7 +104,7 @@ Creates a new <link linkend="GimpColorSelection"><type>GimpColorSelection</type>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new <link linkend="GimpColorSelection"><type>GimpColorSelection</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new <link linkend="GimpColorSelection"><type>GimpColorSelection</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -136,7 +136,7 @@ Returns the <parameter>selection</parameter>'s <parameter>show_alpha</parameter>
|
||||
<varlistentry><term><parameter>selection</parameter> :</term>
|
||||
<listitem><simpara> A <link linkend="GimpColorSelection"><type>GimpColorSelection</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE-CAPS"><type>TRUE</type></link> if the <link linkend="GimpColorSelection"><type>GimpColorSelection</type></link> has alpha controls.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <link linkend="TRUE--CAPS"><type>TRUE</type></link> if the <link linkend="GimpColorSelection"><type>GimpColorSelection</type></link> has alpha controls.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
|
@ -19,9 +19,9 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpColorSelector-struct">GimpColorSelector</link>;
|
||||
#define <link linkend="GIMP-COLOR-SELECTOR-SIZE-CAPS">GIMP_COLOR_SELECTOR_SIZE</link>
|
||||
#define <link linkend="GIMP-COLOR-SELECTOR-BAR-SIZE-CAPS">GIMP_COLOR_SELECTOR_BAR_SIZE</link>
|
||||
<link linkend="GimpColorSelector-struct">GimpColorSelector</link>;
|
||||
#define <link linkend="GIMP-COLOR-SELECTOR-SIZE--CAPS">GIMP_COLOR_SELECTOR_SIZE</link>
|
||||
#define <link linkend="GIMP-COLOR-SELECTOR-BAR-SIZE--CAPS">GIMP_COLOR_SELECTOR_BAR_SIZE</link>
|
||||
enum <link linkend="GimpColorSelectorChannel">GimpColorSelectorChannel</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-color-selector-new">gimp_color_selector_new</link> (<link linkend="GType">GType</link> selector_type,
|
||||
const <link linkend="GimpRGB">GimpRGB</link> *rgb,
|
||||
@ -107,20 +107,20 @@ selector modules.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpColorSelector-struct"/>struct GimpColorSelector</title>
|
||||
<indexterm><primary>GimpColorSelector</primary></indexterm><programlisting>struct GimpColorSelector;</programlisting>
|
||||
<title><anchor id="GimpColorSelector-struct"/>GimpColorSelector</title>
|
||||
<indexterm><primary>GimpColorSelector</primary></indexterm><programlisting>typedef struct _GimpColorSelector GimpColorSelector;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-COLOR-SELECTOR-SIZE-CAPS"/>GIMP_COLOR_SELECTOR_SIZE</title>
|
||||
<title><anchor id="GIMP-COLOR-SELECTOR-SIZE--CAPS"/>GIMP_COLOR_SELECTOR_SIZE</title>
|
||||
<indexterm><primary>GIMP_COLOR_SELECTOR_SIZE</primary></indexterm><programlisting>#define GIMP_COLOR_SELECTOR_SIZE 150
|
||||
</programlisting>
|
||||
<para>
|
||||
The suggested size for a color area in a <link linkend="GimpColorSelector"><type>GimpColorSelector</type></link> implementation.
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-COLOR-SELECTOR-BAR-SIZE-CAPS"/>GIMP_COLOR_SELECTOR_BAR_SIZE</title>
|
||||
<title><anchor id="GIMP-COLOR-SELECTOR-BAR-SIZE--CAPS"/>GIMP_COLOR_SELECTOR_BAR_SIZE</title>
|
||||
<indexterm><primary>GIMP_COLOR_SELECTOR_BAR_SIZE</primary></indexterm><programlisting>#define GIMP_COLOR_SELECTOR_BAR_SIZE 15
|
||||
</programlisting>
|
||||
<para>
|
||||
@ -200,7 +200,7 @@ The suggested width for a color bar in a <link linkend="GimpColorSelector"><type
|
||||
<varlistentry><term><parameter>channel</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
|
@ -20,11 +20,11 @@
|
||||
|
||||
|
||||
enum <link linkend="GimpControllerEventType">GimpControllerEventType</link>;
|
||||
struct <link linkend="GimpControllerEventAny">GimpControllerEventAny</link>;
|
||||
struct <link linkend="GimpControllerEventTrigger">GimpControllerEventTrigger</link>;
|
||||
struct <link linkend="GimpControllerEventValue">GimpControllerEventValue</link>;
|
||||
<link linkend="GimpControllerEventAny">GimpControllerEventAny</link>;
|
||||
<link linkend="GimpControllerEventTrigger">GimpControllerEventTrigger</link>;
|
||||
<link linkend="GimpControllerEventValue">GimpControllerEventValue</link>;
|
||||
union <link linkend="GimpControllerEvent">GimpControllerEvent</link>;
|
||||
struct <link linkend="GimpController-struct">GimpController</link>;
|
||||
<link linkend="GimpController-struct">GimpController</link>;
|
||||
<link linkend="GimpController">GimpController</link>* <link linkend="gimp-controller-new">gimp_controller_new</link> (<link linkend="GType">GType</link> controller_type);
|
||||
<link linkend="gint">gint</link> <link linkend="gimp-controller-get-n-events">gimp_controller_get_n_events</link> (<link linkend="GimpController">GimpController</link> *controller);
|
||||
const <link linkend="gchar">gchar</link>* <link linkend="gimp-controller-get-event-name">gimp_controller_get_event_name</link> (<link linkend="GimpController">GimpController</link> *controller,
|
||||
@ -56,8 +56,8 @@ const <link linkend="gchar">gchar</link>* <link linkend="gimp-controller-get-eve
|
||||
<title>Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpController--name">name</link>" <link linkend="gchararray">gchararray</link> : Read / Write / Construct
|
||||
"<link linkend="GimpController--state">state</link>" <link linkend="gchararray">gchararray</link> : Read / Write / Construct
|
||||
"<link linkend="GimpController--name">name</link>" <link linkend="gchararray">gchararray</link> : Read / Write / Construct
|
||||
"<link linkend="GimpController--state">state</link>" <link linkend="gchararray">gchararray</link> : Read / Write / Construct
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -93,38 +93,35 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpControllerEventAny"/>struct GimpControllerEventAny</title>
|
||||
<indexterm><primary>GimpControllerEventAny</primary></indexterm><programlisting>struct GimpControllerEventAny {
|
||||
|
||||
<title><anchor id="GimpControllerEventAny"/>GimpControllerEventAny</title>
|
||||
<indexterm><primary>GimpControllerEventAny</primary></indexterm><programlisting>typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
};
|
||||
} GimpControllerEventAny;
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpControllerEventTrigger"/>struct GimpControllerEventTrigger</title>
|
||||
<indexterm><primary>GimpControllerEventTrigger</primary></indexterm><programlisting>struct GimpControllerEventTrigger {
|
||||
|
||||
<title><anchor id="GimpControllerEventTrigger"/>GimpControllerEventTrigger</title>
|
||||
<indexterm><primary>GimpControllerEventTrigger</primary></indexterm><programlisting>typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
};
|
||||
} GimpControllerEventTrigger;
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpControllerEventValue"/>struct GimpControllerEventValue</title>
|
||||
<indexterm><primary>GimpControllerEventValue</primary></indexterm><programlisting>struct GimpControllerEventValue {
|
||||
|
||||
<title><anchor id="GimpControllerEventValue"/>GimpControllerEventValue</title>
|
||||
<indexterm><primary>GimpControllerEventValue</primary></indexterm><programlisting>typedef struct {
|
||||
GimpControllerEventType type;
|
||||
GimpController *source;
|
||||
gint event_id;
|
||||
GValue value;
|
||||
};
|
||||
} GimpControllerEventValue;
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
@ -143,8 +140,8 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpController-struct"/>struct GimpController</title>
|
||||
<indexterm><primary>GimpController</primary></indexterm><programlisting>struct GimpController;</programlisting>
|
||||
<title><anchor id="GimpController-struct"/>GimpController</title>
|
||||
<indexterm><primary>GimpController</primary></indexterm><programlisting>typedef struct _GimpController GimpController;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -157,7 +154,7 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<varlistentry><term><parameter>controller_type</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -171,7 +168,7 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<varlistentry><term><parameter>controller</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -189,7 +186,7 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<varlistentry><term><parameter>event_id</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -208,7 +205,7 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<varlistentry><term><parameter>event_id</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -226,7 +223,7 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
<varlistentry><term><parameter>event</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -235,17 +232,15 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpController--name"/>"<literal>name</literal>" (<link linkend="gchararray">gchararray</link> : Read / Write / Construct)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><anchor id="GimpController--state"/>"<literal>state</literal>" (<link linkend="gchararray">gchararray</link> : Read / Write / Construct)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpController--name"/>The "<literal>name</literal>" property</title>
|
||||
<programlisting> "name" <link linkend="gchararray">gchararray</link> : Read / Write / Construct</programlisting>
|
||||
<para></para><para>Default value: "Unnamed Controller"</para>
|
||||
</refsect2>
|
||||
<refsect2><title><anchor id="GimpController--state"/>The "<literal>state</literal>" property</title>
|
||||
<programlisting> "state" <link linkend="gchararray">gchararray</link> : Read / Write / Construct</programlisting>
|
||||
<para></para><para>Default value: "Unknown"</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
@ -265,7 +260,7 @@ An abstract interface for implementing arbitrary input controllers.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><parameter>user_data</parameter> :</term>
|
||||
<listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
|
@ -20,7 +20,7 @@ dialog-related stuff.</refpurpose>
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpDialog-struct">GimpDialog</link>;
|
||||
<link linkend="GimpDialog-struct">GimpDialog</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-dialog-new">gimp_dialog_new</link> (const <link linkend="gchar">gchar</link> *title,
|
||||
const <link linkend="gchar">gchar</link> *role,
|
||||
<link linkend="GtkWidget">GtkWidget</link> *parent,
|
||||
@ -74,8 +74,8 @@ GimpDialog implements
|
||||
<title>Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpDialog--help-func">help-func</link>" <link linkend="gpointer">gpointer</link> : Read / Write / Construct Only
|
||||
"<link linkend="GimpDialog--help-id">help-id</link>" <link linkend="gchararray">gchararray</link> : Read / Write / Construct Only
|
||||
"<link linkend="GimpDialog--help-func">help-func</link>" <link linkend="gpointer">gpointer</link> : Read / Write / Construct Only
|
||||
"<link linkend="GimpDialog--help-id">help-id</link>" <link linkend="gchararray">gchararray</link> : Read / Write / Construct Only
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -91,8 +91,8 @@ GimpDialog implements
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpDialog-struct"/>struct GimpDialog</title>
|
||||
<indexterm><primary>GimpDialog</primary></indexterm><programlisting>struct GimpDialog;</programlisting>
|
||||
<title><anchor id="GimpDialog-struct"/>GimpDialog</title>
|
||||
<indexterm><primary>GimpDialog</primary></indexterm><programlisting>typedef struct _GimpDialog GimpDialog;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -142,7 +142,7 @@ action_area buttons see <link linkend="gtk-dialog-new-with-buttons"><function>gt
|
||||
<listitem><simpara> A <literal>NULL</literal>-terminated <parameter>va_list</parameter> destribing the
|
||||
action_area buttons.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GimpDialog"><type>GimpDialog</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GimpDialog"><type>GimpDialog</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -187,7 +187,7 @@ action_area buttons see <link linkend="gtk-dialog-new-with-buttons"><function>gt
|
||||
<varlistentry><term><parameter>args</parameter> :</term>
|
||||
<listitem><simpara> A <parameter>va_list</parameter> destribing the action_area buttons.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GimpDialog"><type>GimpDialog</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GimpDialog"><type>GimpDialog</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -219,12 +219,12 @@ does not make the dialog modal while the <link linkend="GMainLoop"><type>GMainLo
|
||||
<varlistentry><term><parameter>dialog</parameter> :</term>
|
||||
<listitem><simpara> a <link linkend="GimpDialog"><type>GimpDialog</type></link>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> response ID
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> response ID
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-dialogs-show-help-button"/>gimp_dialogs_show_help_button ()</title>
|
||||
<indexterm><primary>gimp_dialogs_show_help_button</primary></indexterm><programlisting><link linkend="void">void</link> gimp_dialogs_show_help_button (<link linkend="gboolean">gboolean</link> show);</programlisting>
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_dialogs_show_help_button</primary></indexterm><programlisting><link linkend="void">void</link> gimp_dialogs_show_help_button (<link linkend="gboolean">gboolean</link> show);</programlisting>
|
||||
<para>
|
||||
This function is for internal use only.</para>
|
||||
<para>
|
||||
@ -239,17 +239,14 @@ This function is for internal use only.</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpDialog--help-func"/>"<literal>help-func</literal>" (<link linkend="gpointer">gpointer</link> : Read / Write / Construct Only)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><anchor id="GimpDialog--help-id"/>"<literal>help-id</literal>" (<link linkend="gchararray">gchararray</link> : Read / Write / Construct Only)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpDialog--help-func"/>The "<literal>help-func</literal>" property</title>
|
||||
<programlisting> "help-func" <link linkend="gpointer">gpointer</link> : Read / Write / Construct Only</programlisting>
|
||||
<para></para></refsect2>
|
||||
<refsect2><title><anchor id="GimpDialog--help-id"/>The "<literal>help-id</literal>" property</title>
|
||||
<programlisting> "help-id" <link linkend="gchararray">gchararray</link> : Read / Write / Construct Only</programlisting>
|
||||
<para></para><para>Default value: NULL</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpFileEntry-struct">GimpFileEntry</link>;
|
||||
<link linkend="GimpFileEntry-struct">GimpFileEntry</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-file-entry-new">gimp_file_entry_new</link> (const <link linkend="gchar">gchar</link> *title,
|
||||
const <link linkend="gchar">gchar</link> *filename,
|
||||
<link linkend="gboolean">gboolean</link> dir_only,
|
||||
@ -63,7 +63,7 @@ GimpFileEntry implements
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpFileEntry-filename-changed">filename-changed</link>"
|
||||
<link linkend="void">void</link> user_function (<link linkend="GimpFileEntry">GimpFileEntry</link> *,
|
||||
<link linkend="void">void</link> user_function (<link linkend="GimpFileEntry">GimpFileEntry</link> *arg0,
|
||||
<link linkend="gpointer">gpointer</link> user_data);
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
@ -83,7 +83,7 @@ You can restrict the <link linkend="GimpFileSelection"><type>GimpFileSelection</
|
||||
the filename listbox of the <link linkend="GtkFileSelection"><type>GtkFileSelection</type></link> dialog will be hidden.
|
||||
</para>
|
||||
<para>
|
||||
If you specify <parameter>check_valid</parameter> as <link linkend="TRUE-CAPS"><type>TRUE</type></link> in <link linkend="gimp-file-entry-new"><function>gimp_file_entry_new()</function></link>
|
||||
If you specify <parameter>check_valid</parameter> as <link linkend="TRUE--CAPS"><type>TRUE</type></link> in <link linkend="gimp-file-entry-new"><function>gimp_file_entry_new()</function></link>
|
||||
the entered filename will be checked for validity and a pixmap will be
|
||||
shown which indicates if the file exists or not.
|
||||
</para>
|
||||
@ -96,8 +96,8 @@ will be emitted.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpFileEntry-struct"/>struct GimpFileEntry</title>
|
||||
<indexterm><primary>GimpFileEntry</primary></indexterm><programlisting>struct GimpFileEntry;</programlisting>
|
||||
<title><anchor id="GimpFileEntry-struct"/>GimpFileEntry</title>
|
||||
<indexterm><primary>GimpFileEntry</primary></indexterm><programlisting>typedef struct _GimpFileEntry GimpFileEntry;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -125,7 +125,7 @@ Creates a new <link linkend="GimpFileEntry"><type>GimpFileEntry</type></link> wi
|
||||
<listitem><simpara> <literal>TRUE</literal> if the widget should check if the entered file
|
||||
really exists.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpFileEntry"><type>GimpFileEntry</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpFileEntry"><type>GimpFileEntry</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -139,7 +139,7 @@ Note that you have to <link linkend="g-free"><function>g_free()</function></link
|
||||
<varlistentry><term><parameter>entry</parameter> :</term>
|
||||
<listitem><simpara> The file entry you want to know the filename from.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The file or directory the user has entered.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The file or directory the user has entered.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -166,7 +166,7 @@ name.</para>
|
||||
<refsect1>
|
||||
<title>Signals</title>
|
||||
<refsect2><title><anchor id="GimpFileEntry-filename-changed"/>The "filename-changed" signal</title>
|
||||
<programlisting><link linkend="void">void</link> user_function (<link linkend="GimpFileEntry">GimpFileEntry</link> *,
|
||||
<programlisting><link linkend="void">void</link> user_function (<link linkend="GimpFileEntry">GimpFileEntry</link> *arg0,
|
||||
<link linkend="gpointer">gpointer</link> user_data);</programlisting>
|
||||
<para>
|
||||
This signal is emitted whenever the user changes the filename.</para>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpFrame-struct">GimpFrame</link>;
|
||||
<link linkend="GimpFrame-struct">GimpFrame</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-frame-new">gimp_frame_new</link> (const <link linkend="gchar">gchar</link> *label);
|
||||
|
||||
</synopsis>
|
||||
@ -55,8 +55,8 @@ GimpFrame implements
|
||||
<title>Style Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpFrame--label-bold">label-bold</link>" <link linkend="gboolean">gboolean</link> : Read
|
||||
"<link linkend="GimpFrame--label-spacing">label-spacing</link>" <link linkend="gint">gint</link> : Read
|
||||
"<link linkend="GimpFrame--label-bold">label-bold</link>" <link linkend="gboolean">gboolean</link> : Read
|
||||
"<link linkend="GimpFrame--label-spacing">label-spacing</link>" <link linkend="gint">gint</link> : Read
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -72,14 +72,14 @@ A widget providing a HIG-compliant subclass of <link linkend="GtkFrame"><type>Gt
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpFrame-struct"/>struct GimpFrame</title>
|
||||
<indexterm><primary>GimpFrame</primary></indexterm><programlisting>struct GimpFrame;</programlisting>
|
||||
<title><anchor id="GimpFrame-struct"/>GimpFrame</title>
|
||||
<indexterm><primary>GimpFrame</primary></indexterm><programlisting>typedef struct _GimpFrame GimpFrame;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-frame-new"/>gimp_frame_new ()</title>
|
||||
<indexterm><primary>gimp_frame_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_frame_new (const <link linkend="gchar">gchar</link> *label);</programlisting>
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_frame_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_frame_new (const <link linkend="gchar">gchar</link> *label);</programlisting>
|
||||
<para>
|
||||
Creates a <link linkend="GimpFrame"><type>GimpFrame</type></link> widget. A <link linkend="GimpFrame"><type>GimpFrame</type></link> is a HIG-compliant
|
||||
variant of <link linkend="GtkFrame"><type>GtkFrame</type></link>. It doesn't render a frame at all but
|
||||
@ -92,7 +92,7 @@ the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</para>
|
||||
<varlistentry><term><parameter>label</parameter> :</term>
|
||||
<listitem><simpara> text to set as the frame's title label (or <literal>NULL</literal> for no title)
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpFrame"><type>GimpFrame</type></link> widget
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpFrame"><type>GimpFrame</type></link> widget
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
@ -101,17 +101,16 @@ the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Style Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpFrame--label-bold"/>"<literal>label-bold</literal>" (<link linkend="gboolean">gboolean</link> : Read)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><anchor id="GimpFrame--label-spacing"/>"<literal>label-spacing</literal>" (<link linkend="gint">gint</link> : Read)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpFrame--label-bold"/>The "<literal>label-bold</literal>" style property</title>
|
||||
<programlisting> "label-bold" <link linkend="gboolean">gboolean</link> : Read</programlisting>
|
||||
<para></para><para>Default value: TRUE</para>
|
||||
</refsect2>
|
||||
<refsect2><title><anchor id="GimpFrame--label-spacing"/>The "<literal>label-spacing</literal>" style property</title>
|
||||
<programlisting> "label-spacing" <link linkend="gint">gint</link> : Read</programlisting>
|
||||
<para></para><para>Allowed values: >= 0</para>
|
||||
<para>Default value: 6</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ system.</refpurpose>
|
||||
|
||||
<link linkend="void">void</link> (<link linkend="GimpHelpFunc">*GimpHelpFunc</link>) (const <link linkend="gchar">gchar</link> *help_id,
|
||||
<link linkend="gpointer">gpointer</link> help_data);
|
||||
#define <link linkend="GIMP-HELP-ID-CAPS">GIMP_HELP_ID</link>
|
||||
#define <link linkend="GIMP-HELP-ID--CAPS">GIMP_HELP_ID</link>
|
||||
<link linkend="void">void</link> <link linkend="gimp-help-enable-tooltips">gimp_help_enable_tooltips</link> (void);
|
||||
<link linkend="void">void</link> <link linkend="gimp-help-disable-tooltips">gimp_help_disable_tooltips</link> (void);
|
||||
<link linkend="void">void</link> <link linkend="gimp-standard-help-func">gimp_standard_help_func</link> (const <link linkend="gchar">gchar</link> *help_id,
|
||||
@ -92,7 +92,7 @@ the help.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-HELP-ID-CAPS"/>GIMP_HELP_ID</title>
|
||||
<title><anchor id="GIMP-HELP-ID--CAPS"/>GIMP_HELP_ID</title>
|
||||
<indexterm><primary>GIMP_HELP_ID</primary></indexterm><programlisting>#define GIMP_HELP_ID (gimp_help_id_quark ())
|
||||
</programlisting>
|
||||
<para>
|
||||
@ -169,7 +169,7 @@ impossible to set a <parameter>private_tip</parameter> (aka <parameter>help_id</
|
||||
<parameter>tooltip</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
This function can be called with <link linkend="NULL-CAPS"><type>NULL</type></link> for <parameter>tooltip</parameter>. Use this feature
|
||||
This function can be called with <link linkend="NULL--CAPS"><type>NULL</type></link> for <parameter>tooltip</parameter>. Use this feature
|
||||
if you want to set a help link for a widget which shouldn't have
|
||||
a visible tooltip.</para>
|
||||
<para>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpIntComboBox-struct">GimpIntComboBox</link>;
|
||||
<link linkend="GimpIntComboBox-struct">GimpIntComboBox</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-int-combo-box-new">gimp_int_combo_box_new</link> (const <link linkend="gchar">gchar</link> *first_label,
|
||||
<link linkend="gint">gint</link> first_value,
|
||||
...);
|
||||
@ -65,7 +65,7 @@ struct <link linkend="GimpIntComboBox-struct">GimpIntComboBox</link>;
|
||||
<title>Implemented Interfaces</title>
|
||||
<para>
|
||||
GimpIntComboBox implements
|
||||
<link linkend="AtkImplementorIface">AtkImplementorIface</link> and <link linkend="GtkCellLayout">GtkCellLayout</link>.</para>
|
||||
<link linkend="AtkImplementorIface">AtkImplementorIface</link>, <link linkend="GtkCellEditable">GtkCellEditable</link> and <link linkend="GtkCellLayout">GtkCellLayout</link>.</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
@ -83,14 +83,14 @@ A widget providing a popup menu of integer values (e.g. enums).
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpIntComboBox-struct"/>struct GimpIntComboBox</title>
|
||||
<indexterm><primary>GimpIntComboBox</primary></indexterm><programlisting>struct GimpIntComboBox;</programlisting>
|
||||
<title><anchor id="GimpIntComboBox-struct"/>GimpIntComboBox</title>
|
||||
<indexterm><primary>GimpIntComboBox</primary></indexterm><programlisting>typedef struct _GimpIntComboBox GimpIntComboBox;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-combo-box-new"/>gimp_int_combo_box_new ()</title>
|
||||
<indexterm><primary>gimp_int_combo_box_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_int_combo_box_new (const <link linkend="gchar">gchar</link> *first_label,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_combo_box_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_int_combo_box_new (const <link linkend="gchar">gchar</link> *first_label,
|
||||
<link linkend="gint">gint</link> first_value,
|
||||
...);</programlisting>
|
||||
<para>
|
||||
@ -109,14 +109,14 @@ terminated list of label/value pairs.</para>
|
||||
<varlistentry><term><parameter>...</parameter> :</term>
|
||||
<listitem><simpara> a <literal>NULL</literal> terminated list of more label, value pairs
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpIntComboBox"><type>GimpIntComboBox</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpIntComboBox"><type>GimpIntComboBox</type></link>.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-combo-box-new-valist"/>gimp_int_combo_box_new_valist ()</title>
|
||||
<indexterm><primary>gimp_int_combo_box_new_valist</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_int_combo_box_new_valist (const <link linkend="gchar">gchar</link> *first_label,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_combo_box_new_valist</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_int_combo_box_new_valist (const <link linkend="gchar">gchar</link> *first_label,
|
||||
<link linkend="gint">gint</link> first_value,
|
||||
<link linkend="va-list">va_list</link> values);</programlisting>
|
||||
<para>
|
||||
@ -134,14 +134,14 @@ label/value pairs. Probably only useful for language bindings.</para>
|
||||
<varlistentry><term><parameter>values</parameter> :</term>
|
||||
<listitem><simpara> a va_list with more values
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpIntComboBox"><type>GimpIntComboBox</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpIntComboBox"><type>GimpIntComboBox</type></link>.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-combo-box-new-array"/>gimp_int_combo_box_new_array ()</title>
|
||||
<indexterm><primary>gimp_int_combo_box_new_array</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_int_combo_box_new_array (<link linkend="gint">gint</link> n_values,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_combo_box_new_array</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_int_combo_box_new_array (<link linkend="gint">gint</link> n_values,
|
||||
const <link linkend="gchar">gchar</link> *labels[]);</programlisting>
|
||||
<para>
|
||||
A variant of <link linkend="gimp-int-combo-box-new"><function>gimp_int_combo_box_new()</function></link> that takes an array of labels.
|
||||
@ -155,14 +155,14 @@ The array indices are used as values.</para>
|
||||
<varlistentry><term><parameter>labels</parameter> :</term>
|
||||
<listitem><simpara> an array of labels (array length must be <parameter>n_values</parameter>)
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpIntComboBox"><type>GimpIntComboBox</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpIntComboBox"><type>GimpIntComboBox</type></link>.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-combo-box-prepend"/>gimp_int_combo_box_prepend ()</title>
|
||||
<indexterm><primary>gimp_int_combo_box_prepend</primary></indexterm><programlisting><link linkend="void">void</link> gimp_int_combo_box_prepend (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_combo_box_prepend</primary></indexterm><programlisting><link linkend="void">void</link> gimp_int_combo_box_prepend (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
...);</programlisting>
|
||||
<para>
|
||||
This function provides a convenient way to prepend items to a
|
||||
@ -184,7 +184,7 @@ The column number must be taken from the enum <link linkend="GimpIntStoreColumns
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-combo-box-append"/>gimp_int_combo_box_append ()</title>
|
||||
<indexterm><primary>gimp_int_combo_box_append</primary></indexterm><programlisting><link linkend="void">void</link> gimp_int_combo_box_append (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_combo_box_append</primary></indexterm><programlisting><link linkend="void">void</link> gimp_int_combo_box_append (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
...);</programlisting>
|
||||
<para>
|
||||
This function provides a convenient way to append items to a
|
||||
@ -206,7 +206,7 @@ The column number must be taken from the enum <link linkend="GimpIntStoreColumns
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-combo-box-set-active"/>gimp_int_combo_box_set_active ()</title>
|
||||
<indexterm><primary>gimp_int_combo_box_set_active</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_int_combo_box_set_active (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_combo_box_set_active</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_int_combo_box_set_active (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
<link linkend="gint">gint</link> value);</programlisting>
|
||||
<para>
|
||||
Looks up the item that belongs to the given <parameter>value</parameter> and makes it the
|
||||
@ -220,7 +220,7 @@ selected item in the <parameter>combo_box</parameter>.</para>
|
||||
<varlistentry><term><parameter>value</parameter> :</term>
|
||||
<listitem><simpara> an integer value
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> on success or <literal>FALSE</literal> if there was no item for
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> on success or <literal>FALSE</literal> if there was no item for
|
||||
this value.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -228,7 +228,7 @@ selected item in the <parameter>combo_box</parameter>.</para>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-combo-box-get-active"/>gimp_int_combo_box_get_active ()</title>
|
||||
<indexterm><primary>gimp_int_combo_box_get_active</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_int_combo_box_get_active (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_combo_box_get_active</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_int_combo_box_get_active (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
<link linkend="gint">gint</link> *value);</programlisting>
|
||||
<para>
|
||||
Retrieves the value of the selected (active) item in the <parameter>combo_box</parameter>.</para>
|
||||
@ -241,7 +241,7 @@ Retrieves the value of the selected (active) item in the <parameter>combo_box</p
|
||||
<varlistentry><term><parameter>value</parameter> :</term>
|
||||
<listitem><simpara> return location for the integer value
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if <parameter>value</parameter> has been set or <literal>FALSE</literal> if no item was
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if <parameter>value</parameter> has been set or <literal>FALSE</literal> if no item was
|
||||
active.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -249,7 +249,7 @@ Retrieves the value of the selected (active) item in the <parameter>combo_box</p
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-combo-box-connect"/>gimp_int_combo_box_connect ()</title>
|
||||
<indexterm><primary>gimp_int_combo_box_connect</primary></indexterm><programlisting><link linkend="gulong">gulong</link> gimp_int_combo_box_connect (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_combo_box_connect</primary></indexterm><programlisting><link linkend="gulong">gulong</link> gimp_int_combo_box_connect (<link linkend="GimpIntComboBox">GimpIntComboBox</link> *combo_box,
|
||||
<link linkend="gint">gint</link> value,
|
||||
<link linkend="GCallback">GCallback</link> callback,
|
||||
<link linkend="gpointer">gpointer</link> data);</programlisting>
|
||||
@ -279,7 +279,7 @@ gimp_drawable_combo_box_new). If you pass an invalid initial
|
||||
<varlistentry><term><parameter>data</parameter> :</term>
|
||||
<listitem><simpara> a pointer passed as data to <link linkend="g-signal-connect"><function>g_signal_connect()</function></link>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the signal handler ID as returned by <link linkend="g-signal-connect"><function>g_signal_connect()</function></link>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the signal handler ID as returned by <link linkend="g-signal-connect"><function>g_signal_connect()</function></link>
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpIntStore-struct">GimpIntStore</link>;
|
||||
<link linkend="GimpIntStore-struct">GimpIntStore</link>;
|
||||
enum <link linkend="GimpIntStoreColumns">GimpIntStoreColumns</link>;
|
||||
<link linkend="GtkListStore">GtkListStore</link>* <link linkend="gimp-int-store-new">gimp_int_store_new</link> (void);
|
||||
<link linkend="gboolean">gboolean</link> <link linkend="gimp-int-store-lookup-by-value">gimp_int_store_lookup_by_value</link> (<link linkend="GtkTreeModel">GtkTreeModel</link> *model,
|
||||
@ -64,8 +64,8 @@ A model for integer based name-value pairs (e.g. enums)
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpIntStore-struct"/>struct GimpIntStore</title>
|
||||
<indexterm><primary>GimpIntStore</primary></indexterm><programlisting>struct GimpIntStore;</programlisting>
|
||||
<title><anchor id="GimpIntStore-struct"/>GimpIntStore</title>
|
||||
<indexterm><primary>GimpIntStore</primary></indexterm><programlisting>typedef struct _GimpIntStore GimpIntStore;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -86,7 +86,7 @@ A model for integer based name-value pairs (e.g. enums)
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-store-new"/>gimp_int_store_new ()</title>
|
||||
<indexterm><primary>gimp_int_store_new</primary></indexterm><programlisting><link linkend="GtkListStore">GtkListStore</link>* gimp_int_store_new (void);</programlisting>
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_store_new</primary></indexterm><programlisting><link linkend="GtkListStore">GtkListStore</link>* gimp_int_store_new (void);</programlisting>
|
||||
<para>
|
||||
Creates a <link linkend="GtkListStore"><type>GtkListStore</type></link> with a number of useful columns.
|
||||
<link linkend="GimpIntStore"><type>GimpIntStore</type></link> is especially useful if the items you want to store
|
||||
@ -94,14 +94,14 @@ are identified using an integer value.</para>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpIntStore"><type>GimpIntStore</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpIntStore"><type>GimpIntStore</type></link>.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-store-lookup-by-value"/>gimp_int_store_lookup_by_value ()</title>
|
||||
<indexterm><primary>gimp_int_store_lookup_by_value</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_int_store_lookup_by_value (<link linkend="GtkTreeModel">GtkTreeModel</link> *model,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_int_store_lookup_by_value</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_int_store_lookup_by_value (<link linkend="GtkTreeModel">GtkTreeModel</link> *model,
|
||||
<link linkend="gint">gint</link> value,
|
||||
<link linkend="GtkTreeIter">GtkTreeIter</link> *iter);</programlisting>
|
||||
<para>
|
||||
@ -118,7 +118,7 @@ Iterate over the <parameter>model</parameter> looking for <parameter>value</para
|
||||
<varlistentry><term><parameter>iter</parameter> :</term>
|
||||
<listitem><simpara> return location for the iter of the given <parameter>value</parameter>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the value has been located and <parameter>iter</parameter> is
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the value has been located and <parameter>iter</parameter> is
|
||||
valid, <literal>FALSE</literal> otherwise.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpMemsizeEntry-struct">GimpMemsizeEntry</link>;
|
||||
<link linkend="GimpMemsizeEntry-struct">GimpMemsizeEntry</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-memsize-entry-new">gimp_memsize_entry_new</link> (<link linkend="guint64">guint64</link> value,
|
||||
<link linkend="guint64">guint64</link> lower,
|
||||
<link linkend="guint64">guint64</link> upper);
|
||||
@ -80,8 +80,8 @@ Kilobytes, Megabytes and Gigabytes. Used in the GIMP preferences dialog.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpMemsizeEntry-struct"/>struct GimpMemsizeEntry</title>
|
||||
<indexterm><primary>GimpMemsizeEntry</primary></indexterm><programlisting>struct GimpMemsizeEntry;</programlisting>
|
||||
<title><anchor id="GimpMemsizeEntry-struct"/>GimpMemsizeEntry</title>
|
||||
<indexterm><primary>GimpMemsizeEntry</primary></indexterm><programlisting>typedef struct _GimpMemsizeEntry GimpMemsizeEntry;</programlisting>
|
||||
<para>
|
||||
The <link linkend="GimpSizeEntry"><type>GimpSizeEntry</type></link> struct is considered private.
|
||||
</para></refsect2>
|
||||
@ -105,7 +105,7 @@ and a <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> all setup
|
||||
<varlistentry><term><parameter>upper</parameter> :</term>
|
||||
<listitem><simpara> the upper limit for the value (in Bytes)
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> Pointer to the new <link linkend="GimpMemsizeEntry"><type>GimpMemsizeEntry</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> Pointer to the new <link linkend="GimpMemsizeEntry"><type>GimpMemsizeEntry</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -136,7 +136,7 @@ Retrieves the current value from a <link linkend="GimpMemsizeEntry"><type>GimpMe
|
||||
<varlistentry><term><parameter>entry</parameter> :</term>
|
||||
<listitem><simpara> a <link linkend="GimpMemsizeEntry"><type>GimpMemsizeEntry</type></link>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the current value of <parameter>entry</parameter> (in Bytes).
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the current value of <parameter>entry</parameter> (in Bytes).
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpOffsetArea-struct">GimpOffsetArea</link>;
|
||||
<link linkend="GimpOffsetArea-struct">GimpOffsetArea</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-offset-area-new">gimp_offset_area_new</link> (<link linkend="gint">gint</link> orig_width,
|
||||
<link linkend="gint">gint</link> orig_height);
|
||||
<link linkend="void">void</link> <link linkend="gimp-offset-area-set-size">gimp_offset_area_set_size</link> (<link linkend="GimpOffsetArea">GimpOffsetArea</link> *offset_area,
|
||||
@ -82,8 +82,8 @@ GimpOffsetArea implements
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpOffsetArea-struct"/>struct GimpOffsetArea</title>
|
||||
<indexterm><primary>GimpOffsetArea</primary></indexterm><programlisting>struct GimpOffsetArea;</programlisting>
|
||||
<title><anchor id="GimpOffsetArea-struct"/>GimpOffsetArea</title>
|
||||
<indexterm><primary>GimpOffsetArea</primary></indexterm><programlisting>typedef struct _GimpOffsetArea GimpOffsetArea;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -104,7 +104,7 @@ specify the new offsets.</para>
|
||||
<varlistentry><term><parameter>orig_height</parameter> :</term>
|
||||
<listitem><simpara> the original height
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the new <link linkend="GimpOffsetArea"><type>GimpOffsetArea</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the new <link linkend="GimpOffsetArea"><type>GimpOffsetArea</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -152,7 +152,7 @@ It does not emit the <literal>offsets_changed</literal> signal.</para>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-offset-area-set-pixbuf"/>gimp_offset_area_set_pixbuf ()</title>
|
||||
<indexterm><primary>gimp_offset_area_set_pixbuf</primary></indexterm><programlisting><link linkend="void">void</link> gimp_offset_area_set_pixbuf (<link linkend="GimpOffsetArea">GimpOffsetArea</link> *offset_area,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_offset_area_set_pixbuf</primary></indexterm><programlisting><link linkend="void">void</link> gimp_offset_area_set_pixbuf (<link linkend="GimpOffsetArea">GimpOffsetArea</link> *offset_area,
|
||||
<link linkend="GdkPixbuf">GdkPixbuf</link> *pixbuf);</programlisting>
|
||||
<para>
|
||||
Sets the pixbuf which represents the original image/drawable which
|
||||
|
@ -73,7 +73,7 @@ These functions are not defined if you <link linkend="define"><type>define</type
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-option-menu-new"/>gimp_int_option_menu_new ()</title>
|
||||
<indexterm><primary>gimp_int_option_menu_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_int_option_menu_new (<link linkend="gboolean">gboolean</link> menu_only,
|
||||
<indexterm role="deprecated"><primary>gimp_int_option_menu_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_int_option_menu_new (<link linkend="gboolean">gboolean</link> menu_only,
|
||||
<link linkend="GCallback">GCallback</link> menu_item_callback,
|
||||
<link linkend="gpointer">gpointer</link> menu_item_callback_data,
|
||||
<link linkend="gint">gint</link> initial,
|
||||
@ -105,12 +105,12 @@ enum to a menu).</para>
|
||||
<varlistentry><term><parameter>...</parameter> :</term>
|
||||
<listitem><simpara> A <literal>NULL</literal>-terminated <parameter>va_list</parameter> describing the menu items.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> or a <link linkend="GtkMenu"><type>GtkMenu</type></link> (depending on <parameter>menu_only</parameter>).
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> or a <link linkend="GtkMenu"><type>GtkMenu</type></link> (depending on <parameter>menu_only</parameter>).
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-option-menu-set-history"/>gimp_int_option_menu_set_history ()</title>
|
||||
<indexterm><primary>gimp_int_option_menu_set_history</primary></indexterm><programlisting><link linkend="void">void</link> gimp_int_option_menu_set_history
|
||||
<indexterm role="deprecated"><primary>gimp_int_option_menu_set_history</primary></indexterm><programlisting><link linkend="void">void</link> gimp_int_option_menu_set_history
|
||||
(<link linkend="GtkOptionMenu">GtkOptionMenu</link> *option_menu,
|
||||
<link linkend="gint">gint</link> item_data);</programlisting>
|
||||
<warning><para><literal>gimp_int_option_menu_set_history</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
@ -132,7 +132,7 @@ same thing as <link linkend="gimp-option-menu-set-history"><function>gimp_option
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpIntOptionMenuSensitivityCallback"/>GimpIntOptionMenuSensitivityCallback ()</title>
|
||||
<indexterm><primary>GimpIntOptionMenuSensitivityCallback</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> (*GimpIntOptionMenuSensitivityCallback)
|
||||
<indexterm role="deprecated"><primary>GimpIntOptionMenuSensitivityCallback</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> (*GimpIntOptionMenuSensitivityCallback)
|
||||
(<link linkend="gint">gint</link> item_data,
|
||||
<link linkend="gpointer">gpointer</link> callback_data);</programlisting>
|
||||
<warning><para><literal>GimpIntOptionMenuSensitivityCallback</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
@ -145,14 +145,14 @@ same thing as <link linkend="gimp-option-menu-set-history"><function>gimp_option
|
||||
<varlistentry><term><parameter>callback_data</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-int-option-menu-set-sensitive"/>gimp_int_option_menu_set_sensitive ()</title>
|
||||
<indexterm><primary>gimp_int_option_menu_set_sensitive</primary></indexterm><programlisting><link linkend="void">void</link> gimp_int_option_menu_set_sensitive
|
||||
<indexterm role="deprecated"><primary>gimp_int_option_menu_set_sensitive</primary></indexterm><programlisting><link linkend="void">void</link> gimp_int_option_menu_set_sensitive
|
||||
(<link linkend="GtkOptionMenu">GtkOptionMenu</link> *option_menu,
|
||||
<link linkend="GimpIntOptionMenuSensitivityCallback">GimpIntOptionMenuSensitivityCallback</link> callback,
|
||||
<link linkend="gpointer">gpointer</link> callback_data);</programlisting>
|
||||
@ -180,7 +180,7 @@ same thing as <link linkend="gimp-option-menu-set-sensitive"><function>gimp_opti
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-option-menu-new"/>gimp_option_menu_new ()</title>
|
||||
<indexterm><primary>gimp_option_menu_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_option_menu_new (<link linkend="gboolean">gboolean</link> menu_only,
|
||||
<indexterm role="deprecated"><primary>gimp_option_menu_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_option_menu_new (<link linkend="gboolean">gboolean</link> menu_only,
|
||||
...);</programlisting>
|
||||
<warning><para><literal>gimp_option_menu_new</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
<para>
|
||||
@ -194,12 +194,12 @@ Convenience function to create a <link linkend="GtkOptionMenu"><type>GtkOptionMe
|
||||
<varlistentry><term><parameter>...</parameter> :</term>
|
||||
<listitem><simpara> A <literal>NULL</literal>-terminated <parameter>va_list</parameter> describing the menu items.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> or a <link linkend="GtkMenu"><type>GtkMenu</type></link> (depending on <parameter>menu_only</parameter>).
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> or a <link linkend="GtkMenu"><type>GtkMenu</type></link> (depending on <parameter>menu_only</parameter>).
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-option-menu-new2"/>gimp_option_menu_new2 ()</title>
|
||||
<indexterm><primary>gimp_option_menu_new2</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_option_menu_new2 (<link linkend="gboolean">gboolean</link> menu_only,
|
||||
<indexterm role="deprecated"><primary>gimp_option_menu_new2</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_option_menu_new2 (<link linkend="gboolean">gboolean</link> menu_only,
|
||||
<link linkend="GCallback">GCallback</link> menu_item_callback,
|
||||
<link linkend="gpointer">gpointer</link> menu_item_callback_data,
|
||||
<link linkend="gpointer">gpointer</link> initial,
|
||||
@ -227,12 +227,12 @@ Convenience function to create a <link linkend="GtkOptionMenu"><type>GtkOptionMe
|
||||
<varlistentry><term><parameter>...</parameter> :</term>
|
||||
<listitem><simpara> A <literal>NULL</literal>-terminated <parameter>va_list</parameter> describing the menu items.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> or a <link linkend="GtkMenu"><type>GtkMenu</type></link> (depending on <parameter>menu_only</parameter>).
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> or a <link linkend="GtkMenu"><type>GtkMenu</type></link> (depending on <parameter>menu_only</parameter>).
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-option-menu-set-history"/>gimp_option_menu_set_history ()</title>
|
||||
<indexterm><primary>gimp_option_menu_set_history</primary></indexterm><programlisting><link linkend="void">void</link> gimp_option_menu_set_history (<link linkend="GtkOptionMenu">GtkOptionMenu</link> *option_menu,
|
||||
<indexterm role="deprecated"><primary>gimp_option_menu_set_history</primary></indexterm><programlisting><link linkend="void">void</link> gimp_option_menu_set_history (<link linkend="GtkOptionMenu">GtkOptionMenu</link> *option_menu,
|
||||
<link linkend="gpointer">gpointer</link> item_data);</programlisting>
|
||||
<warning><para><literal>gimp_option_menu_set_history</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
<para>
|
||||
@ -253,7 +253,7 @@ a <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> that was creat
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpOptionMenuSensitivityCallback"/>GimpOptionMenuSensitivityCallback ()</title>
|
||||
<indexterm><primary>GimpOptionMenuSensitivityCallback</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> (*GimpOptionMenuSensitivityCallback)
|
||||
<indexterm role="deprecated"><primary>GimpOptionMenuSensitivityCallback</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> (*GimpOptionMenuSensitivityCallback)
|
||||
(<link linkend="gpointer">gpointer</link> item_data,
|
||||
<link linkend="gpointer">gpointer</link> callback_data);</programlisting>
|
||||
<warning><para><literal>GimpOptionMenuSensitivityCallback</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
@ -266,14 +266,14 @@ a <link linkend="GtkOptionMenu"><type>GtkOptionMenu</type></link> that was creat
|
||||
<varlistentry><term><parameter>callback_data</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-option-menu-set-sensitive"/>gimp_option_menu_set_sensitive ()</title>
|
||||
<indexterm><primary>gimp_option_menu_set_sensitive</primary></indexterm><programlisting><link linkend="void">void</link> gimp_option_menu_set_sensitive (<link linkend="GtkOptionMenu">GtkOptionMenu</link> *option_menu,
|
||||
<indexterm role="deprecated"><primary>gimp_option_menu_set_sensitive</primary></indexterm><programlisting><link linkend="void">void</link> gimp_option_menu_set_sensitive (<link linkend="GtkOptionMenu">GtkOptionMenu</link> *option_menu,
|
||||
<link linkend="GimpOptionMenuSensitivityCallback">GimpOptionMenuSensitivityCallback</link> callback,
|
||||
<link linkend="gpointer">gpointer</link> callback_data);</programlisting>
|
||||
<warning><para><literal>gimp_option_menu_set_sensitive</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
@ -298,7 +298,7 @@ according to the return value of this function.</para>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-menu-item-update"/>gimp_menu_item_update ()</title>
|
||||
<indexterm><primary>gimp_menu_item_update</primary></indexterm><programlisting><link linkend="void">void</link> gimp_menu_item_update (<link linkend="GtkWidget">GtkWidget</link> *widget,
|
||||
<indexterm role="deprecated"><primary>gimp_menu_item_update</primary></indexterm><programlisting><link linkend="void">void</link> gimp_menu_item_update (<link linkend="GtkWidget">GtkWidget</link> *widget,
|
||||
<link linkend="gpointer">gpointer</link> data);</programlisting>
|
||||
<warning><para><literal>gimp_menu_item_update</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
<para>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpPathEditor-struct">GimpPathEditor</link>;
|
||||
<link linkend="GimpPathEditor-struct">GimpPathEditor</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-path-editor-new">gimp_path_editor_new</link> (const <link linkend="gchar">gchar</link> *filesel_title,
|
||||
const <link linkend="gchar">gchar</link> *path);
|
||||
<link linkend="gchar">gchar</link>* <link linkend="gimp-path-editor-get-path">gimp_path_editor_get_path</link> (<link linkend="GimpPathEditor">GimpPathEditor</link> *editor);
|
||||
@ -73,10 +73,10 @@ GimpPathEditor implements
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpPathEditor-path-changed">path-changed</link>"
|
||||
<link linkend="void">void</link> user_function (<link linkend="GimpPathEditor">GimpPathEditor</link> *,
|
||||
<link linkend="void">void</link> user_function (<link linkend="GimpPathEditor">GimpPathEditor</link> *arg0,
|
||||
<link linkend="gpointer">gpointer</link> user_data);
|
||||
"<link linkend="GimpPathEditor-writable-changed">writable-changed</link>"
|
||||
<link linkend="void">void</link> user_function (<link linkend="GimpPathEditor">GimpPathEditor</link> *,
|
||||
<link linkend="void">void</link> user_function (<link linkend="GimpPathEditor">GimpPathEditor</link> *arg0,
|
||||
<link linkend="gpointer">gpointer</link> user_data);
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
@ -105,8 +105,8 @@ the search path, the "path_changed" signal will be emitted.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpPathEditor-struct"/>struct GimpPathEditor</title>
|
||||
<indexterm><primary>GimpPathEditor</primary></indexterm><programlisting>struct GimpPathEditor;</programlisting>
|
||||
<title><anchor id="GimpPathEditor-struct"/>GimpPathEditor</title>
|
||||
<indexterm><primary>GimpPathEditor</primary></indexterm><programlisting>typedef struct _GimpPathEditor GimpPathEditor;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -119,7 +119,7 @@ Creates a new <link linkend="GimpPathEditor"><type>GimpPathEditor</type></link>
|
||||
</para>
|
||||
<para>
|
||||
The elements of the initial search path must be separated with the
|
||||
<link linkend="G-SEARCHPATH-SEPARATOR-CAPS"><type>G_SEARCHPATH_SEPARATOR</type></link> character.</para>
|
||||
<link linkend="G-SEARCHPATH-SEPARATOR--CAPS"><type>G_SEARCHPATH_SEPARATOR</type></link> character.</para>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
@ -130,7 +130,7 @@ The elements of the initial search path must be separated with the
|
||||
<varlistentry><term><parameter>path</parameter> :</term>
|
||||
<listitem><simpara> The initial search path.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpPathEditor"><type>GimpPathEditor</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpPathEditor"><type>GimpPathEditor</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -138,7 +138,7 @@ The elements of the initial search path must be separated with the
|
||||
<indexterm><primary>gimp_path_editor_get_path</primary></indexterm><programlisting><link linkend="gchar">gchar</link>* gimp_path_editor_get_path (<link linkend="GimpPathEditor">GimpPathEditor</link> *editor);</programlisting>
|
||||
<para>
|
||||
The elements of the returned search path string are separated with the
|
||||
<link linkend="G-SEARCHPATH-SEPARATOR-CAPS"><type>G_SEARCHPATH_SEPARATOR</type></link> character.
|
||||
<link linkend="G-SEARCHPATH-SEPARATOR--CAPS"><type>G_SEARCHPATH_SEPARATOR</type></link> character.
|
||||
</para>
|
||||
<para>
|
||||
Note that you have to <link linkend="g-free"><function>g_free()</function></link> the returned string.</para>
|
||||
@ -148,7 +148,7 @@ Note that you have to <link linkend="g-free"><function>g_free()</function></link
|
||||
<varlistentry><term><parameter>editor</parameter> :</term>
|
||||
<listitem><simpara> The path editor you want to get the search path from.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The search path the user has selected in the path editor.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The search path the user has selected in the path editor.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -157,7 +157,7 @@ Note that you have to <link linkend="g-free"><function>g_free()</function></link
|
||||
const <link linkend="gchar">gchar</link> *path);</programlisting>
|
||||
<para>
|
||||
The elements of the initial search path must be separated with the
|
||||
<link linkend="G-SEARCHPATH-SEPARATOR-CAPS"><type>G_SEARCHPATH_SEPARATOR</type></link> character.</para>
|
||||
<link linkend="G-SEARCHPATH-SEPARATOR--CAPS"><type>G_SEARCHPATH_SEPARATOR</type></link> character.</para>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
@ -178,7 +178,7 @@ The elements of the initial search path must be separated with the
|
||||
<varlistentry><term><parameter>editor</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -214,7 +214,7 @@ The elements of the initial search path must be separated with the
|
||||
<varlistentry><term><parameter>directory</parameter> :</term>
|
||||
<listitem><simpara>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara>
|
||||
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -246,7 +246,7 @@ The elements of the initial search path must be separated with the
|
||||
<refsect1>
|
||||
<title>Signals</title>
|
||||
<refsect2><title><anchor id="GimpPathEditor-path-changed"/>The "path-changed" signal</title>
|
||||
<programlisting><link linkend="void">void</link> user_function (<link linkend="GimpPathEditor">GimpPathEditor</link> *,
|
||||
<programlisting><link linkend="void">void</link> user_function (<link linkend="GimpPathEditor">GimpPathEditor</link> *arg0,
|
||||
<link linkend="gpointer">gpointer</link> user_data);</programlisting>
|
||||
<para>
|
||||
This signal is emitted whenever the user adds, deletes, modifies
|
||||
@ -257,7 +257,7 @@ or reorders an element of the search path.</para>
|
||||
<varlistentry><term><parameter>user_data</parameter> :</term>
|
||||
<listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2><refsect2><title><anchor id="GimpPathEditor-writable-changed"/>The "writable-changed" signal</title>
|
||||
<programlisting><link linkend="void">void</link> user_function (<link linkend="GimpPathEditor">GimpPathEditor</link> *,
|
||||
<programlisting><link linkend="void">void</link> user_function (<link linkend="GimpPathEditor">GimpPathEditor</link> *arg0,
|
||||
<link linkend="gpointer">gpointer</link> user_data);</programlisting>
|
||||
<para>
|
||||
This signal is emitted whenever the "writable" column of a directory
|
||||
@ -278,7 +278,7 @@ is changed, either by the user clicking on it or by calling
|
||||
<link linkend="GimpFileEntry"><type>GimpFileEntry</type></link>
|
||||
</para>
|
||||
<para>
|
||||
<link linkend="G-SEARCHPATH-SEPARATOR-CAPS"><type>G_SEARCHPATH_SEPARATOR</type></link>
|
||||
<link linkend="G-SEARCHPATH-SEPARATOR--CAPS"><type>G_SEARCHPATH_SEPARATOR</type></link>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpPickButton-struct">GimpPickButton</link>;
|
||||
<link linkend="GimpPickButton-struct">GimpPickButton</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-pick-button-new">gimp_pick_button_new</link> (void);
|
||||
|
||||
</synopsis>
|
||||
@ -76,8 +76,8 @@ from any point on the screen.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpPickButton-struct"/>struct GimpPickButton</title>
|
||||
<indexterm><primary>GimpPickButton</primary></indexterm><programlisting>struct GimpPickButton;</programlisting>
|
||||
<title><anchor id="GimpPickButton-struct"/>GimpPickButton</title>
|
||||
<indexterm><primary>GimpPickButton</primary></indexterm><programlisting>typedef struct _GimpPickButton GimpPickButton;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -89,7 +89,7 @@ Creates a new <link linkend="GimpPickButton"><type>GimpPickButton</type></link>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A new <link linkend="GimpPickButton"><type>GimpPickButton</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A new <link linkend="GimpPickButton"><type>GimpPickButton</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpPixmap-struct">GimpPixmap</link>;
|
||||
<link linkend="GimpPixmap-struct">GimpPixmap</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-pixmap-new">gimp_pixmap_new</link> (<link linkend="gchar">gchar</link> **xpm_data);
|
||||
<link linkend="void">void</link> <link linkend="gimp-pixmap-set">gimp_pixmap_set</link> (<link linkend="GimpPixmap">GimpPixmap</link> *pixmap,
|
||||
<link linkend="gchar">gchar</link> **xpm_data);
|
||||
@ -74,15 +74,15 @@ and cannot be cached in memory without doing bad hacks.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpPixmap-struct"/>struct GimpPixmap</title>
|
||||
<indexterm><primary>GimpPixmap</primary></indexterm><programlisting>struct GimpPixmap;</programlisting>
|
||||
<title><anchor id="GimpPixmap-struct"/>GimpPixmap</title>
|
||||
<indexterm role="deprecated"><primary>GimpPixmap</primary></indexterm><programlisting>typedef struct _GimpPixmap GimpPixmap;</programlisting>
|
||||
<warning><para><literal>GimpPixmap</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-pixmap-new"/>gimp_pixmap_new ()</title>
|
||||
<indexterm><primary>gimp_pixmap_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_pixmap_new (<link linkend="gchar">gchar</link> **xpm_data);</programlisting>
|
||||
<indexterm role="deprecated"><primary>gimp_pixmap_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_pixmap_new (<link linkend="gchar">gchar</link> **xpm_data);</programlisting>
|
||||
<warning><para><literal>gimp_pixmap_new</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
<para>
|
||||
Creates a new <link linkend="GimpPixmap"><type>GimpPixmap</type></link> widget.</para>
|
||||
@ -92,12 +92,12 @@ Creates a new <link linkend="GimpPixmap"><type>GimpPixmap</type></link> widget.<
|
||||
<varlistentry><term><parameter>xpm_data</parameter> :</term>
|
||||
<listitem><simpara> A pointer to a XPM data structure as found in XPM files.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpPixmap"><type>GimpPixmap</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpPixmap"><type>GimpPixmap</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-pixmap-set"/>gimp_pixmap_set ()</title>
|
||||
<indexterm><primary>gimp_pixmap_set</primary></indexterm><programlisting><link linkend="void">void</link> gimp_pixmap_set (<link linkend="GimpPixmap">GimpPixmap</link> *pixmap,
|
||||
<indexterm role="deprecated"><primary>gimp_pixmap_set</primary></indexterm><programlisting><link linkend="void">void</link> gimp_pixmap_set (<link linkend="GimpPixmap">GimpPixmap</link> *pixmap,
|
||||
<link linkend="gchar">gchar</link> **xpm_data);</programlisting>
|
||||
<warning><para><literal>gimp_pixmap_set</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
<para>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpPreview-struct">GimpPreview</link>;
|
||||
<link linkend="GimpPreview-struct">GimpPreview</link>;
|
||||
<link linkend="gboolean">gboolean</link> <link linkend="gimp-preview-get-update">gimp_preview_get_update</link> (<link linkend="GimpPreview">GimpPreview</link> *preview);
|
||||
<link linkend="void">void</link> <link linkend="gimp-preview-set-update">gimp_preview_set_update</link> (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<link linkend="gboolean">gboolean</link> update);
|
||||
@ -75,14 +75,14 @@ GimpPreview implements
|
||||
<title>Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpPreview--update">update</link>" <link linkend="gboolean">gboolean</link> : Read / Write / Construct
|
||||
"<link linkend="GimpPreview--update">update</link>" <link linkend="gboolean">gboolean</link> : Read / Write / Construct
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Style Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpPreview--size">size</link>" <link linkend="gint">gint</link> : Read
|
||||
"<link linkend="GimpPreview--size">size</link>" <link linkend="gint">gint</link> : Read
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -107,14 +107,14 @@ A widget providing a <link linkend="GimpPreviewArea"><type>GimpPreviewArea</type
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpPreview-struct"/>struct GimpPreview</title>
|
||||
<indexterm><primary>GimpPreview</primary></indexterm><programlisting>struct GimpPreview;</programlisting>
|
||||
<title><anchor id="GimpPreview-struct"/>GimpPreview</title>
|
||||
<indexterm><primary>GimpPreview</primary></indexterm><programlisting>typedef struct _GimpPreview GimpPreview;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-get-update"/>gimp_preview_get_update ()</title>
|
||||
<indexterm><primary>gimp_preview_get_update</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_preview_get_update (<link linkend="GimpPreview">GimpPreview</link> *preview);</programlisting>
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_get_update</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_preview_get_update (<link linkend="GimpPreview">GimpPreview</link> *preview);</programlisting>
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
@ -123,14 +123,14 @@ A widget providing a <link linkend="GimpPreviewArea"><type>GimpPreviewArea</type
|
||||
<varlistentry><term><parameter>preview</parameter> :</term>
|
||||
<listitem><simpara> a <link linkend="GimpPreview"><type>GimpPreview</type></link> widget
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the state of the "Preview" check button.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the state of the "Preview" check button.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist><para>Since GIMP 2.2
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-set-update"/>gimp_preview_set_update ()</title>
|
||||
<indexterm><primary>gimp_preview_set_update</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_set_update (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_set_update</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_set_update (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<link linkend="gboolean">gboolean</link> update);</programlisting>
|
||||
<para>
|
||||
Sets the state of the "Preview" check button.</para>
|
||||
@ -148,7 +148,7 @@ Sets the state of the "Preview" check button.</para>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-set-bounds"/>gimp_preview_set_bounds ()</title>
|
||||
<indexterm><primary>gimp_preview_set_bounds</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_set_bounds (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_set_bounds</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_set_bounds (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<link linkend="gint">gint</link> xmin,
|
||||
<link linkend="gint">gint</link> ymin,
|
||||
<link linkend="gint">gint</link> xmax,
|
||||
@ -179,7 +179,7 @@ maximum size of the <link linkend="GimpPreviewArea"><type>GimpPreviewArea</type>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-get-size"/>gimp_preview_get_size ()</title>
|
||||
<indexterm><primary>gimp_preview_get_size</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_get_size (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_get_size</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_get_size (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<link linkend="gint">gint</link> *width,
|
||||
<link linkend="gint">gint</link> *height);</programlisting>
|
||||
<para>
|
||||
@ -200,7 +200,7 @@ maximum size of the <link linkend="GimpPreviewArea"><type>GimpPreviewArea</type>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-get-position"/>gimp_preview_get_position ()</title>
|
||||
<indexterm><primary>gimp_preview_get_position</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_get_position (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_get_position</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_get_position (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<link linkend="gint">gint</link> *x,
|
||||
<link linkend="gint">gint</link> *y);</programlisting>
|
||||
<para>
|
||||
@ -221,7 +221,7 @@ maximum size of the <link linkend="GimpPreviewArea"><type>GimpPreviewArea</type>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-draw"/>gimp_preview_draw ()</title>
|
||||
<indexterm><primary>gimp_preview_draw</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_draw (<link linkend="GimpPreview">GimpPreview</link> *preview);</programlisting>
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_draw</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_draw (<link linkend="GimpPreview">GimpPreview</link> *preview);</programlisting>
|
||||
<para>
|
||||
Calls the GimpPreview::draw method. GimpPreview itself doesn't
|
||||
implement a default draw method so the behaviour is determined by
|
||||
@ -240,7 +240,7 @@ original, unmodified drawable to the <parameter>preview</parameter>.</para>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-draw-buffer"/>gimp_preview_draw_buffer ()</title>
|
||||
<indexterm><primary>gimp_preview_draw_buffer</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_draw_buffer (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_draw_buffer</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_draw_buffer (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
const <link linkend="guchar">guchar</link> *buffer,
|
||||
<link linkend="gint">gint</link> rowstride);</programlisting>
|
||||
<para>
|
||||
@ -263,7 +263,7 @@ derived class implementing this method.</para>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-invalidate"/>gimp_preview_invalidate ()</title>
|
||||
<indexterm><primary>gimp_preview_invalidate</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_invalidate (<link linkend="GimpPreview">GimpPreview</link> *preview);</programlisting>
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_invalidate</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_invalidate (<link linkend="GimpPreview">GimpPreview</link> *preview);</programlisting>
|
||||
<para>
|
||||
This function starts or renews a short low-priority timeout. When
|
||||
the timeout expires, the GimpPreview::invalidated signal is emitted
|
||||
@ -286,7 +286,7 @@ itself.</para>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-set-default-cursor"/>gimp_preview_set_default_cursor ()</title>
|
||||
<indexterm><primary>gimp_preview_set_default_cursor</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_set_default_cursor (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_set_default_cursor</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_set_default_cursor (<link linkend="GimpPreview">GimpPreview</link> *preview,
|
||||
<link linkend="GdkCursor">GdkCursor</link> *cursor);</programlisting>
|
||||
<para>
|
||||
Sets the default mouse cursor for the preview. Note that this will
|
||||
@ -307,23 +307,20 @@ be overriden by a <literal>GDK_FLEUR</literal> if the preview has scrollbars, or
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpPreview--update"/>"<literal>update</literal>" (<link linkend="gboolean">gboolean</link> : Read / Write / Construct)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpPreview--update"/>The "<literal>update</literal>" property</title>
|
||||
<programlisting> "update" <link linkend="gboolean">gboolean</link> : Read / Write / Construct</programlisting>
|
||||
<para></para><para>Default value: TRUE</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Style Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpPreview--size"/>"<literal>size</literal>" (<link linkend="gint">gint</link> : Read)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpPreview--size"/>The "<literal>size</literal>" style property</title>
|
||||
<programlisting> "size" <link linkend="gint">gint</link> : Read</programlisting>
|
||||
<para></para><para>Allowed values: [1,1024]</para>
|
||||
<para>Default value: 150</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpPreviewArea-struct">GimpPreviewArea</link>;
|
||||
<link linkend="GimpPreviewArea-struct">GimpPreviewArea</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-preview-area-new">gimp_preview_area_new</link> (void);
|
||||
<link linkend="void">void</link> <link linkend="gimp-preview-area-draw">gimp_preview_area_draw</link> (<link linkend="GimpPreviewArea">GimpPreviewArea</link> *area,
|
||||
<link linkend="gint">gint</link> x,
|
||||
@ -103,8 +103,8 @@ GimpPreviewArea implements
|
||||
<title>Properties</title>
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpPreviewArea--check-size">check-size</link>" <link linkend="GimpCheckSize">GimpCheckSize</link> : Read / Write
|
||||
"<link linkend="GimpPreviewArea--check-type">check-type</link>" <link linkend="GimpCheckType">GimpCheckType</link> : Read / Write
|
||||
"<link linkend="GimpPreviewArea--check-size">check-size</link>" <link linkend="GimpCheckSize">GimpCheckSize</link> : Read / Write
|
||||
"<link linkend="GimpPreviewArea--check-type">check-type</link>" <link linkend="GimpCheckType">GimpCheckType</link> : Read / Write
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
|
||||
@ -120,8 +120,8 @@ A general purpose preview widget which caches its pixel data.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpPreviewArea-struct"/>struct GimpPreviewArea</title>
|
||||
<indexterm><primary>GimpPreviewArea</primary></indexterm><programlisting>struct GimpPreviewArea;</programlisting>
|
||||
<title><anchor id="GimpPreviewArea-struct"/>GimpPreviewArea</title>
|
||||
<indexterm><primary>GimpPreviewArea</primary></indexterm><programlisting>typedef struct _GimpPreviewArea GimpPreviewArea;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -133,7 +133,7 @@ A general purpose preview widget which caches its pixel data.
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpPreviewArea"><type>GimpPreviewArea</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a new <link linkend="GimpPreviewArea"><type>GimpPreviewArea</type></link> widget.
|
||||
|
||||
Since GIMP 2.2
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -348,7 +348,7 @@ Since GIMP 2.2</para>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-area-set-offsets"/>gimp_preview_area_set_offsets ()</title>
|
||||
<indexterm><primary>gimp_preview_area_set_offsets</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_area_set_offsets (<link linkend="GimpPreviewArea">GimpPreviewArea</link> *area,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_area_set_offsets</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_area_set_offsets (<link linkend="GimpPreviewArea">GimpPreviewArea</link> *area,
|
||||
<link linkend="gint">gint</link> x,
|
||||
<link linkend="gint">gint</link> y);</programlisting>
|
||||
<para>
|
||||
@ -395,7 +395,7 @@ Since GIMP 2.2</para>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-area-set-max-size"/>gimp_preview_area_set_max_size ()</title>
|
||||
<indexterm><primary>gimp_preview_area_set_max_size</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_area_set_max_size (<link linkend="GimpPreviewArea">GimpPreviewArea</link> *area,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_area_set_max_size</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_area_set_max_size (<link linkend="GimpPreviewArea">GimpPreviewArea</link> *area,
|
||||
<link linkend="gint">gint</link> width,
|
||||
<link linkend="gint">gint</link> height);</programlisting>
|
||||
<para>
|
||||
@ -419,7 +419,7 @@ preview will draw itself centered into the allocated area.</para>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-preview-area-menu-popup"/>gimp_preview_area_menu_popup ()</title>
|
||||
<indexterm><primary>gimp_preview_area_menu_popup</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_area_menu_popup (<link linkend="GimpPreviewArea">GimpPreviewArea</link> *area,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_preview_area_menu_popup</primary></indexterm><programlisting><link linkend="void">void</link> gimp_preview_area_menu_popup (<link linkend="GimpPreviewArea">GimpPreviewArea</link> *area,
|
||||
<link linkend="GdkEventButton">GdkEventButton</link> *event);</programlisting>
|
||||
<para>
|
||||
Creates a popup menu that allows to configure the size and type of
|
||||
@ -439,17 +439,15 @@ the checkerboard pattern that the <parameter>area</parameter> uses to visualize
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>Properties</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><anchor id="GimpPreviewArea--check-size"/>"<literal>check-size</literal>" (<link linkend="GimpCheckSize">GimpCheckSize</link> : Read / Write)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<varlistentry><term><anchor id="GimpPreviewArea--check-type"/>"<literal>check-type</literal>" (<link linkend="GimpCheckType">GimpCheckType</link> : Read / Write)</term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
</listitem></varlistentry>
|
||||
<refsect2><title><anchor id="GimpPreviewArea--check-size"/>The "<literal>check-size</literal>" property</title>
|
||||
<programlisting> "check-size" <link linkend="GimpCheckSize">GimpCheckSize</link> : Read / Write</programlisting>
|
||||
<para></para><para>Default value: GIMP_CHECK_SIZE_MEDIUM_CHECKS</para>
|
||||
</refsect2>
|
||||
<refsect2><title><anchor id="GimpPreviewArea--check-type"/>The "<literal>check-type</literal>" property</title>
|
||||
<programlisting> "check-type" <link linkend="GimpCheckType">GimpCheckType</link> : Read / Write</programlisting>
|
||||
<para></para><para>Default value: GIMP_CHECK_TYPE_GRAY_CHECKS</para>
|
||||
</refsect2>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
|
@ -98,7 +98,7 @@
|
||||
const <link linkend="gchar">gchar</link> *signal,
|
||||
<link linkend="GimpQueryBooleanCallback">GimpQueryBooleanCallback</link> callback,
|
||||
<link linkend="gpointer">gpointer</link> data);
|
||||
#define <link linkend="GIMP-QUERY-BOX-VBOX-CAPS">GIMP_QUERY_BOX_VBOX</link> (qbox)
|
||||
#define <link linkend="GIMP-QUERY-BOX-VBOX--CAPS">GIMP_QUERY_BOX_VBOX</link> (qbox)
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -281,7 +281,7 @@ Creates a new <link linkend="GtkDialog"><type>GtkDialog</type></link> that queri
|
||||
<varlistentry><term><parameter>data</parameter> :</term>
|
||||
<listitem><simpara> The callback's user data.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -339,7 +339,7 @@ Creates a new <link linkend="GtkDialog"><type>GtkDialog</type></link> that queri
|
||||
<varlistentry><term><parameter>data</parameter> :</term>
|
||||
<listitem><simpara> The callback's user data.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -401,7 +401,7 @@ Creates a new <link linkend="GtkDialog"><type>GtkDialog</type></link> that queri
|
||||
<varlistentry><term><parameter>data</parameter> :</term>
|
||||
<listitem><simpara> The callback's user data.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -479,7 +479,7 @@ Creates a new <link linkend="GtkDialog"><type>GtkDialog</type></link> that queri
|
||||
<varlistentry><term><parameter>data</parameter> :</term>
|
||||
<listitem><simpara> The callback's user data.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -540,11 +540,11 @@ Creates a new <link linkend="GtkDialog"><type>GtkDialog</type></link> that asks
|
||||
<varlistentry><term><parameter>data</parameter> :</term>
|
||||
<listitem><simpara> The callback's user data.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkDialog"><type>GtkDialog</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-QUERY-BOX-VBOX-CAPS"/>GIMP_QUERY_BOX_VBOX()</title>
|
||||
<title><anchor id="GIMP-QUERY-BOX-VBOX--CAPS"/>GIMP_QUERY_BOX_VBOX()</title>
|
||||
<indexterm><primary>GIMP_QUERY_BOX_VBOX</primary></indexterm><programlisting>#define GIMP_QUERY_BOX_VBOX(qbox)</programlisting>
|
||||
<para>
|
||||
A macro to access the <link linkend="GtkVBox"><type>GtkVBox</type></link> in a <link linkend="GimpQueryBox"><type>GimpQueryBox</type></link>. Useful if you want to add
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpScrolledPreview">GimpScrolledPreview</link>;
|
||||
<link linkend="GimpScrolledPreview">GimpScrolledPreview</link>;
|
||||
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
@ -42,12 +42,10 @@ A widget providing a <link linkend="GimpPreview"><type>GimpPreview</type></link>
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpScrolledPreview"/>struct GimpScrolledPreview</title>
|
||||
<indexterm><primary>GimpScrolledPreview</primary></indexterm><programlisting>struct GimpScrolledPreview {
|
||||
|
||||
<title><anchor id="GimpScrolledPreview"/>GimpScrolledPreview</title>
|
||||
<indexterm><primary>GimpScrolledPreview</primary></indexterm><programlisting>typedef struct {
|
||||
GimpPreview parent_instance;
|
||||
|
||||
};
|
||||
} GimpScrolledPreview;
|
||||
</programlisting>
|
||||
<para>
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpSizeEntry-struct">GimpSizeEntry</link>;
|
||||
struct <link linkend="GimpSizeEntryField">GimpSizeEntryField</link>;
|
||||
<link linkend="GimpSizeEntry-struct">GimpSizeEntry</link>;
|
||||
<link linkend="GimpSizeEntryField">GimpSizeEntryField</link>;
|
||||
enum <link linkend="GimpSizeEntryUpdatePolicy">GimpSizeEntryUpdatePolicy</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-size-entry-new">gimp_size_entry_new</link> (<link linkend="gint">gint</link> number_of_fields,
|
||||
<link linkend="GimpUnit">GimpUnit</link> unit,
|
||||
@ -142,7 +142,7 @@ specify the <link linkend="GimpUnit"><type>GimpUnit</type></link> of the display
|
||||
</para>
|
||||
<para>
|
||||
For each field, there can be one or two <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>'s to enter
|
||||
"value" and "reference value". If you specify <parameter>show_refval</parameter> as <link linkend="FALSE-CAPS"><type>FALSE</type></link>
|
||||
"value" and "reference value". If you specify <parameter>show_refval</parameter> as <link linkend="FALSE--CAPS"><type>FALSE</type></link>
|
||||
in <link linkend="gimp-size-entry-new"><function>gimp_size_entry_new()</function></link> there will be only one <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> and the
|
||||
<link linkend="GimpUnitMenu"><type>GimpUnitMenu</type></link> will contain an item for selecting GIMP_UNIT_PIXEL.
|
||||
</para>
|
||||
@ -158,14 +158,14 @@ real-world-unit.
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpSizeEntry-struct"/>struct GimpSizeEntry</title>
|
||||
<indexterm><primary>GimpSizeEntry</primary></indexterm><programlisting>struct GimpSizeEntry;</programlisting>
|
||||
<title><anchor id="GimpSizeEntry-struct"/>GimpSizeEntry</title>
|
||||
<indexterm><primary>GimpSizeEntry</primary></indexterm><programlisting>typedef struct _GimpSizeEntry GimpSizeEntry;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpSizeEntryField"/>struct GimpSizeEntryField</title>
|
||||
<indexterm><primary>GimpSizeEntryField</primary></indexterm><programlisting>struct GimpSizeEntryField;</programlisting>
|
||||
<title><anchor id="GimpSizeEntryField"/>GimpSizeEntryField</title>
|
||||
<indexterm><primary>GimpSizeEntryField</primary></indexterm><programlisting>typedef struct _GimpSizeEntryField GimpSizeEntryField;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -261,7 +261,7 @@ of the <link linkend="GimpUnitMenu"><type>GimpUnitMenu</type></link> to allow th
|
||||
<listitem><simpara> How the automatic pixel <-> real-world-unit
|
||||
calculations should be done.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A Pointer to the new <link linkend="GimpSizeEntry"><type>GimpSizeEntry</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A Pointer to the new <link linkend="GimpSizeEntry"><type>GimpSizeEntry</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -317,7 +317,7 @@ Attaches a <link linkend="GtkLabel"><type>GtkLabel</type></link> to the <link li
|
||||
<varlistentry><term><parameter>alignment</parameter> :</term>
|
||||
<listitem><simpara> The horizontal alignment of the label.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkLabel"><type>GtkLabel</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GtkLabel"><type>GtkLabel</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -331,11 +331,11 @@ Sets the resolution (in dpi) for field # <parameter>field</parameter> of the <li
|
||||
</para>
|
||||
<para>
|
||||
The <parameter>resolution</parameter> passed will be clamped to fit in
|
||||
[<link linkend="GIMP-MIN-RESOLUTION-CAPS"><type>GIMP_MIN_RESOLUTION</type></link>..<link linkend="GIMP-MAX-RESOLUTION-CAPS"><type>GIMP_MAX_RESOLUTION</type></link>].
|
||||
[<link linkend="GIMP-MIN-RESOLUTION--CAPS"><type>GIMP_MIN_RESOLUTION</type></link>..<link linkend="GIMP-MAX-RESOLUTION--CAPS"><type>GIMP_MAX_RESOLUTION</type></link>].
|
||||
</para>
|
||||
<para>
|
||||
This function does nothing if the <link linkend="GimpSizeEntryUpdatePolicy"><type>GimpSizeEntryUpdatePolicy</type></link> specified in
|
||||
<link linkend="gimp-size-entry-new"><function>gimp_size_entry_new()</function></link> doesn't equal to <link linkend="GIMP-SIZE-ENTRY-UPDATE-SIZE-CAPS"><type>GIMP_SIZE_ENTRY_UPDATE_SIZE</type></link>.</para>
|
||||
<link linkend="gimp-size-entry-new"><function>gimp_size_entry_new()</function></link> doesn't equal to <link linkend="GIMP-SIZE-ENTRY-UPDATE-SIZE--CAPS"><type>GIMP_SIZE_ENTRY_UPDATE_SIZE</type></link>.</para>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
@ -449,7 +449,7 @@ NOTE: In most cases you won't be interested in this value because the
|
||||
<varlistentry><term><parameter>field</parameter> :</term>
|
||||
<listitem><simpara> The index of the field you want to know the value of.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The value of the chosen <parameter>field</parameter>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The value of the chosen <parameter>field</parameter>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -525,8 +525,8 @@ Sets the decimal digits of field # <parameter>field</parameter> of the <link lin
|
||||
</para>
|
||||
<para>
|
||||
If you don't specify this value explicitly, the reference value's number
|
||||
of digits will equal to 0 for <link linkend="GIMP-SIZE-ENTRY-UPDATE-SIZE-CAPS"><type>GIMP_SIZE_ENTRY_UPDATE_SIZE</type></link> and to 2 for
|
||||
<link linkend="GIMP-SIZE-ENTRY-UPDATE-RESOLUTION-CAPS"><type>GIMP_SIZE_ENTRY_UPDATE_RESOLUTION</type></link>.</para>
|
||||
of digits will equal to 0 for <link linkend="GIMP-SIZE-ENTRY-UPDATE-SIZE--CAPS"><type>GIMP_SIZE_ENTRY_UPDATE_SIZE</type></link> and to 2 for
|
||||
<link linkend="GIMP-SIZE-ENTRY-UPDATE-RESOLUTION--CAPS"><type>GIMP_SIZE_ENTRY_UPDATE_RESOLUTION</type></link>.</para>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
@ -561,7 +561,7 @@ in dpi, depending on which <link linkend="GimpSizeEntryUpdatePolicy"><type>GimpS
|
||||
<varlistentry><term><parameter>field</parameter> :</term>
|
||||
<listitem><simpara> The index of the field you want to know the reference value of.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The reference value of the chosen <parameter>field</parameter>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The reference value of the chosen <parameter>field</parameter>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -601,7 +601,7 @@ Returns the <link linkend="GimpUnit"><type>GimpUnit</type></link> the user has s
|
||||
<varlistentry><term><parameter>gse</parameter> :</term>
|
||||
<listitem><simpara> The sizeentry you want to know the unit of.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The sizeentry's unit.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The sizeentry's unit.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -671,7 +671,7 @@ can use this function to get a pointer to the spinbuttons.</para>
|
||||
<varlistentry><term><parameter>field</parameter> :</term>
|
||||
<listitem><simpara> the index of the widget you want to get a pointer to
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a <link linkend="GtkWidget"><type>GtkWidget</type></link> pointer that you can attach a tooltip to.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> a <link linkend="GtkWidget"><type>GtkWidget</type></link> pointer that you can attach a tooltip to.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
struct <link linkend="GimpUnitMenu-struct">GimpUnitMenu</link>;
|
||||
<link linkend="GimpUnitMenu-struct">GimpUnitMenu</link>;
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-unit-menu-new">gimp_unit_menu_new</link> (const <link linkend="gchar">gchar</link> *format,
|
||||
<link linkend="GimpUnit">GimpUnit</link> unit,
|
||||
<link linkend="gboolean">gboolean</link> show_pixels,
|
||||
@ -68,7 +68,7 @@ GimpUnitMenu implements
|
||||
<synopsis>
|
||||
|
||||
"<link linkend="GimpUnitMenu-unit-changed">unit-changed</link>"
|
||||
<link linkend="void">void</link> user_function (<link linkend="GimpUnitMenu">GimpUnitMenu</link> *,
|
||||
<link linkend="void">void</link> user_function (<link linkend="GimpUnitMenu">GimpUnitMenu</link> *arg0,
|
||||
<link linkend="gpointer">gpointer</link> user_data);
|
||||
</synopsis>
|
||||
</refsect1>
|
||||
@ -97,8 +97,8 @@ Whenever the user selects a unit from the menu or the dialog, the
|
||||
<refsect1>
|
||||
<title>Details</title>
|
||||
<refsect2>
|
||||
<title><anchor id="GimpUnitMenu-struct"/>struct GimpUnitMenu</title>
|
||||
<indexterm><primary>GimpUnitMenu</primary></indexterm><programlisting>struct GimpUnitMenu;</programlisting>
|
||||
<title><anchor id="GimpUnitMenu-struct"/>GimpUnitMenu</title>
|
||||
<indexterm><primary>GimpUnitMenu</primary></indexterm><programlisting>typedef struct _GimpUnitMenu GimpUnitMenu;</programlisting>
|
||||
<para>
|
||||
|
||||
</para></refsect2>
|
||||
@ -168,7 +168,7 @@ The <parameter>format</parameter> string supports the following percent expansio
|
||||
<listitem><simpara> <literal>TRUE</literal> if the unit menu should contain a "More..." item for
|
||||
opening the user-defined-unit selection dialog.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpUnitMenu"><type>GimpUnitMenu</type></link> widget.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A pointer to the new <link linkend="GimpUnitMenu"><type>GimpUnitMenu</type></link> widget.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -198,7 +198,7 @@ Returns the <link linkend="GimpUnit"><type>GimpUnit</type></link> the user has s
|
||||
<varlistentry><term><parameter>menu</parameter> :</term>
|
||||
<listitem><simpara> The unit menu you want to know the unit of.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The unit the user has selected.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The unit the user has selected.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -213,7 +213,7 @@ Retrieve the number of digits for a pixel size as set by
|
||||
<varlistentry><term><parameter>menu</parameter> :</term>
|
||||
<listitem><simpara> a <link linkend="GimpUnitMenu"><type>GimpUnitMenu</type></link>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the configured number of digits for a pixel size
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> the configured number of digits for a pixel size
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -247,7 +247,7 @@ here. You should do this after attaching your spinbuttons.</para>
|
||||
<refsect1>
|
||||
<title>Signals</title>
|
||||
<refsect2><title><anchor id="GimpUnitMenu-unit-changed"/>The "unit-changed" signal</title>
|
||||
<programlisting><link linkend="void">void</link> user_function (<link linkend="GimpUnitMenu">GimpUnitMenu</link> *,
|
||||
<programlisting><link linkend="void">void</link> user_function (<link linkend="GimpUnitMenu">GimpUnitMenu</link> *arg0,
|
||||
<link linkend="gpointer">gpointer</link> user_data);</programlisting>
|
||||
<para>
|
||||
This signal is emitted whenever the user selects a <link linkend="GimpUnit"><type>GimpUnit</type></link> from
|
||||
|
@ -48,11 +48,11 @@ helper functions.</refpurpose>
|
||||
<link linkend="gdouble">gdouble</link> page_size,
|
||||
<link linkend="gdouble">gdouble</link> climb_rate,
|
||||
<link linkend="guint">guint</link> digits);
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-LABEL-CAPS">GIMP_SCALE_ENTRY_LABEL</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-SCALE-CAPS">GIMP_SCALE_ENTRY_SCALE</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-SCALE-ADJ-CAPS">GIMP_SCALE_ENTRY_SCALE_ADJ</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-SPINBUTTON-CAPS">GIMP_SCALE_ENTRY_SPINBUTTON</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ-CAPS">GIMP_SCALE_ENTRY_SPINBUTTON_ADJ</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-LABEL--CAPS">GIMP_SCALE_ENTRY_LABEL</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-SCALE--CAPS">GIMP_SCALE_ENTRY_SCALE</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-SCALE-ADJ--CAPS">GIMP_SCALE_ENTRY_SCALE_ADJ</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-SPINBUTTON--CAPS">GIMP_SCALE_ENTRY_SPINBUTTON</link> (adj)
|
||||
#define <link linkend="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ--CAPS">GIMP_SCALE_ENTRY_SPINBUTTON_ADJ</link> (adj)
|
||||
<link linkend="GtkObject">GtkObject</link>* <link linkend="gimp-scale-entry-new">gimp_scale_entry_new</link> (<link linkend="GtkTable">GtkTable</link> *table,
|
||||
<link linkend="gint">gint</link> column,
|
||||
<link linkend="gint">gint</link> row,
|
||||
@ -91,12 +91,12 @@ helper functions.</refpurpose>
|
||||
<link linkend="guint">guint</link> digits,
|
||||
const <link linkend="gchar">gchar</link> *tooltip,
|
||||
const <link linkend="gchar">gchar</link> *help_id);
|
||||
#define <link linkend="GIMP-RANDOM-SEED-SPINBUTTON-CAPS">GIMP_RANDOM_SEED_SPINBUTTON</link> (hbox)
|
||||
#define <link linkend="GIMP-RANDOM-SEED-SPINBUTTON-ADJ-CAPS">GIMP_RANDOM_SEED_SPINBUTTON_ADJ</link> (hbox)
|
||||
#define <link linkend="GIMP-RANDOM-SEED-TOGGLE-CAPS">GIMP_RANDOM_SEED_TOGGLE</link> (hbox)
|
||||
#define <link linkend="GIMP-RANDOM-SEED-SPINBUTTON--CAPS">GIMP_RANDOM_SEED_SPINBUTTON</link> (hbox)
|
||||
#define <link linkend="GIMP-RANDOM-SEED-SPINBUTTON-ADJ--CAPS">GIMP_RANDOM_SEED_SPINBUTTON_ADJ</link> (hbox)
|
||||
#define <link linkend="GIMP-RANDOM-SEED-TOGGLE--CAPS">GIMP_RANDOM_SEED_TOGGLE</link> (hbox)
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-random-seed-new">gimp_random_seed_new</link> (<link linkend="guint32">guint32</link> *seed,
|
||||
<link linkend="gboolean">gboolean</link> *random_seed);
|
||||
#define <link linkend="GIMP-COORDINATES-CHAINBUTTON-CAPS">GIMP_COORDINATES_CHAINBUTTON</link> (sizeentry)
|
||||
#define <link linkend="GIMP-COORDINATES-CHAINBUTTON--CAPS">GIMP_COORDINATES_CHAINBUTTON</link> (sizeentry)
|
||||
<link linkend="GtkWidget">GtkWidget</link>* <link linkend="gimp-coordinates-new">gimp_coordinates_new</link> (<link linkend="GimpUnit">GimpUnit</link> unit,
|
||||
const <link linkend="gchar">gchar</link> *unit_format,
|
||||
<link linkend="gboolean">gboolean</link> menu_show_pixels,
|
||||
@ -188,7 +188,7 @@ a <link linkend="GtkFrame"><type>GtkFrame</type></link> or <link linkend="GtkVbo
|
||||
<varlistentry><term><parameter>...</parameter> :</term>
|
||||
<listitem><simpara> A <literal>NULL</literal>-terminated <parameter>va_list</parameter> describing the radio buttons.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkFrame"><type>GtkFrame</type></link> or <link linkend="GtkVbox"><type>GtkVbox</type></link> (depending on <parameter>in_frame</parameter>).
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkFrame"><type>GtkFrame</type></link> or <link linkend="GtkVbox"><type>GtkVbox</type></link> (depending on <parameter>in_frame</parameter>).
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -228,7 +228,7 @@ a <link linkend="GtkFrame"><type>GtkFrame</type></link> or <link linkend="GtkVbo
|
||||
<listitem><simpara> A <literal>NULL</literal>-terminated <parameter>va_list</parameter> describing
|
||||
the radio buttons.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkFrame"><type>GtkFrame</type></link> or <link linkend="GtkVbox"><type>GtkVbox</type></link> (depending on <parameter>in_frame</parameter>).
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkFrame"><type>GtkFrame</type></link> or <link linkend="GtkVbox"><type>GtkVbox</type></link> (depending on <parameter>in_frame</parameter>).
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -288,7 +288,7 @@ group).</para>
|
||||
<listitem><simpara> A <literal>NULL</literal>-terminated <parameter>va_list</parameter> describing
|
||||
the radio buttons.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkFrame"><type>GtkFrame</type></link> or <link linkend="GtkVbox"><type>GtkVbox</type></link> (depending on <parameter>in_frame</parameter>).
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkFrame"><type>GtkFrame</type></link> or <link linkend="GtkVbox"><type>GtkVbox</type></link> (depending on <parameter>in_frame</parameter>).
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -355,11 +355,11 @@ setting a standard minimum horizontal size.</para>
|
||||
<varlistentry><term><parameter>digits</parameter> :</term>
|
||||
<listitem><simpara> The spinbutton's number of decimal digits.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkSpinbutton"><type>GtkSpinbutton</type></link> and it's <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkSpinbutton"><type>GtkSpinbutton</type></link> and it's <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-LABEL-CAPS"/>GIMP_SCALE_ENTRY_LABEL()</title>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-LABEL--CAPS"/>GIMP_SCALE_ENTRY_LABEL()</title>
|
||||
<indexterm><primary>GIMP_SCALE_ENTRY_LABEL</primary></indexterm><programlisting>#define GIMP_SCALE_ENTRY_LABEL(adj)</programlisting>
|
||||
<para>
|
||||
Returns the scale_entry's <link linkend="GtkLabel"><type>GtkLabel</type></link>.
|
||||
@ -371,7 +371,7 @@ Returns the scale_entry's <link linkend="GtkLabel"><type>GtkLabel</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-SCALE-CAPS"/>GIMP_SCALE_ENTRY_SCALE()</title>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-SCALE--CAPS"/>GIMP_SCALE_ENTRY_SCALE()</title>
|
||||
<indexterm><primary>GIMP_SCALE_ENTRY_SCALE</primary></indexterm><programlisting>#define GIMP_SCALE_ENTRY_SCALE(adj)</programlisting>
|
||||
<para>
|
||||
Returns the scale_entry's <link linkend="GtkHScale"><type>GtkHScale</type></link>.
|
||||
@ -383,7 +383,7 @@ Returns the scale_entry's <link linkend="GtkHScale"><type>GtkHScale</type></link
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-SCALE-ADJ-CAPS"/>GIMP_SCALE_ENTRY_SCALE_ADJ()</title>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-SCALE-ADJ--CAPS"/>GIMP_SCALE_ENTRY_SCALE_ADJ()</title>
|
||||
<indexterm><primary>GIMP_SCALE_ENTRY_SCALE_ADJ</primary></indexterm><programlisting>#define GIMP_SCALE_ENTRY_SCALE_ADJ(adj)</programlisting>
|
||||
<para>
|
||||
Returns the <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link> of the scale_entry's <link linkend="GtkHScale"><type>GtkHScale</type></link>.
|
||||
@ -395,7 +395,7 @@ Returns the <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link> of t
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-SPINBUTTON-CAPS"/>GIMP_SCALE_ENTRY_SPINBUTTON()</title>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-SPINBUTTON--CAPS"/>GIMP_SCALE_ENTRY_SPINBUTTON()</title>
|
||||
<indexterm><primary>GIMP_SCALE_ENTRY_SPINBUTTON</primary></indexterm><programlisting>#define GIMP_SCALE_ENTRY_SPINBUTTON(adj)</programlisting>
|
||||
<para>
|
||||
Returns the scale_entry's <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>.
|
||||
@ -407,7 +407,7 @@ Returns the scale_entry's <link linkend="GtkSpinButton"><type>GtkSpinButton</typ
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ-CAPS"/>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</title>
|
||||
<title><anchor id="GIMP-SCALE-ENTRY-SPINBUTTON-ADJ--CAPS"/>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ()</title>
|
||||
<indexterm><primary>GIMP_SCALE_ENTRY_SPINBUTTON_ADJ</primary></indexterm><programlisting>#define GIMP_SCALE_ENTRY_SPINBUTTON_ADJ(adj)</programlisting>
|
||||
<para>
|
||||
Returns the <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link> of the scale_entry's <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>.
|
||||
@ -498,7 +498,7 @@ attaches them to a 3-column <link linkend="GtkTable"><type>GtkTable</type></link
|
||||
<varlistentry><term><parameter>help_id</parameter> :</term>
|
||||
<listitem><simpara> The widgets' help_id (see <link linkend="gimp-help-set-help-data"><function>gimp_help_set_help_data()</function></link>).
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>'s <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>'s <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -521,7 +521,7 @@ Sets the sensitivity of the scale_entry's <link linkend="GtkLabel"><type>GtkLabe
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-scale-entry-set-logarithmic"/>gimp_scale_entry_set_logarithmic ()</title>
|
||||
<indexterm><primary>gimp_scale_entry_set_logarithmic</primary></indexterm><programlisting><link linkend="void">void</link> gimp_scale_entry_set_logarithmic
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_scale_entry_set_logarithmic</primary></indexterm><programlisting><link linkend="void">void</link> gimp_scale_entry_set_logarithmic
|
||||
(<link linkend="GtkObject">GtkObject</link> *adjustment,
|
||||
<link linkend="gboolean">gboolean</link> logarithmic);</programlisting>
|
||||
<para>
|
||||
@ -543,7 +543,7 @@ adjustment.</para>
|
||||
</para></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-scale-entry-get-logarithmic"/>gimp_scale_entry_get_logarithmic ()</title>
|
||||
<indexterm><primary>gimp_scale_entry_get_logarithmic</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_scale_entry_get_logarithmic
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_scale_entry_get_logarithmic</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gimp_scale_entry_get_logarithmic
|
||||
(<link linkend="GtkObject">GtkObject</link> *adjustment);</programlisting>
|
||||
<para>
|
||||
</para>
|
||||
@ -553,7 +553,7 @@ adjustment.</para>
|
||||
<varlistentry><term><parameter>adjustment</parameter> :</term>
|
||||
<listitem><simpara> a <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link> as returned by <link linkend="gimp-scale-entry-new"><function>gimp_scale_entry_new()</function></link>
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the the entry's scale widget will behave in
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> <literal>TRUE</literal> if the the entry's scale widget will behave in
|
||||
logharithmic fashion, <literal>FALSE</literal> for linear behaviour.
|
||||
|
||||
</simpara></listitem></varlistentry>
|
||||
@ -624,11 +624,11 @@ This function creates a <link linkend="GtkLabel"><type>GtkLabel</type></link>, a
|
||||
<varlistentry><term><parameter>help_id</parameter> :</term>
|
||||
<listitem><simpara> The widgets' help_id (see <link linkend="gimp-help-set-help-data"><function>gimp_help_set_help_data()</function></link>).
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>'s <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>'s <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-RANDOM-SEED-SPINBUTTON-CAPS"/>GIMP_RANDOM_SEED_SPINBUTTON()</title>
|
||||
<title><anchor id="GIMP-RANDOM-SEED-SPINBUTTON--CAPS"/>GIMP_RANDOM_SEED_SPINBUTTON()</title>
|
||||
<indexterm><primary>GIMP_RANDOM_SEED_SPINBUTTON</primary></indexterm><programlisting>#define GIMP_RANDOM_SEED_SPINBUTTON(hbox)</programlisting>
|
||||
<para>
|
||||
Returns the random_seed's <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>.
|
||||
@ -640,7 +640,7 @@ Returns the random_seed's <link linkend="GtkSpinButton"><type>GtkSpinButton</typ
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-RANDOM-SEED-SPINBUTTON-ADJ-CAPS"/>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</title>
|
||||
<title><anchor id="GIMP-RANDOM-SEED-SPINBUTTON-ADJ--CAPS"/>GIMP_RANDOM_SEED_SPINBUTTON_ADJ()</title>
|
||||
<indexterm><primary>GIMP_RANDOM_SEED_SPINBUTTON_ADJ</primary></indexterm><programlisting>#define GIMP_RANDOM_SEED_SPINBUTTON_ADJ(hbox)</programlisting>
|
||||
<para>
|
||||
Returns the <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link> of the random_seed's <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link>.
|
||||
@ -652,7 +652,7 @@ Returns the <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link> of t
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-RANDOM-SEED-TOGGLE-CAPS"/>GIMP_RANDOM_SEED_TOGGLE()</title>
|
||||
<title><anchor id="GIMP-RANDOM-SEED-TOGGLE--CAPS"/>GIMP_RANDOM_SEED_TOGGLE()</title>
|
||||
<indexterm><primary>GIMP_RANDOM_SEED_TOGGLE</primary></indexterm><programlisting>#define GIMP_RANDOM_SEED_TOGGLE(hbox)</programlisting>
|
||||
<para>
|
||||
|
||||
@ -680,12 +680,12 @@ generator is initialized.</para>
|
||||
<listitem><simpara> A pointer to a boolean indicating whether seed should be
|
||||
initialised randomly or not.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkHBox"><type>GtkHBox</type></link> containing a <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> for the seed and
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A <link linkend="GtkHBox"><type>GtkHBox</type></link> containing a <link linkend="GtkSpinButton"><type>GtkSpinButton</type></link> for the seed and
|
||||
a <link linkend="GtkButton"><type>GtkButton</type></link> for setting a random seed.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="GIMP-COORDINATES-CHAINBUTTON-CAPS"/>GIMP_COORDINATES_CHAINBUTTON()</title>
|
||||
<title><anchor id="GIMP-COORDINATES-CHAINBUTTON--CAPS"/>GIMP_COORDINATES_CHAINBUTTON()</title>
|
||||
<indexterm><primary>GIMP_COORDINATES_CHAINBUTTON</primary></indexterm><programlisting>#define GIMP_COORDINATES_CHAINBUTTON(sizeentry)</programlisting>
|
||||
<para>
|
||||
Returns the <link linkend="GimpChainButton"><type>GimpChainButton</type></link> which is attached to the <link linkend="GimpSizeEntry"><type>GimpSizeEntry</type></link>.
|
||||
@ -800,12 +800,12 @@ two fields' values or the ratio between them.</para>
|
||||
<varlistentry><term><parameter>ysize_100</parameter> :</term>
|
||||
<listitem><simpara> The Y value which will be treated as 100%.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new <link linkend="GimpSizeEntry"><type>GimpSizeEntry</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new <link linkend="GimpSizeEntry"><type>GimpSizeEntry</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-pixmap-button-new"/>gimp_pixmap_button_new ()</title>
|
||||
<indexterm><primary>gimp_pixmap_button_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_pixmap_button_new (<link linkend="gchar">gchar</link> **xpm_data,
|
||||
<indexterm role="deprecated"><primary>gimp_pixmap_button_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gimp_pixmap_button_new (<link linkend="gchar">gchar</link> **xpm_data,
|
||||
const <link linkend="gchar">gchar</link> *text);</programlisting>
|
||||
<warning><para><literal>gimp_pixmap_button_new</literal> is deprecated and should not be used in newly-written code.</para></warning>
|
||||
<para>
|
||||
@ -820,7 +820,7 @@ and an optional <link linkend="GtkLabel"><type>GtkLabel</type></link>.</para>
|
||||
<varlistentry><term><parameter>text</parameter> :</term>
|
||||
<listitem><simpara> An optional text which will appear right of the pixmap.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new <link linkend="GtkButton"><type>GtkButton</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The new <link linkend="GtkButton"><type>GtkButton</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
@ -889,7 +889,7 @@ Note that this function calls <link linkend="gimp-toggle-button-sensitive-update
|
||||
<link linkend="gpointer">gpointer</link> data);</programlisting>
|
||||
<para>
|
||||
Note that the <link linkend="GtkAdjustment"><type>GtkAdjustment</type></link>'s value (which is a <link linkend="gdouble"><type>gdouble</type></link>) will be
|
||||
rounded with <link linkend="RINT-CAPS"><function>RINT()</function></link>.</para>
|
||||
rounded with <link linkend="RINT--CAPS"><function>RINT()</function></link>.</para>
|
||||
<para>
|
||||
|
||||
</para><variablelist role="params">
|
||||
@ -1022,12 +1022,12 @@ attached starting at (<parameter>column</parameter> + 1) in this case, too.</par
|
||||
<varlistentry><term><parameter>left_align</parameter> :</term>
|
||||
<listitem><simpara> <literal>TRUE</literal> if the widget should be left-aligned.
|
||||
</simpara></listitem></varlistentry>
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The created <link linkend="GtkLabel"><type>GtkLabel</type></link>.
|
||||
<varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> The created <link linkend="GtkLabel"><type>GtkLabel</type></link>.
|
||||
</simpara></listitem></varlistentry>
|
||||
</variablelist></refsect2>
|
||||
<refsect2>
|
||||
<title><anchor id="gimp-label-set-attributes"/>gimp_label_set_attributes ()</title>
|
||||
<indexterm><primary>gimp_label_set_attributes</primary></indexterm><programlisting><link linkend="void">void</link> gimp_label_set_attributes (<link linkend="GtkLabel">GtkLabel</link> *label,
|
||||
<indexterm role="GIMP 2.2"><primary>gimp_label_set_attributes</primary></indexterm><programlisting><link linkend="void">void</link> gimp_label_set_attributes (<link linkend="GtkLabel">GtkLabel</link> *label,
|
||||
...);</programlisting>
|
||||
<para>
|
||||
Sets Pango attributes on a <link linkend="GtkLabel"><type>GtkLabel</type></link> in a more convenient way than
|
||||
|
Reference in New Issue
Block a user