Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Control Creation Functions)
(Control Creation Functions)
Line 261: Line 261:
  
 
===== Control Creation Functions =====
 
===== Control Creation Functions =====
* [[Core Function GUICreateButton|GUICreateButton( <expression> )]] --
+
* [[Core Function GUICreateButton|GUICreateButton( <gui/container>, <name>, <text>, <left>, <top>, <width>, <height> )]] -- Create a button
* [[Core Function GUICreateTextBox|GUICreateTextBox( <expression> )]] --
+
* [[Core Function GUICreateTextBox|GUICreateTextBox( <gui/container>, <name>, <text>, <left>, <top>, <width>, <height> )]] -- Create a Textbox
* [[Core Function GUICreateTextBoxEx|GUICreateTextBoxEx( <expression> )]] --
+
* [[Core Function GUICreateTextBoxEx|GUICreateTextBoxEx( <gui/container>, <name>, <text>, <left>, <top>, <width>, <height> )]] -- Create a multiline Textbox
* [[Core Function GUICreateTimer|GUICreateTimer( <expression> )]] --
+
* [[Core Function GUICreateTimer|GUICreateTimer( <gui/container>, <name>, <interval> )]] -- Create a timer
* [[Core Function GUICreateDataGrid|GUICreateTimer( <expression> )]] --
+
* [[Core Function GUICreateDataGrid|GUICreateDataGrid( <gui/container>, <name>, <left>, <top>, <width>, <height> )]] -- Create a Data Grid control.
  
 
===== Event Linking Functions =====
 
===== Event Linking Functions =====

Revision as of 22:21, 24 November 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions

GUI Functions

Dialog Creation Functions
Dialog Properties Get/Set Functions
Control Creation Functions
Event Linking Functions
Dialog/Control Properties Get/Set Functions
Control Properties Get/Set Functions
Other GUI 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