Beispiel #1
0
 def GetControl(self, control):
     return _GemRB.Window_GetControl(self.ID, control)
Beispiel #2
0
 def CreateMapControl(self, control, *args):
     _GemRB.Window_CreateMapControl(self.ID, control, *args)
     return _GemRB.Window_GetControl(self.ID, control)
Beispiel #3
0
 def CreateLabelOnButton(self, control, *args):
     _GemRB.Button_CreateLabelOnButton(self.WinID, self.ID, control, *args)
     return _GemRB.Window_GetControl(self.WinID, control)