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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.2.31 upstream) (72.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090923095004-24h3kb844tay1fnv
Tags: 2.18.0-1ubuntu1
* Rebase on the current debian version
* New version changes:
  - Add GtkTreeModelFilter testsuite and fix multiple bugs
  - Client-side windows:
    - Fix issues around recursion and gdk_window_process_updates
    - Fix issues with grabs and cursors 
    - Handle window hierarchy and geometry changes in expose handlers
    - New function, gdk_window_flush, that may be needed in certain situations
    - Automatically flush windows when doing non-double-buffered exposes
  - Quartz backend:
    - Fix various 'stuck UI' issues
    - Fix the size of the root window
  - Bugs fixed:
  588455 run application broken when setting background color...(lp: #398826)
  346800 Rework sort/filter models to use indices to parents
  593678 select "Manage Custom Sizes" from print dialog hangs gedit
  594652 gtk printer dialog does not understand boolean printer options
  594668 Add new Xorg keysyms
  591583 Padre (a wxPerl+Gtk IDE) hangs when editing Perl code...
  594600 Windows only allows 64-character system-tray tooltips
  594679 Fix warning in testwindows.c
  594880 Drawing issues in ExoIconView
  593507 AbiWord's main drawing area not exposed properly
  594913 is_composited race ...
  594738 Windows often do not respond to events on dual-head
  503776 crash when trying to print to non-existent lpr printer
  595599 Don't focus unmapped radio buttons
  595790 Segfault in gtkiconfactory.c on NULL GError
  588649 extended input events sent to widgets that didn't...
  550939 GtkFileChooser listbox does not refresh selection
  - New deprecation:
  gdk_event_get_graphics_exposes has been deprecated
  - Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
not have to worry about their lifecycle), or without a parent, in which
277
277
case they have to be added to some container to make use of them.
278
278
Non-widget objects need to be reffed with <a
279
 
href="/usr/share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-debug.html#g-object-ref"
 
279
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"
280
280
><code class="function">g_object_ref()</code></a> to keep them
281
281
beyond the lifespan of the builder.
282
282
</p>
441
441
the sections describing the widget-specific portions of UI definitions.
442
442
</p>
443
443
<div class="example">
444
 
<a name="id1176497"></a><p class="title"><b>Example 58. A GtkBuilder UI Definition</b></p>
 
444
<a name="id1125365"></a><p class="title"><b>Example 58. A GtkBuilder UI Definition</b></p>
445
445
<div class="example-contents"><pre class="programlisting">
446
446
&lt;interface&gt;
447
447
  &lt;object class="GtkDialog" id="dialog1"&gt;