~ubuntu-branches/ubuntu/karmic/gtk+2.0/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-10-06 07:41:45 UTC
  • mfrom: (1.2.33 upstream) (72.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091006074145-7eggknlb7ta11acf
Tags: 2.18.2-1
* New upstream bugfix release:
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Updated for the new version.
  + 090_directfb-backend-compilation-fix.patch:
    - Dropped, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
have been added to its parent.
167
167
</p>
168
168
<div class="example">
169
 
<a name="id1263240"></a><p class="title"><b>Example 56. Obtaining the window ID of a socket.</b></p>
 
169
<a name="id1239102"></a><p class="title"><b>Example 56. Obtaining the window ID of a socket.</b></p>
170
170
<div class="example-contents"><pre class="programlisting">
171
171
GtkWidget *socket = gtk_socket_new ();
172
172
gtk_widget_show (socket);