Imported Upstream version 2.3.13

This commit is contained in:
Ari Pollak
2010-08-11 01:20:31 -04:00
parent a028e0b309
commit bbd6d9844c
1225 changed files with 162390 additions and 93699 deletions

View File

@ -19,10 +19,10 @@
<link rel="part" href="libgimpwidgets-controller.html" title="Part&#160;IV.&#160;GIMP Controllers">
<link rel="part" href="libgimpwidgets-utils.html" title="Part&#160;V.&#160;GIMP Widgets Utilities">
<link rel="part" href="libgimpwidgets-deprecated.html" title="Part&#160;VI.&#160;Deprecated API">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="ix03.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
<link rel="index" href="libgimpwidgets-index.html" title="Index">
<link rel="index" href="libgimpwidgets-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="libgimpwidgets-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="libgimpwidgets-index-deprecated.html" title="Index of deprecated symbols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@ -33,22 +33,22 @@
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
<td><a accesskey="n" href="libgimpwidgets-GimpHintBox.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581088" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2582750" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2556155" class="shortcut">Description</a>
<a href="#id2597509" class="shortcut">Description</a>
&#160;|&#160;
<a href="#id2568314" class="shortcut">Object Hierarchy</a>
<a href="#id2600567" class="shortcut">Object Hierarchy</a>
&#160;|&#160;
<a href="#id2556092" class="shortcut">Implemented Interfaces</a>
<a href="#id2600628" class="shortcut">Implemented Interfaces</a>
&#160;|&#160;
<a href="#id2556113" class="shortcut">Style Properties</a></nobr></td></tr>
<a href="#id2597467" class="shortcut">Style Properties</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GimpFrame"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581088"></a><span class="refentrytitle">GimpFrame</span>
<a name="id2582750"></a><span class="refentrytitle">GimpFrame</span>
</h2>
<p>GimpFrame &#8212; A widget providing a HIG-compliant subclass of <span class="type">GtkFrame</span>.</p>
</td>
@ -66,7 +66,7 @@ GtkWidget* <a href="GimpFrame.html#gimp-frame-new">gimp_frame_new</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2568314"></a><h2>Object Hierarchy</h2>
<a name="id2600567"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
@ -80,13 +80,13 @@ GtkWidget* <a href="GimpFrame.html#gimp-frame-new">gimp_frame_new</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2556092"></a><h2>Implemented Interfaces</h2>
<a name="id2600628"></a><h2>Implemented Interfaces</h2>
<p>
GimpFrame implements
AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2556113"></a><h2>Style Properties</h2>
<a name="id2597467"></a><h2>Style Properties</h2>
<pre class="synopsis">
"<a href="GimpFrame.html#GimpFrame--label-bold">label-bold</a>" gboolean : Read
@ -94,26 +94,26 @@ GimpFrame implements
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2556155"></a><h2>Description</h2>
<a name="id2597509"></a><h2>Description</h2>
<p>
A widget providing a HIG-compliant subclass of <span class="type">GtkFrame</span>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2591178"></a><h2>Details</h2>
<a name="id2597532"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2591189"></a><h3>
<a name="id2597543"></a><h3>
<a name="GimpFrame-struct"></a>GimpFrame</h3>
<a class="indexterm" name="id2591202"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
<a class="indexterm" name="id2597556"></a><pre class="programlisting">typedef struct _GimpFrame GimpFrame;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2591217"></a><h3>
<a name="id2597571"></a><h3>
<a name="gimp-frame-new"></a>gimp_frame_new ()</h3>
<a class="indexterm" name="id2591232"></a><pre class="programlisting">GtkWidget* gimp_frame_new (const gchar *label);</pre>
<a class="indexterm" name="id2597585"></a><pre class="programlisting">GtkWidget* gimp_frame_new (const gchar *label);</pre>
<p>
Creates a <a href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> widget. A <a href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> is a HIG-compliant
variant of <span class="type">GtkFrame</span>. It doesn't render a frame at all but
@ -127,14 +127,12 @@ the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</p>
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>label</code></em>&#160;:</span></td>
<td><span class="term"><em class="parameter"><code>label</code></em>&#160;:</span></td>
<td> text to set as the frame's title label (or <code class="literal">NULL</code> for no title)
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a new <a href="GimpFrame.html" title="GimpFrame"><span class="type">GimpFrame</span></a> widget
</td>
@ -146,19 +144,19 @@ the GNOME HIG (see http://developer.gnome.org/projects/gup/hig/).</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2553498"></a><h2>Style Property Details</h2>
<a name="id2597714"></a><h2>Style Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2553508"></a><h3>
<a name="id2597724"></a><h3>
<a name="GimpFrame--label-bold"></a>The "<code class="literal">label-bold</code>" style property</h3>
<a class="indexterm" name="id2553522"></a><pre class="programlisting"> "label-bold" gboolean : Read</pre>
<a class="indexterm" name="id2597738"></a><pre class="programlisting"> "label-bold" gboolean : Read</pre>
<p></p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2553546"></a><h3>
<a name="id2597762"></a><h3>
<a name="GimpFrame--label-spacing"></a>The "<code class="literal">label-spacing</code>" style property</h3>
<a class="indexterm" name="id2553560"></a><pre class="programlisting"> "label-spacing" gint : Read</pre>
<a class="indexterm" name="id2603147"></a><pre class="programlisting"> "label-spacing" gint : Read</pre>
<p></p>
<p>Allowed values: &gt;= 0</p>
<p>Default value: 6</p>