| sdleiF | |
| Element bottom_center RO | Bottom center group |
| Element bottom_left RO | Bottom left group |
| Element bottom_right RO | Bottom right group |
| string clipboard | Clipboard contents |
| int KEY_BACK RO | |
| int KEY_LEFT RO | |
| int KEY_MENU RO | |
| int KEY_RIGHT RO | |
| int KEY_SEARCH RO | |
| Rectangle rect RO | Area available for GUIAvailable GUI area (excluding margins when applicable). List layout function receives its current list item area as GUI.rect |
| Element top_center RO | Top center group |
| Element top_left RO | Top left group |
| Element top_right RO | Top right group |
| snoitcnuF | |
| function fontHeight(int font_id)doesn't return a value | Font height |
| function get(string name)returns GUIElement | Get gui element by nameReturns null if there is no such element |
| function messageBox(string title, string message)doesn't return a value | Display message box |
| function messageBox4(string title, string message, Vector buttons, FunctionReference function)doesn't return a value | Display message box |
| function newBlocker(string name)returns GUIElement | Create a blocker |
| function newBubble(string name, string text)returns GUIElement | Create a help bubble |
| function newButton(string name, string text)returns GUIElement | Create a button |
| function newCheckbox(string name, string text)returns GUIElement | Create a checkbox |
| function newDrawing(string name)returns GUIElement | Create a drawing |
| function newGroup(string name)returns GUIElement | Create a group |
| function newImage(string name, string filename)returns GUIElement | Create an image |
| function newLabel(string name, string text)returns GUIElement | Create a label |
| function newList(string name)returns GUIElement | Create a list view |
| function newMenu(string name, object menu_items)returns GUIElement | Create a menu |
| function newModel(string name, string genotype)returns GUIElement | Create a modelviewer |
| function newScroll(string name)returns GUIElement | Create a scroll area |
| function newSlider(string name, int value, int min, int max)returns GUIElement | Create a slider |
| function newSpinner(string name)returns GUIElement | Create a waiting animaton |
| function newTextField(string name, string text)returns GUIElement | Create a text field |
| function newTextview(string name, string text)returns GUIElement | Create a text viewer |
| function playSound(string name)doesn't return a value | Play sound |
| function removeAll()doesn't return a value | Remove all gui elements |
| function removeElement(untyped object_or_name)doesn't return a value | Remove gui element |
| function setTimeout(string identifier, float timeout, FunctionReference function)doesn't return a value | Schedule timed eventEvents can be rescheduled by reusing identifiers. Cancel the event by setting its function to null. |