| | | |
| While | Execute a block of code While a condition is True | 0 | Nobody (1+ years ago) |
| WindowMaximized | Detect if a window is maximized... | 0 | Nobody (1+ years ago) |
| WindowMenu | Get a window's main-menu handle... | 0 | Nobody (1+ years ago) |
| WindowMinimized | Detect if a window is minimized... | 0 | Nobody (1+ years ago) |
| WriteBank | Write bytes from a Bank to a Stream | 0 | Nobody (1+ years ago) |
| WriteByte | Write a Byte to a stream
WriteByte writes a single Byte to stream... | 0 | Nobody (1+ years ago) |
| WriteDouble | Write a Double to a stream
WriteDouble writes 8 bytes to stream... | 0 | Nobody (1+ years ago) |
| WriteFile | Open a file for output... | 0 | Nobody (1+ years ago) |
| WriteFloat | Write a Float to a stream
WriteFloat writes 4 bytes to stream... | 0 | Nobody (1+ years ago) |
| WriteInt | Write an Int to a stream
WriteInt writes 4 bytes to stream... | 0 | Nobody (1+ years ago) |
| WriteLine | Write a line of text to a stream
A sequence of bytes is written to the stream (one for each character in str)
followed by the line terminating sequence "~r~n"... | 0 | Nobody (1+ years ago) |
| WriteLong | Write a Long to a stream
WriteLong writes 8 bytes to stream... | 0 | Nobody (1+ years ago) |
| WriteShort | Write a Short to a stream
WriteShort writes 2 bytes to stream... | 0 | Nobody (1+ years ago) |
| WriteStderr | Write a string to stderr
Writes str to stderr and flushes stderr... | 0 | Nobody (1+ years ago) |
| WriteStdout | Write a string to stdout
Writes str to stdout and flushes stdout... | 0 | Nobody (1+ years ago) |
| WriteStream | Open a stream for writing
All streams created by OpenStream, ReadStream or WriteStream should eventually
be closed using CloseStream... | 0 | Nobody (1+ years ago) |
| WriteString | Write a String to a stream
Each character in str is written to stream... | 0 | Nobody (1+ years ago) |
| XFlipPixmap | Flip a pixmap horizontally | 0 | Nobody (1+ years ago) |
| YFlipPixmap | Flip a pixmap vertically | 0 | Nobody (1+ years ago) |