示例#1
0
 def render(self, screen, widget_context, x, y, w, h):
     UIEngine.nullRender(screen, self.name, x, y, w, h)
示例#2
0
 def render(self, screen, widget_context, x, y, w, h):
     UIEngine.nullRender(screen, self.name, x, y, w, h)
示例#3
0
 def renderNicklist(self, screen, widget_context, panel_id, x, y, w, h):
     UIEngine.nullRender(screen,panel_id,x,y,w,h)