Files
gimp/devel-docs/libgimp/xml/gimpselectbutton.xml
2010-08-11 01:27:05 -04:00

89 lines
3.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id="GimpSelectButton">
<refmeta>
<refentrytitle role="top_of_page" id="GimpSelectButton.top_of_page">GimpSelectButton</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBGIMP Library</refmiscinfo>
</refmeta>
<refnamediv>
<refname>GimpSelectButton</refname>
<refpurpose></refpurpose>
</refnamediv>
<refsynopsisdiv id="GimpSelectButton.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>
<synopsis>
<link linkend="GimpSelectButton-struct">GimpSelectButton</link>;
<link linkend="void">void</link> <link linkend="gimp-select-button-close-popup">gimp_select_button_close_popup</link> (<link linkend="GimpSelectButton">GimpSelectButton</link> *button);
</synopsis>
</refsynopsisdiv>
<refsect1 id="GimpSelectButton.object-hierarchy" role="object_hierarchy">
<title role="object_hierarchy.title">Object Hierarchy</title>
<synopsis>
<link linkend="GObject">GObject</link>
+----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
+----<link linkend="GtkObject">GtkObject</link>
+----<link linkend="GtkWidget">GtkWidget</link>
+----<link linkend="GtkContainer">GtkContainer</link>
+----<link linkend="GtkBox">GtkBox</link>
+----<link linkend="GtkHBox">GtkHBox</link>
+----GimpSelectButton
+----<link linkend="GimpBrushSelectButton">GimpBrushSelectButton</link>
+----<link linkend="GimpFontSelectButton">GimpFontSelectButton</link>
+----<link linkend="GimpGradientSelectButton">GimpGradientSelectButton</link>
+----<link linkend="GimpPaletteSelectButton">GimpPaletteSelectButton</link>
+----<link linkend="GimpPatternSelectButton">GimpPatternSelectButton</link>
</synopsis>
</refsect1>
<refsect1 id="GimpSelectButton.implemented-interfaces" role="impl_interfaces">
<title role="impl_interfaces.title">Implemented Interfaces</title>
<para>
GimpSelectButton implements
<link linkend="AtkImplementorIface">AtkImplementorIface</link> and <link linkend="GtkBuildable">GtkBuildable</link>.</para>
</refsect1>
<refsect1 id="GimpSelectButton.description" role="desc">
<title role="desc.title">Description</title>
<para>
</para>
</refsect1>
<refsect1 id="GimpSelectButton.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="GimpSelectButton-struct" role="struct">
<title>GimpSelectButton</title>
<indexterm zone="GimpSelectButton-struct"><primary sortas="GimpSelectButton">GimpSelectButton</primary></indexterm><programlisting>typedef struct _GimpSelectButton GimpSelectButton;</programlisting>
<para>
</para></refsect2>
<refsect2 id="gimp-select-button-close-popup" role="function" condition="since:GIMP 2.4">
<title>gimp_select_button_close_popup ()</title>
<indexterm zone="gimp-select-button-close-popup" role="GIMP 2.4"><primary sortas="gimp_select_button_close_popup">gimp_select_button_close_popup</primary></indexterm><programlisting><link linkend="void">void</link> gimp_select_button_close_popup (<link linkend="GimpSelectButton">GimpSelectButton</link> *button);</programlisting>
<para>
Closes the popup window associated with <parameter>button</parameter>.</para>
<para>
</para><variablelist role="params">
<varlistentry><term><parameter>button</parameter>&#160;:</term>
<listitem><simpara> A <link linkend="GimpSelectButton"><type>GimpSelectButton</type></link>
</simpara></listitem></varlistentry>
</variablelist><para role="since">Since GIMP 2.4</para></refsect2>
</refsect1>
</refentry>