Skip to content

Elements

trubblegum edited this page Mar 31, 2012 · 13 revisions

Element constructors add the relevant element to Gspot's elements table, and return a reference to the new element.

The following gui elements are defined in Gspot.

group (label, pos, parent)

text (label, pos, parent)

image (label, pos, parent, img)

button (label, pos, parent)

option (label, pos, parent, value)
imgbutton (label, pos, parent, img)
checkbox (label, pos, parent, value)

input (label, pos, parent)

scrollgroup (label, pos, parent)

scroll (label, pos, parent, values)
feedback (label, pos, parent, autopos)

hidden (label, pos, parent)

radius (label, pos, parent)