~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to docs/reference/gdk-pixbuf/html/gdk-pixbuf-gdk-pixbuf-xlib-init.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-07-22 21:41:30 UTC
  • mfrom: (1.11.7 upstream) (72.1.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20100722214130-5uzyvpb9g4m0ts2c
Tags: 2.21.5-1ubuntu1
* Merge with Debian experimental, Ubuntu changes:
* debian/control.in:
  - Add introspection build-depends
  - Add Vcs-Bzr link
  - Add gir1.0-gtk-2.0 package
  - libgtk2.0-dev replaces gir-repository-dev
  - Conflict with appmenu-gtk (<< 0.1.3) to prevent menu proxy breakage
* debian/rules:
  - Build with --enable-introspection
  - Add gir1.0-gtk-2.0 package to BINARY_ARCH_PKGS
  - Add dh_girepository call
  - Disable devhelp files
* debian/dh_gtkmodules.in:
  - Remove obsolete script content
* debian/libgtk2.0-0.symbols:
  - Add Ubuntu specific symbols
* debian/libgtk2.0-dev.install.in:
  - Add gir files
* debian/libgtk2.0-doc.install.in
  - Disable devhelp files
* debian/gir1.0-gtk-2.0.install.in
  - Introspection package
* debian/patches/043_menu_proxy.patch
  - Add GtkMenuProxy support for remoting menus.
* debian/patches/062_dnd_menubar.patch:
  - Allow click on menubars for dnd
* debian/patches/063_treeview_almost_fixed.patch:
  - Add an ubuntu-almost-fixed-height-mode property, (required for
    software-center)
* debian/patches/071_no_offscreen_widgets_grabbing.patch:
  - Don't let offscreen widgets do grabbing
* debian/patches/072_indicator_menu_update.patch:
  - change by Cody Russell to send an update event on menu changes,
    should make the bluetooth indicator refresh correctly
* debian/patches/091_bugzilla_tooltip_refresh.patch:
  - Upstream bugzilla change to have better looking tooltips the gtk theme
    need to set "new-tooltip-style" to use those
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>gdk-pixbuf Xlib initialization</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
 
<link rel="home" href="index.html" title="GDK-PixBuf Reference Manual">
8
 
<link rel="up" href="rn01.html" title="API Reference">
9
 
<link rel="prev" href="gdk-pixbuf-Module-Interface.html" title="Module Interface">
10
 
<link rel="next" href="gdk-pixbuf-gdk-pixbuf-xlib-rendering.html" title="Xlib Rendering">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
14
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
 
<tr valign="middle">
17
 
<td><a accesskey="p" href="gdk-pixbuf-Module-Interface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
 
<th width="100%" align="center">GDK-PixBuf Reference Manual</th>
21
 
<td><a accesskey="n" href="gdk-pixbuf-gdk-pixbuf-xlib-rendering.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
 
</tr>
23
 
<tr><td colspan="5" class="shortcuts">
24
 
<a href="#gdk-pixbuf-gdk-pixbuf-xlib-init.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#gdk-pixbuf-gdk-pixbuf-xlib-init.description" class="shortcut">Description</a>
27
 
</td></tr>
28
 
</table>
29
 
<div class="refentry" title="gdk-pixbuf Xlib initialization">
30
 
<a name="gdk-pixbuf-gdk-pixbuf-xlib-init"></a><div class="titlepage"></div>
31
 
<div class="refnamediv"><table width="100%"><tr>
32
 
<td valign="top">
33
 
<h2><span class="refentrytitle"><a name="gdk-pixbuf-gdk-pixbuf-xlib-init.top_of_page"></a><span class="application">gdk-pixbuf</span> Xlib initialization</span></h2>
34
 
<p><span class="application">gdk-pixbuf</span> Xlib initialization — Initializing the <span class="application">gdk-pixbuf</span> Xlib library.</p>
35
 
</td>
36
 
<td valign="top" align="right"></td>
37
 
</tr></table></div>
38
 
<div class="refsynopsisdiv" title="Synopsis">
39
 
<a name="gdk-pixbuf-gdk-pixbuf-xlib-init.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis">
41
 
#include &lt;gdk-pixbuf/gdk-pixbuf.h&gt;
42
 
 
43
 
<span class="returnvalue">void</span>                <a class="link" href="gdk-pixbuf-gdk-pixbuf-xlib-init.html#gdk-pixbuf-xlib-init" title="gdk_pixbuf_xlib_init ()">gdk_pixbuf_xlib_init</a>                (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
44
 
                                                         <em class="parameter"><code><span class="type">int</span> screen_num</code></em>);
45
 
<span class="returnvalue">void</span>                <a class="link" href="gdk-pixbuf-gdk-pixbuf-xlib-init.html#gdk-pixbuf-xlib-init-with-depth" title="gdk_pixbuf_xlib_init_with_depth ()">gdk_pixbuf_xlib_init_with_depth</a>     (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
46
 
                                                         <em class="parameter"><code><span class="type">int</span> screen_num</code></em>,
47
 
                                                         <em class="parameter"><code><span class="type">int</span> prefDepth</code></em>);
48
 
</pre>
49
 
</div>
50
 
<div class="refsect1" title="Description">
51
 
<a name="gdk-pixbuf-gdk-pixbuf-xlib-init.description"></a><h2>Description</h2>
52
 
<p>
53
 
    In addition to the normal Gdk-specific functions, the <span class="application">gdk-pixbuf</span>
54
 
    package provides a small library that lets Xlib-only applications
55
 
    use <a class="link" href="gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> structures and render them to X drawables.  The
56
 
    functions in this section are used to initialize the <span class="application">gdk-pixbuf</span>
57
 
    Xlib library.  This library must be initialized near the beginning
58
 
    of the program or before calling any of the other <span class="application">gdk-pixbuf</span>
59
 
    Xlib functions.
60
 
  </p>
61
 
</div>
62
 
<div class="refsect1" title="Details">
63
 
<a name="gdk-pixbuf-gdk-pixbuf-xlib-init.details"></a><h2>Details</h2>
64
 
<div class="refsect2" title="gdk_pixbuf_xlib_init ()">
65
 
<a name="gdk-pixbuf-xlib-init"></a><h3>gdk_pixbuf_xlib_init ()</h3>
66
 
<pre class="programlisting"><span class="returnvalue">void</span>                gdk_pixbuf_xlib_init                (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
67
 
                                                         <em class="parameter"><code><span class="type">int</span> screen_num</code></em>);</pre>
68
 
<p>
69
 
Initializes the gdk-pixbuf Xlib machinery by calling <a class="link" href="gdk-pixbuf-gdk-pixbuf-xlib-rgb.html#xlib-rgb-init" title="xlib_rgb_init ()"><code class="function">xlib_rgb_init()</code></a>.  This
70
 
function should be called near the beginning of your program, or before using
71
 
any of the gdk-pixbuf-xlib functions.
72
 
</p>
73
 
<div class="variablelist"><table border="0">
74
 
<col align="left" valign="top">
75
 
<tbody>
76
 
<tr>
77
 
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
78
 
<td>X display to use.
79
 
</td>
80
 
</tr>
81
 
<tr>
82
 
<td><p><span class="term"><em class="parameter"><code>screen_num</code></em> :</span></p></td>
83
 
<td>Screen number.
84
 
</td>
85
 
</tr>
86
 
</tbody>
87
 
</table></div>
88
 
</div>
89
 
<hr>
90
 
<div class="refsect2" title="gdk_pixbuf_xlib_init_with_depth ()">
91
 
<a name="gdk-pixbuf-xlib-init-with-depth"></a><h3>gdk_pixbuf_xlib_init_with_depth ()</h3>
92
 
<pre class="programlisting"><span class="returnvalue">void</span>                gdk_pixbuf_xlib_init_with_depth     (<em class="parameter"><code><span class="type">Display</span> *display</code></em>,
93
 
                                                         <em class="parameter"><code><span class="type">int</span> screen_num</code></em>,
94
 
                                                         <em class="parameter"><code><span class="type">int</span> prefDepth</code></em>);</pre>
95
 
<p>
96
 
Similar to <a class="link" href="gdk-pixbuf-gdk-pixbuf-xlib-init.html#gdk-pixbuf-xlib-init" title="gdk_pixbuf_xlib_init ()"><code class="function">gdk_pixbuf_xlib_init()</code></a>, but also lets you specify the preferred
97
 
depth for XlibRGB if you do not want it to use the default depth it picks.
98
 
</p>
99
 
<div class="variablelist"><table border="0">
100
 
<col align="left" valign="top">
101
 
<tbody>
102
 
<tr>
103
 
<td><p><span class="term"><em class="parameter"><code>display</code></em> :</span></p></td>
104
 
<td>X display to use.
105
 
</td>
106
 
</tr>
107
 
<tr>
108
 
<td><p><span class="term"><em class="parameter"><code>screen_num</code></em> :</span></p></td>
109
 
<td>Screen number.
110
 
</td>
111
 
</tr>
112
 
<tr>
113
 
<td><p><span class="term"><em class="parameter"><code>prefDepth</code></em> :</span></p></td>
114
 
<td>Preferred depth for XlibRGB.
115
 
</td>
116
 
</tr>
117
 
</tbody>
118
 
</table></div>
119
 
</div>
120
 
</div>
121
 
<div class="refsect1" title="See Also">
122
 
<a name="gdk-pixbuf-gdk-pixbuf-xlib-init.see-also"></a><h2>See Also</h2>
123
 
<p>
124
 
    XlibRGB
125
 
  </p>
126
 
</div>
127
 
</div>
128
 
<div class="footer">
129
 
<hr>
130
 
          Generated by GTK-Doc V1.15</div>
131
 
</body>
132
 
</html>
 
 
b'\\ No newline at end of file'