We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from gambiter import g_guiFlash from gambiter.flash import COMPONENT_TYPE g_guiFlash.createComponent('labelAlias', COMPONENT_TYPE.LABEL, {'text': 'Hello, world!'})