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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user