示例#1
0
 def changeFrameBoard(self, button):
     from commandHandlerClass import CommandHandler
     ch = CommandHandler(self.uvm)
     ch.routeCommand('subreddit ' + button.get_label())
示例#2
0
 def changeFrameThread(self, button):
     from commandHandlerClass import CommandHandler
     ch = CommandHandler(self.uvm)
     ch.routeCommand('post ' + self.boardString + ' ' + button.get_label())
示例#3
0
 def changeSubPage(self, button):
     from commandHandlerClass import CommandHandler
     ch = CommandHandler(self.uvm)
     ch.routeCommand('subpage ' + self.boardString + ' ' +
                     button.get_label())
示例#4
0
 def changeSubPage(self, button):
     from commandHandlerClass import CommandHandler
     ch = CommandHandler(self.uvm)
     ch.routeCommand('sub ' + self.subreddit + ' ' + button.get_label())