Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
src/d/i/digsby-HEAD/digsby/src/gui/uberwidgets/uberbook/UberBook.py digsby(Download)
from __future__ import with_statement import wx from containers import PageContainer from dragtimer import WinDragTimer from OverlayImage import SimpleOverlayImage
global wdt if not wdt.IsRunning(): self.preview = SimpleOverlayImage(self, MultiTab(self.tabbar.tabs)) wdt.Start(self)
src/d/i/digsby-HEAD/digsby/src/gui/uberwidgets/uberbook/tabmanager.py digsby(Download)
import wx from gui.windowfx import fadein, fadeout from dragtimer import DragTimer,WinDragTimer from OverlayImage import SimpleOverlayImage
self.source=notebook if self.source: self.dragtimer.Start(SimpleOverlayImage(notebook,self.source.tabbar.dragorigin)) def Request(self,notebook=None):