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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkUIManager.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:
295
295
to the " entity.
296
296
</p>
297
297
<div class="example">
298
 
<a name="id940547"></a><p class="title"><b>Example 33. A UI definition</b></p>
 
298
<a name="id889325"></a><p class="title"><b>Example 33. A UI definition</b></p>
299
299
<div class="example-contents"><pre class="programlisting">
300
300
&lt;ui&gt;
301
301
  &lt;menubar&gt;
396
396
</div>
397
397
<hr>
398
398
<div class="refsect2" title="Accelerators">
399
 
<a name="id935304"></a><h3>Accelerators</h3>
 
399
<a name="id884007"></a><h3>Accelerators</h3>
400
400
<p>
401
401
Every action has an accelerator path. Accelerators are installed together with
402
402
menuitem proxies, but they can also be explicitly added with &lt;accelerator&gt;
424
424
</div>
425
425
<hr>
426
426
<div class="refsect2" title="Empty Menus">
427
 
<a name="id935353"></a><h3>Empty Menus</h3>
 
427
<a name="id897793"></a><h3>Empty Menus</h3>
428
428
<p>
429
429
Submenus pose similar problems to separators inconnection with merging. It is
430
430
impossible to know in advance whether they will end up empty after merging.
458
458
"constructor" attribute. See the example below.
459
459
</p>
460
460
<div class="example">
461
 
<a name="id935409"></a><p class="title"><b>Example 34. An embedded GtkUIManager UI definition</b></p>
 
461
<a name="id897850"></a><p class="title"><b>Example 34. An embedded GtkUIManager UI definition</b></p>
462
462
<div class="example-contents"><pre class="programlisting">
463
463
&lt;object class="GtkUIManager" id="uiman"&gt;
464
464
  &lt;child&gt;