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