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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/gtk-x11.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-04 12:24:25 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070504122425-0m8midgzrp40y8w2
Tags: 2.10.12-1ubuntu1
* Sync with Debian
* New upstream version:
  Fixed bugs:
  - 379414 file chooser warnings when changing path in the entry
  - 418585 GtkFileChooserDefault sizing code is not DPI independent
  - 419568 Crash in search if start with special letter
  - 435062 build dies with icon cache validation
  - 379399 Segfault to call gtk_print_operation_run twice.
  - 387889 cups backend has problems when there are too many printers
  - 418531 invalid read to gtkicontheme.c gtk_icon_theme_lookup_icon...
  - 423916 crash in color scheme code
  - 424042 Segmentation fault while quickly pressing Alt+arrows
  - 415260 Protect against negative indices when setting values in G...
  - 419171 XGetVisualInfo() may not set nxvisuals
  - 128852 Gdk cursors don't look good on win32
  - 344657 Ctrl-H doesn't toggle "Show Hidden Files" setting
  - 345345 PrintOperation::paginate is not emitted for class handler
  - 347567 GtkPrintOperation::end-print is not emitted if it's cance...
  - 369112 gtk_ui_manager_add_ui should accept unnamed separator
  - 392015 Selected menu item invisible on Windows Vista
  - 399253 MS-Windows Theme Bottom Tab placement rendering glitches
  - 399425 gtk_input_dialog_fill_axes() adds child to gtkscrolledwin...
  - 403251 [patch] little memory leak in GtkPrintJob
  - 403267 [patch] memory leak in GtkPageSetupUnixDialog
  - 403470 MS-Windows Theme tab placement other than on top leaks a ...
  - 404506 Windows system fonts that have multi-byte font names cann...
  - 405089 Incorrect window placement for GtkEventBox private window
  - 405515 Minor leak in gtkfilesystemmodel.c
  - 405539 gdk_pixbuf_save() for PNG saver can return FALSE without ...
  - 415681 gdk_window_clear_area includes an extra line and column o...
  - 418219 GtkRecentChooser should apply filter before sorting and c...
  - 418403 Scroll to printer after selecting it from settings
  - 421985 _gtk_print_operation_platform_backend_launch_preview
  - 421990 gtk_print_job_get_surface
  - 421993 gtk_print_operation_init
  - 423064 Conditional jump or move depends on uninitialised value(s...
  - 423722 Fix printing header in gtk-demo
  - 424168 gtk_print_operation_run on async preview
  - 425655 Don't install gtk+-unix-print-2.0.pc on non-UNIX platforms
  - 425786 GDK segfaults if XineramaQueryScreens fails
  - 428665 Lpr Backend gets stuck in infinite loop during gtk_enumer...
  - 429902 GtkPrintOperation leaks cairo contextes
  - 431997 First delay of GdkPixbufAnimationIter is wrong
  - 433242 Inconsistent scroll arrow position calculations
  - 433972 Placing gtk.Expander inside a gtk.TextView() changes gtk....
  - 434261 _gtk_toolbar_elide_underscores incorrectly handles some s...
  - 383354 ctrl-L should make 'Location' entry disappear
  - 418673 gtk_recent_manager_add_item
  - 429732 gtk_accel_group_finalize accesses invalid memory
  - 435028 WM_CLIENT_LEADER is wrong on the leader_window
  - 431067 Background of the header window is not updated
  - 338843 add recent files support inside the ui manager
  - 148535 add drop shadow to menus, tooltips, etc. under Windows XP
* debian/control.in:
  - Conflicts on ubuntulooks (<= 0.9.11-1)
* debian/patches/15_default-fallback-icon-theme.patch:
  - patch from Debian, fallback on gnome icon theme

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=US-ASCII">
 
5
<title>Using GTK+ on the X Window System</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
7
<link rel="start" href="index.html" title="GTK+ Reference Manual">
 
8
<link rel="up" href="gtk.html" title="Part&#160;I.&#160;GTK+ Overview">
 
9
<link rel="prev" href="gtk-running.html" title="Running GTK+ Applications">
 
10
<link rel="next" href="gtk-windows.html" title="Using GTK+ on Windows">
 
11
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="part" href="gtk.html" title="Part&#160;I.&#160;GTK+ Overview">
 
14
<link rel="part" href="gtkbase.html" title="Part&#160;II.&#160;GTK+ Core Reference">
 
15
<link rel="part" href="gtkobjects.html" title="Part&#160;III.&#160;GTK+ Widgets and Objects">
 
16
<link rel="chapter" href="ch01.html" title="Object Hierarchy">
 
17
<link rel="chapter" href="ch02.html" title="Widget Gallery">
 
18
<link rel="chapter" href="WindowWidgets.html" title="Windows">
 
19
<link rel="chapter" href="DisplayWidgets.html" title="Display Widgets">
 
20
<link rel="chapter" href="ButtonWidgets.html" title="Buttons and Toggles">
 
21
<link rel="chapter" href="NumericEntry.html" title="Numeric/Text Data Entry">
 
22
<link rel="chapter" href="TextWidgetObjects.html" title="Multiline Text Editor">
 
23
<link rel="chapter" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
 
24
<link rel="chapter" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
 
25
<link rel="chapter" href="Actions.html" title="Action-based menus and toolbars">
 
26
<link rel="chapter" href="SelectorWidgets.html" title="Selectors (File/Font/Color/Input Devices)">
 
27
<link rel="chapter" href="LayoutContainers.html" title="Layout Containers">
 
28
<link rel="chapter" href="Ornaments.html" title="Ornaments">
 
29
<link rel="chapter" href="ScrollingWidgets.html" title="Scrolling">
 
30
<link rel="chapter" href="Printing.html" title="Printing">
 
31
<link rel="chapter" href="MiscObjects.html" title="Miscellaneous">
 
32
<link rel="chapter" href="AbstractObjects.html" title="Abstract Base Classes">
 
33
<link rel="chapter" href="PlugSocket.html" title="Cross-process Embedding">
 
34
<link rel="chapter" href="SpecialObjects.html" title="Special-purpose features">
 
35
<link rel="chapter" href="RecentDocuments.html" title="Recently Used Documents">
 
36
<link rel="chapter" href="DeprecatedObjects.html" title="Deprecated">
 
37
<link rel="part" href="migrating.html" title="Part&#160;IV.&#160;Migrating from Previous Versions of GTK+">
 
38
<link rel="chapter" href="gtk-migrating-checklist.html" title="Migration Checklist">
 
39
<link rel="chapter" href="gtk-migrating-GtkFileChooser.html" title="Migrating from GtkFileSelection to GtkFileChooser">
 
40
<link rel="chapter" href="gtk-migrating-GtkAction.html" title="Migrating from old menu and toolbar systems to GtkAction">
 
41
<link rel="chapter" href="gtk-migrating-GtkComboBox.html" title="Migrating from GtkOptionMenu and GtkCombo to GtkComboBox and GtkComboBoxEntry">
 
42
<link rel="chapter" href="gtk-migrating-GtkIconView.html" title="Migrating from GnomeIconList to GtkIconView">
 
43
<link rel="chapter" href="gtk-migrating-GtkAboutDialog.html" title="Migrating from GnomeAbout to GtkAboutDialog">
 
44
<link rel="chapter" href="gtk-migrating-GtkColorButton.html" title="Migrating from GnomeColorPicker to GtkColorButton">
 
45
<link rel="chapter" href="gtk-migrating-GtkAssistant.html" title="Migrating from GnomeDruid to GtkAssistant">
 
46
<link rel="chapter" href="gtk-migrating-GtkRecentChooser.html" title="Migrating from EggRecent to GtkRecentChooser">
 
47
<link rel="chapter" href="gtk-migrating-GtkLinkButton.html" title="Migrating from GnomeHRef to GtkLinkButton">
 
48
<link rel="part" href="pt05.html" title="Part&#160;V.&#160;GTK+ Tools">
 
49
<link rel="glossary" href="glossary.html" title="Glossary">
 
50
<link rel="index" href="ix01.html" title="Index">
 
51
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
 
52
<link rel="index" href="ix03.html" title="Index of new symbols in 2.2">
 
53
<link rel="index" href="ix04.html" title="Index of new symbols in 2.4">
 
54
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
 
55
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
 
56
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
 
57
</head>
 
58
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
59
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
 
60
<td><a accesskey="p" href="gtk-running.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
61
<td><a accesskey="u" href="gtk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
62
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
63
<th width="100%" align="center">GTK+ Reference Manual</th>
 
64
<td><a accesskey="n" href="gtk-windows.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
65
</tr></table>
 
66
<div class="refentry" lang="en">
 
67
<a name="gtk-x11"></a><div class="titlepage"></div>
 
68
<div class="refnamediv"><table width="100%"><tr>
 
69
<td valign="top">
 
70
<h2><span class="refentrytitle">Using GTK+ on the X Window System</span></h2>
 
71
<p>Using GTK+ on the X Window System &#8212; 
 
72
X11 aspects of using GTK+
 
73
</p>
 
74
</td>
 
75
<td valign="top" align="right"></td>
 
76
</tr></table></div>
 
77
<div class="refsect1" lang="en">
 
78
<a name="id2622055"></a><h2>GTK+ for the X Window System</h2>
 
79
<p>
 
80
On UNIX, the X backend is the default build for GTK+. So 
 
81
you don't need to do anything special when compiling it,
 
82
and everything should "just work."
 
83
</p>
 
84
<p>
 
85
To mix low-level Xlib routines into a GTK program, 
 
86
see <a
 
87
href="../gdk/gdk-X-Window-System-Interaction.html"
 
88
>GDK X Window
 
89
System interaction</a> in the GDK manual.
 
90
</p>
 
91
<div class="refsect2" lang="en">
 
92
<a name="x11-cmdline"></a><h3>X11-specific commandline options</h3>
 
93
<p>
 
94
The X backend understands some additional command line 
 
95
arguments.
 
96
</p>
 
97
<p><b><code class="systemitem">--display <em class="replaceable"><code>display</code></em></code>.&#160;</b>
 
98
The name of the X display to open instead of the one specified
 
99
in the <code class="envar">DISPLAY</code> environment variable. 
 
100
</p>
 
101
<p><b><code class="systemitem">--screen <em class="replaceable"><code>screen_number</code></em></code>.&#160;</b>
 
102
  The number of the screen within the default display. This overrides
 
103
  any screen number specified in the display name specified by
 
104
  by he <code class="systemitem">--display</code> command line option or
 
105
  the <code class="envar">DISPLAY</code> environment variable. If this screen
 
106
  cannot be opened, then GTK+ will fall back to the screen
 
107
  specified in the display name. This option is not useful
 
108
  interactively; the intended purposes is that when a program
 
109
  registers its command line with a <em class="firstterm">session
 
110
  manager</em> for later restarting, it can save the
 
111
  screen it is on, without having to worry if it might be
 
112
  restarted on a different display.
 
113
</p>
 
114
<p><b><code class="systemitem">--sync</code>.&#160;</b>
 
115
Makes all X requests synchronously. This is a useful option for 
 
116
debugging, but it will slow down the performance considerably.
 
117
</p>
 
118
<p><b><code class="systemitem">--gxid-host <em class="replaceable"><code>host</code></em></code>.&#160;</b>
 
119
The host to contact the <span class="application">gxid</span> daemon on; overrides 
 
120
the <a href="gtk-x11.html#GXID" title="GXID_HOST, GXID_PORT"><code class="envar">GXID_HOST</code></a> environment variable.
 
121
</p>
 
122
<p><b><code class="systemitem">--gxid-port <em class="replaceable"><code>port</code></em></code>.&#160;</b>
 
123
The port for the connection to <span class="application">gxid</span>; overrides 
 
124
the <a href="gtk-x11.html#GXID" title="GXID_HOST, GXID_PORT"><code class="envar">GXID_PORT</code></a> environment variable.
 
125
This option is only available if GTK+ has been configured with
 
126
<code class="option">--gdk-target=x11</code>.
 
127
</p>
 
128
</div>
 
129
<hr>
 
130
<div class="refsect2" lang="en">
 
131
<a name="x11-envar"></a><h3>X11-specific environment variables</h3>
 
132
<p>
 
133
The X backend can be influenced with some
 
134
additional environment variables.
 
135
</p>
 
136
<p><a name="GXID"></a><b><code class="envar">GXID_HOST</code>, <code class="envar">GXID_PORT</code>.&#160;</b>
 
137
    The host and port to contact the <span class="application">gxid</span> daemon 
 
138
    on. <span class="application">gxid</span> is only necessary on X servers which 
 
139
    don't support using the pointer and extension devices at once, and is
 
140
    only built if GTK+ is configured with <code class="option">--with-xinput=gxi</code>. 
 
141
    The <span class="application">XFree86</span> and <span class="application">Xorg</span>
 
142
    X servers don't have this 
 
143
    restriction.
 
144
  </p>
 
145
<p><b><code class="envar">GDK_USE_XFT</code>.&#160;</b>
 
146
    If this variable is set to 1, GTK+ will use the Pango Xft backend instead
 
147
    of the X backend when possible (i.e. when the X server supports the XRender
 
148
    extension and Pango has been built with Xft support). 
 
149
  </p>
 
150
</div>
 
151
</div>
 
152
<div class="refsect1" lang="en">
 
153
<a name="gtk-X11-arch"></a><h2>Understanding the X11 architecture</h2>
 
154
<p>
 
155
People coming from a Windows or MacOS background often find certain
 
156
aspects of the X Window System surprising. This section introduces
 
157
some basic X concepts at a high level. For more details, the book most
 
158
people use is called the <em class="citetitle">Xlib Programming
 
159
Manual</em> by Adrian Nye; this book is volume one in the
 
160
O'Reilly X Window System series.
 
161
</p>
 
162
<p>
 
163
Standards are another important resource if you're poking in low-level
 
164
X11 details, in particular the ICCCM and the Extended Window Manager
 
165
Hints specifications. <a href="http://www.freedesktop.org/standards/" target="_top">freedesktop.org</a>
 
166
has links to many relevant specifications.
 
167
</p>
 
168
<p>
 
169
The GDK manual covers <a
 
170
href="../gdk/gdk-X-Window-System-Interaction.html"
 
171
>using Xlib in a GTK
 
172
program</a>.
 
173
</p>
 
174
<div class="refsect2" lang="en">
 
175
<a name="id2622972"></a><h3>Server, client, window manager</h3>
 
176
<p>
 
177
Other window systems typically put all their functionality in the
 
178
application itself. With X, each application involves three different
 
179
programs: the <em class="firstterm">X server</em>, the application (called
 
180
a <em class="firstterm">client</em> because it's a client of the X
 
181
server), and a special client called the <em class="firstterm">window
 
182
manager</em>.
 
183
</p>
 
184
<p>
 
185
The X server is in charge of managing resources, processing drawing
 
186
requests, and dispatching events such as keyboard and mouse events to
 
187
interested applications. So client applications can ask the X server
 
188
to create a window, draw a circle, or move windows around.
 
189
</p>
 
190
<p>
 
191
The window manager is in charge of rendering the frame or borders
 
192
around windows; it also has final say on the size of each window,
 
193
and window states such as minimized, maximized, and so forth.
 
194
On Windows and MacOS the application handles most of this.
 
195
On X11, if you wish to modify the window's state, or 
 
196
change its frame, you must ask the window manager to do so on your
 
197
behalf, using an established  <a href="http://www.freedesktop.org/standards/" target="_top">convention</a>.
 
198
</p>
 
199
<p>
 
200
GTK+ has functions for asking the window manager to do various things;
 
201
see for example <a href="GtkWindow.html#gtk-window-iconify">gtk_window_iconify()</a> or <a href="GtkWindow.html#gtk-window-maximize">gtk_window_maximize()</a> or <a href="GtkWindow.html#gtk-window-set-decorated">gtk_window_set_decorated()</a>.
 
202
Keep in mind that <a href="GtkWindow.html#gtk-window-move">gtk_window_move()</a> and window sizing
 
203
are ultimately controlled by the window manager as well and most
 
204
window managers <span class="emphasis"><em>will</em></span> ignore certain requests from
 
205
time to time, in the interests of good user interface.
 
206
</p>
 
207
</div>
 
208
</div>
 
209
</div>
 
210
</body>
 
211
</html>