~jflaker/pyroom/BugFixB1124380

« back to all changes in this revision

Viewing changes to PyRoom/gui.py

  • Committer: Florian Heinle
  • Date: 2010-09-01 02:21:44 UTC
  • Revision ID: florian-launchpad@planet-tiax.de-20100901022144-shu6aljg9u2ebk26
added minimize shortcut. Thanks, Justin Stout

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
            adj.value -= adj.step_increment
339
339
        else:
340
340
            adj.value = 0
 
341
 
 
342
    def iconify(self):
 
343
        """ Minimize (iconify) the window """
 
344
        self.window.iconify()