~ubuntu-branches/ubuntu/oneiric/gimp/oneiric

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpFrame.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

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>GimpFrame</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual">
8
8
<link rel="up" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
9
9
<link rel="prev" href="GimpFileEntry.html" title="GimpFileEntry">
10
10
<link rel="next" href="libgimpwidgets-GimpHintBox.html" title="GimpHintBox">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
14
14
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
34
34
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
35
35
<td><a accesskey="n" href="libgimpwidgets-GimpHintBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
36
36
</tr>
37
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GimpFrame.synopsis" class="shortcut">Top</a>
38
 
                   | 
39
 
                  <a href="#GimpFrame.description" class="shortcut">Description</a>
40
 
                   | 
41
 
                  <a href="#GimpFrame.object-hierarchy" class="shortcut">Object Hierarchy</a>
42
 
                   | 
43
 
                  <a href="#GimpFrame.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
44
 
                   | 
45
 
                  <a href="#GimpFrame.style-properties" class="shortcut">Style Properties</a></nobr></td></tr>
 
37
<tr><td colspan="5" class="shortcuts">
 
38
<a href="#GimpFrame.synopsis" class="shortcut">Top</a>
 
39
                 | 
 
40
                <a href="#GimpFrame.description" class="shortcut">Description</a>
 
41
                 | 
 
42
                <a href="#GimpFrame.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
43
                 | 
 
44
                <a href="#GimpFrame.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
45
                 | 
 
46
                <a href="#GimpFrame.style-properties" class="shortcut">Style Properties</a>
 
47
</td></tr>
46
48
</table>
47
 
<div class="refentry" lang="en">
 
49
<div class="refentry" title="GimpFrame">
48
50
<a name="GimpFrame"></a><div class="titlepage"></div>
49
51
<div class="refnamediv"><table width="100%"><tr>
50
52
<td valign="top">
51
53
<h2><span class="refentrytitle"><a name="GimpFrame.top_of_page"></a>GimpFrame</span></h2>
52
54
<p>GimpFrame — A widget providing a HIG-compliant subclass of <a
53
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
 
55
href="http://library.gnome.org/devel/gtk/unstable/GtkFrame.html"
54
56
><span class="type">GtkFrame</span></a>.</p>
55
57
</td>
56
58
<td valign="top" align="right"><img src="gimp-frame.png"></td>
57
59
</tr></table></div>
58
 
<div class="refsynopsisdiv">
 
60
<div class="refsynopsisdiv" title="Synopsis">
59
61
<a name="GimpFrame.synopsis"></a><h2>Synopsis</h2>
60
62
<pre class="synopsis">
61
63
                    <a class="link" href="GimpFrame.html#GimpFrame-struct" title="GimpFrame">GimpFrame</a>;
62
64
<a
63
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
64
 
