home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / gui / pref / pg_supportdigsby.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2011-06-22  |  925 b   |  18 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. import wx
  5. import gui.pref.prefcontrols as PC
  6. from gui.uberwidgets.PrefPanel import PrefPanel, PrefCollection
  7. import gui.supportdigsby as Support
  8. import common
  9.  
  10. def panel(p, sizer, addgroup, exithooks):
  11.     components = [ o() for o in Support.supportoptions.get_enabled() ]
  12.     _supportpanel = Support.supportdialog.SupportPanel(components, p)
  13.     outerpanel = PrefPanel(p, _supportpanel, _('Support Digsby'))
  14.     exithooks += _supportpanel.OnClose
  15.     sizer.Add(outerpanel, 1, wx.EXPAND)
  16.     return p
  17.  
  18.