~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkBin.html

  • Committer: Package Import Robot
  • Author(s): Josselin Mouette
  • Date: 2011-09-02 17:17:47 UTC
  • mto: (72.4.15 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20110902171747-i8dr3czswn2sk7tu
Tags: upstream-2.24.6
ImportĀ upstreamĀ versionĀ 2.24.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
<div class="refsect1">
52
52
<a name="GtkBin.object-hierarchy"></a><h2>Object Hierarchy</h2>
53
53
<pre class="synopsis">
54
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
55
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
54
  GObject
 
55
   +----GInitiallyUnowned
56
56
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
57
57
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
58
58
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
102
102
<a name="gtk-bin-get-child"></a><h3>gtk_bin_get_child ()</h3>
103
103
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_bin_get_child                   (<em class="parameter"><code><a class="link" href="GtkBin.html" title="GtkBin"><span class="type">GtkBin</span></a> *bin</code></em>);</pre>
104
104
<p>
105
 
Gets the child of the <a class="link" href="GtkBin.html" title="GtkBin"><span class="type">GtkBin</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the bin contains
 
105
Gets the child of the <a class="link" href="GtkBin.html" title="GtkBin"><span class="type">GtkBin</span></a>, or <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if the bin contains
106
106
no child widget. The returned widget does not have a reference
107
107
added, so you do not need to unref it.
108
108
</p>