>GtkWidget</a>*          <a class="link" href="GimpFrame.html#gimp-frame-new" title="gimp_frame_new ()">gimp_frame_new</a>                      (const <a
 
65
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
66
>GtkWidget</a> *         <a class="link" href="GimpFrame.html#gimp-frame-new" title="gimp_frame_new ()">gimp_frame_new</a>                      (const <a
65
67
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
66
68
>gchar</a> *label);
67
69
</pre>
68
70
</div>
69
 
<div class="refsect1" lang="en">
 
71
<div class="refsect1" title="Object Hierarchy">
70
72
<a name="GimpFrame.object-hierarchy"></a><h2>Object Hierarchy</h2>
71
73
<pre class="synopsis">
72
74
  <a
76
78
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
77
79
>GInitiallyUnowned</a>
78
80
         +----<a
79
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
81
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
80
82
>GtkObject</a>
81
83
               +----<a
82
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
84
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
83
85
>GtkWidget</a>
84
86
                     +----<a
85
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
87
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
86
88
>GtkContainer</a>
87
89
                           +----<a
88
 
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
 
90
href="http://library.gnome.org/devel/gtk/unstable/GtkBin.html"
89
91
>GtkBin</a>
90
92
                                 +----<a
91
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
 
93
href="http://library.gnome.org/devel/gtk/unstable/GtkFrame.html"
92
94
>GtkFrame</a>
93
95
                                       +----GimpFrame
94
96
</pre>
95
97
</div>
96
 
<div class="refsect1" lang="en">
 
98
<div class="refsect1" title="Implemented Interfaces">
97
99
<a name="GimpFrame.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
98
100
<p>
99
101
GimpFrame implements
100
 
 AtkImplementorIface and  <a
101
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
102
 
>GtkBuildable</a>.</p>
 
102
 <a
 
103
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
104
>GtkBuildable</a> and  AtkImplementorIface.</p>
103
105
</div>
104
 
<div class="refsect1" lang="en">
 
106
<div class="refsect1" title="Style Properties">
105
107
<a name="GimpFrame.style-properties"></a><h2>Style Properties</h2>
106
108
<pre class="synopsis">
107
 
  "<a class="link" href="GimpFrame.html#GimpFrame--label-bold" title='The "label-bold" style property'>label-bold</a>"               <a
 
109
  "<a class="link" href="GimpFrame.html#GimpFrame--s-label-bold" title='The "label-bold" style property'>label-bold</a>"               <a
108
110
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
109
111
>gboolean</a>              : Read
110
 
  "<a class="link" href="GimpFrame.html#GimpFrame--label-spacing" title='The "label-spacing" style property'>label-spacing</a>"            <a
 
112
  "<a class="link" href="GimpFrame.html#GimpFrame--s-label-spacing" title='The "label-spacing" style property'>label-spacing</a>"            <a
111
113
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
112
114
>gint</a>                  : Read
113
115
</pre>
114
116
</div>
115
 
<div class="refsect1" lang="en">
 
117
<div class="refsect1" title="Description">
116
118
<a name="GimpFrame.description"></a><h2>Description</h2>
117
119
<p>
118
120
A widget providing a HIG-compliant subclass of <a
119
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
 
121
href="http://library.gnome.org/devel/gtk/unstable/GtkFrame.html"
120
122
><span class="type">GtkFrame</span></a>.
121
123
</p>
122
124
</div>
123
 
<div class="refsect1" lang="en">
 
125
<div class="refsect1" title="Details">
124
126
<a name="GimpFrame.details"></a><h2>Details</h2>
125
 
<div class="refsect2" lang="en">
 
127
<div class="refsect2" title="GimpFrame">
126
128
<a name="GimpFrame-struct"></a><h3>GimpFrame</h3>
127
129
<pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
128
130
<p>
129
 
 
130
131
</p>
131
132
</div>
132
133
<hr>
133
 
<div class="refsect2" lang="en">
 
134
<div class="refsect2" title="gimp_frame_new ()">
134
135
<a name="gimp-frame-new"></a><h3>gimp_frame_new ()</h3>
135
136
<pre class="programlisting"><a
136
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
137
 
>GtkWidget</a>*          gimp_frame_new                      (const <a
 
137
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
138
>GtkWidget</a> *         gimp_frame_new                      (const <a
138
139
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
139
140
>gchar</a> *label);</pre>
140
141
<p>
141
142
Creates a <a class="link" href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> widget. A <a class="link" href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> is a HIG-compliant
142
143
variant of <a
143
 
href="/usr/share/gtk-doc/html/gtk/GtkFrame.html"
 
144
href="http://library.gnome.org/devel/gtk/unstable/GtkFrame.html"
144
145
><span class="type">GtkFrame</span></a>. It doesn't render a frame at all but
145
146
otherwise behaves like a frame. The frame's title is rendered in
146
147
bold and the frame content is indented four spaces as suggested by
147
148
the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</p>
148
149
<p>
149
 
 
150
150
</p>
151
151
<div class="variablelist"><table border="0">
152
152
<col align="left" valign="top">
154
154
<tr>
155
155
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
156
156
<td> text to set as the frame's title label (or <a
157
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
157
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
158
158
><code class="literal">NULL</code></a> for no title)
159
159
</td>
160
160
</tr>
166
166
</tr>
167
167
</tbody>
168
168
</table></div>
169
 
<p class="since">Since  GIMP 2.2
170
 
</p>
171
 
</div>
172
 
</div>
173
 
<div class="refsect1" lang="en">
 
169
<p class="since">Since GIMP 2.2</p>
 
170
</div>
 
171
</div>
 
172
<div class="refsect1" title="Style Property Details">
174
173
<a name="GimpFrame.style-property-details"></a><h2>Style Property Details</h2>
175
 
<div class="refsect2" lang="en">
176
 
<a name="GimpFrame--label-bold"></a><h3>The <code class="literal">"label-bold"</code> style property</h3>
 
174
<div class="refsect2" title='The "label-bold" style property'>
 
175
<a name="GimpFrame--s-label-bold"></a><h3>The <code class="literal">"label-bold"</code> style property</h3>
177
176
<pre class="programlisting">  "label-bold"               <a
178
177
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
179
178
>gboolean</a>              : Read</pre>
181
180
<p>Default value: TRUE</p>
182
181
</div>
183
182
<hr>
184
 
<div class="refsect2" lang="en">
185
 
<a name="GimpFrame--label-spacing"></a><h3>The <code class="literal">"label-spacing"</code> style property</h3>
 
183
<div class="refsect2" title='The "label-spacing" style property'>
 
184
<a name="GimpFrame--s-label-spacing"></a><h3>The <code class="literal">"label-spacing"</code> style property</h3>
186
185
<pre class="programlisting">  "label-spacing"            <a
187
186
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
188
187
>gint</a>                  : Read</pre>
194
193
</div>
195
194
<div class="footer">
196
195
<hr>
197
 
          Generated by GTK-Doc V1.10</div>
 
196
          Generated by GTK-Doc V1.11</div>
198
197
</body>
199
198
</html>