Standard Library - ThomasKenyeres/GTKML-GTK-Markup-Language- GitHub Wiki
The standard library has one element right now: the GTKML Query Object. It consists of two big elements:
- Object Accessor
- HttpService (in the future it will be extensible with a package-manager)
You can access its specially named instance '_' from an integrated python snippet or control node.
If you want to access/refer to an element with id='e1', then you should type:
_('#e1')
It will return a reference to the certain object, you linked with that ID.