Esempio n. 1
0
 def PyCreateListContainerElement(self):
     return PyListContainerElementUI(
         PyUIFactory.CreateListContainerElementUI())
Esempio n. 2
0
 def PyCreateTabLayout(self):
     return PyTabLayoutUI(PyUIFactory.CreateTabLayoutUI())
Esempio n. 3
0
 def PyCreateList(self):
     return PyListUI(PyUIFactory.CreateListUI())
Esempio n. 4
0
 def PyCreateHorizontalLayout(self):
     return PyHorizontalLayoutUI(PyUIFactory.CreateHorizontalLayoutUI())
Esempio n. 5
0
 def PyCreateVerticalLayout(self):
     return PyVerticalLayoutUI(PyUIFactory.CreateVerticalLayoutUI())
Esempio n. 6
0
 def PyCreateAnimation(self):
     return PyAnimationUI(PyUIFactory.CreateAnimationUI())
Esempio n. 7
0
 def PyCreateContainer(self):
     return PyContainerUI(PyUIFactory.CreateContainerUI())
Esempio n. 8
0
 def PyCreateEdit(self):
     return PyEditUI(PyUIFactory.CreateEditUI())
Esempio n. 9
0
 def PyCreateProgress(self):
     return PyProgressUI(PyUIFactory.CreatProgressUI())
Esempio n. 10
0
 def PyCreateCheckBox(self):
     return PyCheckBoxUI(PyUIFactory.CreateCheckBoxUI())
Esempio n. 11
0
 def PyCreateOption(self):
     return PyOptionUI(PyUIFactory.CreateOptionUI())
Esempio n. 12
0
 def PyCreateButton(self):
     return PyButtonUI(PyUIFactory.CreateButtonUI())
Esempio n. 13
0
 def PyCreateLabel(self):
     return PyLabelUI(PyUIFactory.CreateLabelUI())
Esempio n. 14
0
 def PyCreateControl(self):
     return PyControlUI(PyUIFactory.CreateControlUI())