~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/GimpSelectButton.html

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
ImportĀ upstreamĀ versionĀ 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GimpSelectButton</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
9
9
<link rel="prev" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
10
10
<link rel="next" href="GimpBrushSelectButton.html" title="GimpBrushSelectButton">
42
42
                <a href="#GimpSelectButton.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
43
43
</td></tr>
44
44
</table>
45
 
<div class="refentry" lang="en">
 
45
<div class="refentry" title="GimpSelectButton">
46
46
<a name="GimpSelectButton"></a><div class="titlepage"></div>
47
47
<div class="refnamediv"><table width="100%"><tr>
48
48
<td valign="top">
51
51
</td>
52
52
<td valign="top" align="right"></td>
53
53
</tr></table></div>
54
 
<div class="refsynopsisdiv">
 
54
<div class="refsynopsisdiv" title="Synopsis">
55
55
<a name="GimpSelectButton.synopsis"></a><h2>Synopsis</h2>
56
56
<pre class="synopsis">
57
57
                    <a class="link" href="GimpSelectButton.html#GimpSelectButton-struct" title="GimpSelectButton">GimpSelectButton</a>;
58
58
void                <a class="link" href="GimpSelectButton.html#gimp-select-button-close-popup" title="gimp_select_button_close_popup ()">gimp_select_button_close_popup</a>      (<a class="link" href="GimpSelectButton.html" title="GimpSelectButton">GimpSelectButton</a> *button);
59
59
</pre>
60
60
</div>
61
 
<div class="refsect1" lang="en">
 
61
<div class="refsect1" title="Object Hierarchy">
62
62
<a name="GimpSelectButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
63
63
<pre class="synopsis">
64
64
  <a
68
68
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
69
69
>GInitiallyUnowned</a>
70
70
         +----<a
71
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
71
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
72
72
>GtkObject</a>
73
73
               +----<a
74
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
74
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
75
75
>GtkWidget</a>
76
76
                     +----<a
77
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
77
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
78
78
>GtkContainer</a>
79
79
                           +----<a
80
 
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
 
80
href="http://library.gnome.org/devel/gtk/unstable/GtkBox.html"
81
81
>GtkBox</a>
82
82
                                 +----<a
83
 
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
 
83
href="http://library.gnome.org/devel/gtk/unstable/GtkHBox.html"
84
84
>GtkHBox</a>
85
85
                                       +----GimpSelectButton
86
86
                                             +----<a class="link" href="GimpBrushSelectButton.html" title="GimpBrushSelectButton">GimpBrushSelectButton</a>
90
90
                                             +----<a class="link" href="GimpPatternSelectButton.html" title="GimpPatternSelectButton">GimpPatternSelectButton</a>
91
91
</pre>
92
92
</div>
93
 
<div class="refsect1" lang="en">
 
93
<div class="refsect1" title="Implemented Interfaces">
94
94
<a name="GimpSelectButton.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
95
95
<p>
96
96
GimpSelectButton implements
97
 
 AtkImplementorIface and  <a
98
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
99
 
>GtkBuildable</a>.</p>
 
97
 <a
 
98
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
99
>GtkBuildable</a>,  AtkImplementorIface and  <a
 
100
href="http://library.gnome.org/devel/gtk/unstable/gtk-Orientable.html#GtkOrientable"
 
101
>GtkOrientable</a>.</p>
100
102
</div>
101
 
<div class="refsect1" lang="en">
 
103
<div class="refsect1" title="Description">
102
104
<a name="GimpSelectButton.description"></a><h2>Description</h2>
103
105
<p>
104
106
</p>
105
107
</div>
106
 
<div class="refsect1" lang="en">
 
108
<div class="refsect1" title="Details">
107
109
<a name="GimpSelectButton.details"></a><h2>Details</h2>
108
 
<div class="refsect2" lang="en">
 
110
<div class="refsect2" title="GimpSelectButton">
109
111
<a name="GimpSelectButton-struct"></a><h3>GimpSelectButton</h3>
110
112
<pre class="programlisting">typedef struct _GimpSelectButton GimpSelectButton;</pre>
111
113
<p>
112
114
</p>
113
115
</div>
114
116
<hr>
115
 
<div class="refsect2" lang="en">
 
117
<div class="refsect2" title="gimp_select_button_close_popup ()">
116
118
<a name="gimp-select-button-close-popup"></a><h3>gimp_select_button_close_popup ()</h3>
117
119
<pre class="programlisting">void                gimp_select_button_close_popup      (<a class="link" href="GimpSelectButton.html" title="GimpSelectButton">GimpSelectButton</a> *button);</pre>
118
120
<p>