Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/analyze_plugins/analyze_utilities/display_line.py SkeinFox(Download)
def button1( self, event, shift = False ): "Print line text and connection line." self.destroyEverythingGetFocus() x = self.canvas.canvasx( event.x ) y = self.canvas.canvasy( event.y )
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/analyze_plugins/analyze_utilities/view_move.py SkeinFox(Download)
def button1( self, event, shift = False ): "Print line text and connection line." self.destroyEverythingGetFocus() self.buttonOnePressedScreenCoordinate = complex( event.x, event.y ) self.scrollPaneFraction = self.window.getScrollPaneFraction()