home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / lib / gui / uberwidgets / UberEvents.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-02-26  |  432 b   |  11 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import wx
  5. import wx.lib.newevent as wx
  6. newevt = wx.lib.newevent.NewEvent
  7. (UBOver, EVT_UB_OVER) = newevt()
  8. (UBOut, EVT_UB_OUT) = newevt()
  9. (DragStart, EVT_DRAG_START) = newevt()
  10. (TabNotifiedEvent, EVT_TAB_NOTIFIED) = newevt()
  11.