Commit b008adb0 authored by Fred Drake's avatar Fred Drake

Use \programopt in one place.

parent 8342c5e4
...@@ -26,15 +26,15 @@ This module defines several new object types and functions that ...@@ -26,15 +26,15 @@ This module defines several new object types and functions that
provide access to the functionality of STDWIN. provide access to the functionality of STDWIN.
On \UNIX{} running X11, it can only be used if the \envvar{DISPLAY} On \UNIX{} running X11, it can only be used if the \envvar{DISPLAY}
environment variable is set or an explicit \samp{-display environment variable is set or an explicit
\var{displayname}} argument is passed to the Python interpreter. \programopt{-display} \var{displayname} argument is passed to the
Python interpreter.
Functions have names that usually resemble their C STDWIN counterparts Functions have names that usually resemble their C STDWIN counterparts
with the initial `w' dropped. with the initial `w' dropped. Points are represented by pairs of
Points are represented by pairs of integers; rectangles integers; rectangles by pairs of points. For a complete description
by pairs of points. of STDWIN please refer to the documentation of STDWIN for C
For a complete description of STDWIN please refer to the documentation programmers (aforementioned CWI report).
of STDWIN for C programmers (aforementioned CWI report).
\subsection{Functions Defined in Module \module{stdwin}} \subsection{Functions Defined in Module \module{stdwin}}
\nodename{STDWIN Functions} \nodename{STDWIN Functions}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment