| | | |
| ChangeDir | Change current directory | 0 | Nobody (1+ years ago) |
| ChannelPlaying | Determine whether an audio channel is playing
ChannelPlaying will return False if either the channel has been paused using PauseChannel,
or stopped using StopChannel... | 0 | Nobody (1+ years ago) |
| CheckMenu | Set a menu's checked state... | 0 | Nobody (1+ years ago) |
| Chr | Create a string of length 1 with a character code | 0 | Nobody (1+ years ago) |
| ClearGadgetItems | Remove all items added to a list based gadget... | 0 | Nobody (1+ years ago) |
| ClearMap | Clear a map
ClearMap removes all keys and values from map | 0 | Nobody (1+ years ago) |
| ClearPixels | Clear a pixmap
Sets all pixels in a pixmap to a 32 bit pixel value... | 0 | Nobody (1+ years ago) |
| ClearTreeView | Frees all the nodes of a TreeView... | 0 | Nobody (1+ years ago) |
| ClientHeight | Client height of gadget... | 0 | Nobody (1+ years ago) |
| ClientWidth | Client width of gadget... | 0 | Nobody (1+ years ago) |
| CloseDir | Close a directory | 0 | Nobody (1+ years ago) |
| CloseFile | Closes a file stream... | 0 | Nobody (1+ years ago) |
| CloseGNetHost | Close a GNet host
Once closed, a GNet host cannot be reopened... | 0 | Nobody (1+ years ago) |
| CloseGNetObject | Close a GNet object | 0 | Nobody (1+ years ago) |
| CloseGraphics | Close a graphics object
Once closed, a graphics object can no longer be used... | 0 | Nobody (1+ years ago) |
| CloseSocket | Close a socket
All sockets should eventually be closed... | 0 | Nobody (1+ years ago) |
| CloseStream | Close a stream
All streams should be closed when they are no longer required... | 0 | Nobody (1+ years ago) |
| Cls | Clear graphics buffer
Clears the graphics buffer to the current cls color as determined by SetClsColor... | 0 | Nobody (1+ years ago) |
| CollapseTreeViewNode | Collapses a treeview node in a TreeView gadget... | 0 | Nobody (1+ years ago) |
| CollideRect | Pixel accurate collision testing between image layers
The collidemask specifies any layers to test for collision with... | 0 | Nobody (1+ years ago) |
| compress2 | Compress a block of data at specified compression level | 0 | Nobody (1+ years ago) |
| Confirm | Request user confirmation... | 0 | Nobody (1+ years ago) |
| ConnectSocket | Connect a socket to a remote ip and port
For both UDP and TCP sockets, ConnectSocket will fail if the specified
ip address could not be reached... | 0 | Nobody (1+ years ago) |
| Const | Declare a constant | 0 | Nobody (1+ years ago) |
| Continue | Continue execution of enclosing loop | 0 | Nobody (1+ years ago) |