Skip to content

Hello, world!

Vlad edited this page Dec 19, 2017 · 26 revisions

`from gambiter import g_guiFlash from gambiter.flash import COMPONENT_TYPE

g_guiFlash.createComponent('labelAlias', COMPONENT_TYPE.LABEL, {'x': 100, 'y': 100, 'drag': True, 'border': True, 'text': 'Hello, world!', 'tooltip': 'Hello, world!'})`