File: windows.sgml

package info (click to toggle)
gtk%2B2.0 2.24.33-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates, trixie-updates
  • size: 124,860 kB
  • sloc: ansic: 574,091; makefile: 5,171; sh: 4,618; xml: 1,193; python: 1,117; perl: 749; awk: 49; cpp: 34
file content (111 lines) | stat: -rw-r--r-- 2,356 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
<refentry id="gtk-windows" revision="4 Feb 2001">
<refmeta>
<refentrytitle>Using GTK+ on Windows</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GTK Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>Using GTK+ on Windows</refname>
<refpurpose>
Windows-specific aspects of using GTK+
</refpurpose>
</refnamediv>

<refsect1>
<title>Using GTK+ on Windows</title>

<para>
The Windows port of GTK+ is an implementation of GDK (and therefore GTK+) 
on top of the Win32 API. 
</para>

<refsect2 id="win32-cmdline">
<title>Windows-specific commandline options</title>

<para>
The Windows GDK backend can be influenced with some
additional command line arguments.
</para>

<formalpara>
<title><systemitem>--sync</systemitem></title>

<para>
Don't batch GDI requests. This might be a marginally useful option for 
debugging.
</para>
</formalpara>

<formalpara>
<title><systemitem>--no-wintab</systemitem>, 
       <systemitem>--ignore-wintab</systemitem></title>

<para>
Don't use the Wintab API for tablet support.
</para>
</formalpara>

<formalpara>
<title><systemitem>--use-wintab</systemitem></title>

<para>
Use the Wintab API for tablet support.  This is the default.
</para>
</formalpara>

<formalpara>
<title><systemitem>--max-colors <replaceable>number</replaceable></systemitem></title>

<para>
In 256 color mode, restrict the size of the color palette to 
the specified number of colors. This option is obsolete.
</para>
</formalpara>

</refsect2>

<refsect2 id="win32-envar">
<title>Windows-specific environment variables</title>

<para>
The Win32 GDK backend can be influenced with some
additional environment variables.
</para>

<formalpara>
<title><envar>GDK_IGNORE_WINTAB</envar></title>

<para>
If this variable is set, GTK+ doesn't use 
the Wintab API for tablet support.
</para>
</formalpara>

<formalpara>
<title><envar>GDK_USE_WINTAB</envar></title>

<para>
If this variable is set, GTK+ uses the Wintab API for 
tablet support.  This is the default.
</para>
</formalpara>

<formalpara>
<title><envar>GDK_WIN32_MAX_COLORS</envar></title>

<para>
Specifies the size of the color palette used
in 256 color mode.
</para>
</formalpara>

</refsect2>

</refsect1>

</refentry>