~inkscape.dev/inkscape-devlibs/devlibs-gtk3

« back to all changes in this revision

Viewing changes to share/gtk-doc/html/gtk2/gtk-windows.html

  • Committer: JazzyNico
  • Date: 2013-01-21 10:11:05 UTC
  • Revision ID: nicoduf@yahoo.fr-20130121101105-i8d8slkq9ng4olx8
Adding gtk2 libraries.

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>Using GTK+ on Windows</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
7
<link rel="home" href="index.html" title="GTK+ 2 Reference Manual">
 
8
<link rel="up" href="gtk.html" title="Part I. GTK+ Overview">
 
9
<link rel="prev" href="gtk-x11.html" title="Using GTK+ on the X Window System">
 
10
<link rel="next" href="gtk-osx.html" title="Using GTK+ on Mac OS X">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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"><tr valign="middle">
 
16
<td><a accesskey="p" href="gtk-x11.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
17
<td><a accesskey="u" href="gtk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
18
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
19
<th width="100%" align="center">GTK+ 2 Reference Manual</th>
 
20
<td><a accesskey="n" href="gtk-osx.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
</tr></table>
 
22
<div class="refentry">
 
23
<a name="gtk-windows"></a><div class="titlepage"></div>
 
24
<div class="refnamediv"><table width="100%"><tr>
 
25
<td valign="top">
 
26
<h2><span class="refentrytitle">Using GTK+ on Windows</span></h2>
 
27
<p>Using GTK+ on Windows — 
 
28
Windows-specific aspects of using GTK+
 
29
</p>
 
30
</td>
 
31
<td valign="top" align="right"></td>
 
32
</tr></table></div>
 
33
<div class="refsect1">
 
34
<a name="idp7168880"></a><h2>Using GTK+ on Windows</h2>
 
35
<p>
 
36
The Windows port of GTK+ is an implementation of GDK (and therefore GTK+) 
 
37
on top of the Win32 API. 
 
38
</p>
 
39
<div class="refsect2">
 
40
<a name="win32-cmdline"></a><h3>Windows-specific commandline options</h3>
 
41
<p>
 
42
The Windows GDK backend can be influenced with some
 
43
additional command line arguments.
 
44
</p>
 
45
<p><b><code class="systemitem">--sync</code>. </b>
 
46
Don't batch GDI requests. This might be a marginally useful option for 
 
47
debugging.
 
48
</p>
 
49
<p><b><code class="systemitem">--no-wintab</code>, 
 
50
       <code class="systemitem">--ignore-wintab</code>. </b>
 
51
Don't use the Wintab API for tablet support.
 
52
</p>
 
53
<p><b><code class="systemitem">--use-wintab</code>. </b>
 
54
Use the Wintab API for tablet support.  This is the default.
 
55
</p>
 
56
<p><b><code class="systemitem">--max-colors <em class="replaceable"><code>number</code></em></code>. </b>
 
57
In 256 color mode, restrict the size of the color palette to 
 
58
the specified number of colors. This option is obsolete.
 
59
</p>
 
60
</div>
 
61
<hr>
 
62
<div class="refsect2">
 
63
<a name="win32-envar"></a><h3>Windows-specific environment variables</h3>
 
64
<p>
 
65
The Win32 GDK backend can be influenced with some
 
66
additional environment variables.
 
67
</p>
 
68
<p><b><code class="envar">GDK_IGNORE_WINTAB</code>. </b>
 
69
If this variable is set, GTK+ doesn't use 
 
70
the Wintab API for tablet support.
 
71
</p>
 
72
<p><b><code class="envar">GDK_USE_WINTAB</code>. </b>
 
73
If this variable is set, GTK+ uses the Wintab API for 
 
74
tablet support.  This is the default.
 
75
</p>
 
76
<p><b><code class="envar">GDK_WIN32_MAX_COLORS</code>. </b>
 
77
Specifies the size of the color palette used
 
78
in 256 color mode.
 
79
</p>
 
80
</div>
 
81
</div>
 
82
</div>
 
83
<div class="footer">
 
84
<hr>
 
85
          Generated by GTK-Doc V1.18</div>
 
86
</body>
 
87
</html>
 
 
b'\\ No newline at end of file'