File: gtk-options.7

package info (click to toggle)
gtk%2B2.0 2.24.32-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128,080 kB
  • sloc: ansic: 574,621; makefile: 5,197; sh: 4,500; xml: 1,193; python: 1,119; perl: 749; awk: 72; cpp: 34
file content (107 lines) | stat: -rw-r--r-- 2,749 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
.\" gtk-options.7 - Standard Command Line Options for Gnome Programs
.\" Copyright 2003  Jochen Voss <voss@debian.org>
.\" You may redistribute and modify this manual page
.\" under the terms of the GPL.
.TH gtk\-options 7 "2003\-10\-20" "GTK+ 1.2" "GTK+ User\'s Manual"
.SH NAME
gtk\-options \- Standard Command Line Options for GTK+ Programs
.SH SYNOPSIS
.IR "program " [ "standard options" "] [" "specific options" "] " arguments
.SH DESCRIPTION
This manual page describes the command line options, which are common
to all GTK+ based applications.
.SH OPTIONS
.SS GTK+ OPTIONS
.TP
\fB\-\-gtk\-module\fR=\fIMODULE\fR
Load an additional Gtk module.
.TP
\fB\-\-gtk\-debug\fR=\fIFLAGS\fR
A colon separated list of GTK+ debugging flags to set.
Valid flags are
.IR objects ,
.IR misc ,
.IR signals ,
.IR dnd ,
and
.IR plugsocket .
The special value
.I all
enables all flags.
.TP
\fB\-\-gtk\-no\-debug\fR=\fIFLAGS\fR
GTK+ debugging flags to unset.  Use this options to override the
.I GTK_DEBUG
environment variable.
.TP
\fB\-\-g\-fatal\-warnings\fR
Make all warnings fatal.
.SS GDK OPTIONS
.TP
\fB\-\-display\fR=\fIDISPLAY\fR
Set the X display to use.  Use this option to override the
.I DISPLAY
environment variable.
.TP
\fB\-\-screen\fR=\fISCREEN\fR
X screen to use.  Use this options to override the screen part
of the
.I DISPLAY
environment variable (see the
.I DISPLAY NAMES
section of the
.IR X (7x)
manual page).
.TP
\fB\-\-sync\fR
Make X calls synchronous.  This slows down the program considerably,
but may be useful for debugging purposes.
.TP
\fB\-\-no\-xshm\fR
Do not use the X server\'s XSHM shared memory extension.  This slows down the
program.
.TP
\fB\-\-name\fR=\fINAME\fR
Program name as used by the window manager.
.TP
\fB\-\-class\fR=\fICLASS\fR
Program class as used by the window manager.
.HP
\fB\-\-gxid_host\fR=\fIHOST\fR
.HP
\fB\-\-gxid_port\fR=\fIPORT\fR
.HP
\fB\-\-xim\-preedit\fR
.TP
\fB\-\-xim\-status\fR
Control the X input method.
.TP
\fB\-\-gdk\-debug\fR=\fIFLAGS\fR
A colon\-separated list of GDK debugging flags to set.  This only works
if your GDK library was compile with debugging support.  Valid flags
are
.IR events ,
.IR misc ,
.IR dnd ,
.IR color\-context ,
and
.IR xim .
The special value
.I all
enables all valid flags.
.TP
\fB\-\-gdk\-no\-debug\fR=\fIFLAGS\fR
A colon\-separated list of GDK debugging flags to unset.
Use this options to override the
.I GDK_DEBUG
environment variable.
.SH "SEE ALSO"
.BR X (7x),
the GTK+ documentation, and
the GDK documentation.
.PP
For most GTK+ programs there will be additional command line options,
which are specific to the program.  These will be explained in the
application\'s documentation.
.SH AUTHOR
This manual page was written by Jochen Voss <voss@debian.org>.