Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/analyze_plugins/skeinview.py SkeinFox(Download)
width = coloredLine.width ) if self.index < len( self.skeinPanes ) - 1: self.upButton.config( state = preferences.Tkinter.NORMAL ) else: self.upButton.config( state = preferences.Tkinter.DISABLED ) if self.index > 0: self.downButton.config( state = preferences.Tkinter.NORMAL )
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/analyze_plugins/skeinview.py SkeinFox(Download)
width = coloredLine.width ) if self.index < len( self.skeinPanes ) - 1: self.upButton.config( state = preferences.Tkinter.NORMAL ) else: self.upButton.config( state = preferences.Tkinter.DISABLED ) if self.index > 0: self.downButton.config( state = preferences.Tkinter.NORMAL )
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/analyze_plugins/behold.py SkeinFox(Download)
def preferencesDestroyed( self, event ): "Disable the show preferences button because the dynamic preferences were destroyed." self.showPreferencesButton.config( state = preferences.Tkinter.NORMAL ) def printHexadecimalColorName( self, name ):
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/analyze_plugins/behold.py SkeinFox(Download)
def preferencesDestroyed( self, event ): "Disable the show preferences button because the dynamic preferences were destroyed." self.showPreferencesButton.config( state = preferences.Tkinter.NORMAL ) def printHexadecimalColorName( self, name ):