Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Other GUI Functions)
(Controls)
Line 497: Line 497:
 
* [[Core Function ControlShow|ControlShow ( <title>, <text>, <controlID> )]] -- Shows a control that was hidden
 
* [[Core Function ControlShow|ControlShow ( <title>, <text>, <controlID> )]] -- Shows a control that was hidden
 
* [[Core Function ControlHide|ControlHide ( <title>, <text>, <controlID> )]] -- Hides a control
 
* [[Core Function ControlHide|ControlHide ( <title>, <text>, <controlID> )]] -- Hides a control
 +
* [[Core Function ControlCommand|ControlCommand ( <title>, <text>, <controlID>, <command>, <option> )]] -- Sends a command to a control
 +
* [[Core Function ControlFocus|ControlFocus ( <title>, <text>, <controlID> )]] -- Sets input focus to a given control on a window
 +
* [[Core Function ControlGetHandle|ControlGetHandle ( <title>, <text>, <controlID> )]] -- Retrieves the internal handle of a control
 +
* [[Core Function ControlGetText|ControlGetText ( <title>, <text>, <controlID> )]] -- Retrieves text from a control
 +
* [[Core Function ControlMove|ControlMove ( <title>, <text>, <controlID>, <x>, <y>, <width>, <height> )]] -- Moves a control within a window
 +
* [[Core Function ControlSetText|ControlSetText ( <title>, <text>, <controlID>, <text>, <flag> )]] -- Sets text of a control
  
 
==== Graphics/Pixel Functions ====
 
==== Graphics/Pixel Functions ====

Revision as of 10:02, 14 December 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multi-Threading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking
Get Type Directly

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions
Misc
Dialogs

Directory Functions

Dialogs

Path Functions

Network Functions

HTTP Functions
MySQL Functions
Sputnik Client/Server Functions (This is just for connecting Sputnik Clients to Sputnik Servers nothing else)
Misc Network Functions

Memory Functions

GUI Functions

Dialog Creation Functions
Control Creation Functions
Control Properties Get/Set Functions

Note - Any options not here are most likely found using GUIGetProp and GUISetProp.

Common Dialog/Control Properties Get/Set Functions
GUI Link (Event) Functions
Other GUI Functions

Keyboard Control Functions

Mouse Control Functions

Window Management Functions

(For info on using <title>, <text> See Window Titles and Text (Advanced) )

Controls

(For info on using <title>, <text> See Window Titles and Text (Advanced) )

Graphics/Pixel Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox