~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>GimpSelectButton</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
7
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
8
<link rel="up" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
 
9
<link rel="prev" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
 
10
<link rel="next" href="GimpBrushSelectButton.html" title="GimpBrushSelectButton">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="part" href="libgimp.html" title="Part&#160;I.&#160;GIMP Library">
 
14
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
 
15
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and their Properties">
 
16
<link rel="chapter" href="libgimp-data.html" title="Data Objects">
 
17
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
 
18
<link rel="part" href="libgimpui.html" title="Part&#160;II.&#160;GIMP User Interface Library">
 
19
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
 
20
<link rel="index" href="libgimp-index.html" title="Index">
 
21
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
 
22
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
 
23
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
 
24
</head>
 
25
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
26
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
27
<tr valign="middle">
 
28
<td><a accesskey="p" href="libgimp-selectors.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
29
<td><a accesskey="u" href="libgimp-selectors.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
30
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
31
<th width="100%" align="center">GIMP Library Reference Manual</th>
 
32
<td><a accesskey="n" href="GimpBrushSelectButton.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
33
</tr>
 
34
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2567941" class="shortcut">Top</a>
 
35
                  &#160;|&#160;
 
36
                  <a href="#id2693041" class="shortcut">Description</a>
 
37
                  &#160;|&#160;
 
38
                  <a href="#id2581487" class="shortcut">Object Hierarchy</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2693021" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
 
41
</table>
 
42
<div class="refentry" lang="en">
 
43
<a name="GimpSelectButton"></a><div class="titlepage"></div>
 
44
<div class="refnamediv"><table width="100%"><tr>
 
45
<td valign="top">
 
46
<h2>
 
47
<a name="id2567941"></a><span class="refentrytitle">GimpSelectButton</span>
 
48
</h2>
 
49
<p>GimpSelectButton</p>
 
50
</td>
 
51
<td valign="top" align="right"></td>
 
52
</tr></table></div>
 
53
<div class="refsynopsisdiv">
 
54
<h2>Synopsis</h2>
 
55
<pre class="synopsis">
 
56
 
 
57
 
 
58
 
 
59
                    <a href="GimpSelectButton.html#GimpSelectButton-struct">GimpSelectButton</a>;
 
60
void                <a href="GimpSelectButton.html#gimp-select-button-close-popup">gimp_select_button_close_popup</a>      (<a href="GimpSelectButton.html" title="GimpSelectButton">GimpSelectButton</a> *button);
 
61
 
 
62
</pre>
 
63
</div>
 
64
<div class="refsect1" lang="en">
 
65
<a name="id2581487"></a><h2>Object Hierarchy</h2>
 
66
<pre class="synopsis">
 
67
 
 
68
  GObject
 
69
   +----GInitiallyUnowned
 
70
         +----GtkObject
 
71
               +----GtkWidget
 
72
                     +----GtkContainer
 
73
                           +----GtkBox
 
74
                                 +----GtkHBox
 
75
                                       +----GimpSelectButton
 
76
                                             +----<a href="GimpBrushSelectButton.html" title="GimpBrushSelectButton">GimpBrushSelectButton</a>
 
77
                                             +----<a href="GimpFontSelectButton.html" title="GimpFontSelectButton">GimpFontSelectButton</a>
 
78
                                             +----<a href="GimpGradientSelectButton.html" title="GimpGradientSelectButton">GimpGradientSelectButton</a>
 
79
                                             +----<a href="GimpPaletteSelectButton.html" title="GimpPaletteSelectButton">GimpPaletteSelectButton</a>
 
80
                                             +----<a href="GimpPatternSelectButton.html" title="GimpPatternSelectButton">GimpPatternSelectButton</a>
 
81
</pre>
 
82
</div>
 
83
<div class="refsect1" lang="en">
 
84
<a name="id2693021"></a><h2>Implemented Interfaces</h2>
 
85
<p>
 
86
GimpSelectButton implements
 
87
 AtkImplementorIface.</p>
 
88
</div>
 
89
<div class="refsect1" lang="en">
 
90
<a name="id2693041"></a><h2>Description</h2>
 
91
<p>
 
92
 
 
93
</p>
 
94
</div>
 
95
<div class="refsect1" lang="en">
 
96
<a name="id2693057"></a><h2>Details</h2>
 
97
<div class="refsect2" lang="en">
 
98
<a name="id2693067"></a><h3>
 
99
<a name="GimpSelectButton-struct"></a>GimpSelectButton</h3>
 
100
<a class="indexterm" name="id2693078"></a><pre class="programlisting">typedef struct _GimpSelectButton GimpSelectButton;</pre>
 
101
<p>
 
102
 
 
103
</p>
 
104
</div>
 
105
<hr>
 
106
<div class="refsect2" lang="en">
 
107
<a name="id2693094"></a><h3>
 
108
<a name="gimp-select-button-close-popup"></a>gimp_select_button_close_popup ()</h3>
 
109
<a class="indexterm" name="id2693107"></a><pre class="programlisting">void                gimp_select_button_close_popup      (<a href="GimpSelectButton.html" title="GimpSelectButton">GimpSelectButton</a> *button);</pre>
 
110
<p>
 
111
Closes the popup window associated with <em class="parameter"><code>button</code></em>.</p>
 
112
<p>
 
113
 
 
114
</p>
 
115
<div class="variablelist"><table border="0">
 
116
<col align="left" valign="top">
 
117
<tbody><tr>
 
118
<td><span class="term"><em class="parameter"><code>button</code></em>&#160;:</span></td>
 
119
<td> A <a href="GimpSelectButton.html" title="GimpSelectButton"><span class="type">GimpSelectButton</span></a>
 
120
</td>
 
121
</tr></tbody>
 
122
</table></div>
 
123
<p class="since">Since  GIMP 2.4
 
124
</p>
 
125
</div>
 
126
</div>
 
127
</div>
 
128
</body>
 
129
</html>