| | | |
| CreateButton | Create a Button gadget... | 1 | Mark Tiffany (1+ years ago) |
| SetGadgetPixmap | Set a gadget's pixmap... | 2 | Mark Tiffany (1+ years ago) |
| KeyDown | Check for key state
See the {key codes} module for a list of valid keycodes... | 3 | pushedx (1+ years ago) |
| GrabPixmap | Grab pixmap | 3 | Perturbatio (1+ years ago) |
| GLTexFromPixmap | Helper function to create a texture from a pixmap
pixmap is resized to a valid texture size before conversion... | 3 | ShadowTurtle (1+ years ago) |
| SuperStrict | Set SuperStrict mode | 1 | Plash (1+ years ago) |
| ListRemove | Remove an object from a linked list
ListRemove scans a list for the specified value and removes its link... | 1 | Plash (1+ years ago) |
| ListAddFirst | Add an object to a linked list | 1 | Plash (1+ years ago) |
| ListAddLast | Add an object to a linked list | 1 | Plash (1+ years ago) |
| ListContains | Check if list contains a value | 1 | Plash (1+ years ago) |
| ListIsEmpty | Check if list is empty | 1 | Plash (1+ years ago) |
| CountList | Count list length | 1 | Plash (1+ years ago) |
| ClearList | Clear a linked list
Removes all objects from list... | 1 | Plash (1+ years ago) |
| Ptr | Composite Type specifier for pointer types | 1 | big10p (1+ years ago) |
| WritePixel | Write a pixel to a pixmap
The 32 bit argb value contains the following components:
[ bits 24-31 | pixel alpha
* bits 16-23 | pixel red
* bits 8-15 | pixel green
* bits 0-7 | pixel blue
] | 1 | ImaginaryHuman (1+ years ago) |
| Abstract | Denote a Type or Method as Abstract | 0 | Nobody (1+ years ago) |
| ACos | Inverse Cosine of x | 0 | Nobody (1+ years ago) |
| ActivateGadget | Request focus for a gadget... | 0 | Nobody (1+ years ago) |
| ActivateWindow | Activate a window gadget... | 0 | Nobody (1+ years ago) |
| ActiveGadget | Return the currently active gadget... | 0 | Nobody (1+ years ago) |
| AddGadgetItem | Add an item to a list based gadget... | 0 | Nobody (1+ years ago) |
| AddHook | Add a hook function
Add a hook function to be executed when RunHooks is called with the specified hook id... | 0 | Nobody (1+ years ago) |
| AddTextAreaText | Append text to the contents of a TextArea gadget... | 0 | Nobody (1+ years ago) |
| AddTreeViewNode | Add a node to a TreeView gadget... | 0 | Nobody (1+ years ago) |
| AllocChannel | Allocate audio channel
Allocates an audio channel for use with PlaySound and CueSound... | 0 | Nobody (1+ years ago) |