~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to docs/reference/gdk/html/gdk-General.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-09-05 07:16:24 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: james.westby@ubuntu.com-20090905071624-ehjbg50t3hvthzlm
Tags: upstream-2.17.11
Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
1014
1014
avoid the X error in any other way.
1015
1015
</p>
1016
1016
<div class="example">
1017
 
<a name="id435482"></a><p class="title"><b>Example 1. Trapping an X error</b></p>
 
1017
<a name="id535596"></a><p class="title"><b>Example 1. Trapping an X error</b></p>
1018
1018
<div class="example-contents"><pre class="programlisting">
1019
1019
  gdk_error_trap_push ();
1020
1020
  /* ... Call the X function which may cause an error here ... */