Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6e9ea59a
Commit
6e9ea59a
authored
Nov 09, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use \programopt in one place.
parent
91f31eab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Doc/lib/libstdwin.tex
Doc/lib/libstdwin.tex
+7
-7
No files found.
Doc/lib/libstdwin.tex
View file @
6e9ea59a
...
...
@@ -26,15 +26,15 @@ This module defines several new object types and functions that
provide access to the functionality of STDWIN.
On
\UNIX
{}
running X11, it can only be used if the
\envvar
{
DISPLAY
}
environment variable is set or an explicit
\samp
{
-display
\var
{
displayname
}}
argument is passed to the Python interpreter.
environment variable is set or an explicit
\programopt
{
-display
}
\var
{
displayname
}
argument is passed to the
Python interpreter.
Functions have names that usually resemble their C STDWIN counterparts
with the initial `w' dropped.
Points are represented by pairs of integers; rectangles
by pairs of points.
For a complete description of STDWIN please refer to the documentation
of STDWIN for C programmers (aforementioned CWI report).
with the initial `w' dropped. Points are represented by pairs of
integers; rectangles by pairs of points. For a complete description
of STDWIN please refer to the documentation of STDWIN for C
programmers (aforementioned CWI report).
\subsection
{
Functions Defined in Module
\module
{
stdwin
}}
\nodename
{
STDWIN Functions
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment