162 lines
3.9 KiB
HTML
162 lines
3.9 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of gtk-options</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>gtk-options</H1>
|
|
Section: GTK User's Manual (7)<BR>Updated: 2003-10-20<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
gtk-options - Standard Command Line Options for GTK Programs
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<I>program </I>[<I>standard options</I>] [<I>specific options</I>] <I>arguments</I>
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
This manual page describes the command line options, which are common
|
|
to all GTK based applications.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
<A NAME="lbAF"> </A>
|
|
<H3>GTK OPTIONS</H3>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1"><B>--gtk-module</B>=<I>MODULE</I><DD>
|
|
Load an additional Gtk module.
|
|
<DT id="2"><B>--gtk-debug</B>=<I>FLAGS</I><DD>
|
|
A colon separated list of GTK debugging flags to set.
|
|
Valid flags are
|
|
<I>objects</I>,
|
|
|
|
<I>misc</I>,
|
|
|
|
<I>signals</I>,
|
|
|
|
<I>dnd</I>,
|
|
|
|
and
|
|
<I>plugsocket</I>.
|
|
|
|
The special value
|
|
<I>all</I>
|
|
|
|
enables all flags.
|
|
<DT id="3"><B>--gtk-no-debug</B>=<I>FLAGS</I><DD>
|
|
GTK debugging flags to unset. Use this options to override the
|
|
<I>GTK_DEBUG</I>
|
|
|
|
environment variable.
|
|
<DT id="4"><B>--g-fatal-warnings</B><DD>
|
|
Make all warnings fatal.
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H3>GDK OPTIONS</H3>
|
|
|
|
<DL COMPACT>
|
|
<DT id="5"><B>--display</B>=<I>DISPLAY</I><DD>
|
|
Set the X display to use. Use this option to override the
|
|
<I>DISPLAY</I>
|
|
|
|
environment variable.
|
|
<DT id="6"><B>--screen</B>=<I>SCREEN</I><DD>
|
|
X screen to use. Use this options to override the screen part
|
|
of the
|
|
<I>DISPLAY</I>
|
|
|
|
environment variable (see the
|
|
<I>DISPLAY NAMES</I>
|
|
|
|
section of the
|
|
<I><A HREF="/cgi-bin/man/man2html?7x+X">X</A></I>(7x)
|
|
|
|
manual page).
|
|
<DT id="7"><B>--sync</B><DD>
|
|
Make X calls synchronous. This slows down the program considerably,
|
|
but may be useful for debugging purposes.
|
|
<DT id="8"><B>--no-xshm</B><DD>
|
|
Do not use the X server's XSHM shared memory extension. This slows down the
|
|
program.
|
|
<DT id="9"><B>--name</B>=<I>NAME</I><DD>
|
|
Program name as used by the window manager.
|
|
<DT id="10"><B>--class</B>=<I>CLASS</I><DD>
|
|
Program class as used by the window manager.
|
|
<DT id="11">
|
|
<B>--gxid_host</B>=<I>HOST</I>
|
|
<DT id="12">
|
|
<B>--gxid_port</B>=<I>PORT</I>
|
|
<DT id="13">
|
|
<B>--xim-preedit</B>
|
|
<DT id="14"><B>--xim-status</B><DD>
|
|
<DD>Control the X input method.
|
|
<DT id="15"><B>--gdk-debug</B>=<I>FLAGS</I><DD>
|
|
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
|
|
<I>events</I>,
|
|
|
|
<I>misc</I>,
|
|
|
|
<I>dnd</I>,
|
|
|
|
<I>color-context</I>,
|
|
|
|
and
|
|
<I>xim</I>.
|
|
|
|
The special value
|
|
<I>all</I>
|
|
|
|
enables all valid flags.
|
|
<DT id="16"><B>--gdk-no-debug</B>=<I>FLAGS</I><DD>
|
|
A colon-separated list of GDK debugging flags to unset.
|
|
Use this options to override the
|
|
<I>GDK_DEBUG</I>
|
|
|
|
environment variable.
|
|
</DL>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?7x+X">X</A></B>(7x),
|
|
|
|
the GTK documentation, and
|
|
the GDK documentation.
|
|
<P>
|
|
|
|
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.
|
|
<A NAME="lbAI"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
This manual page was written by Jochen Voss <<A HREF="mailto:voss@debian.org">voss@debian.org</A>>.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="17"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="18"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="19"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="20"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DL>
|
|
<DT id="21"><A HREF="#lbAF">GTK OPTIONS</A><DD>
|
|
<DT id="22"><A HREF="#lbAG">GDK OPTIONS</A><DD>
|
|
</DL>
|
|
<DT id="23"><A HREF="#lbAH">SEE ALSO</A><DD>
|
|
<DT id="24"><A HREF="#lbAI">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:08 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|