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

props = {'x': 100, 'y': 100, 'text': 'Hello, world!', 'tooltip': 'Hello, world!'} g_guiFlash.createComponent('labelAlias', COMPONENT_TYPE.LABEL, props)