home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / bitpim / bitpim-0.62-setup.exe / {app} / bitpim.exe / wxPython / htmlhelp.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2003-11-06  |  23.7 KB  |  456 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.3)
  3.  
  4. import htmlhelpc
  5. from misc import *
  6. from misc2 import *
  7. from windows import *
  8. from gdi import *
  9. from fonts import *
  10. from clip_dnd import *
  11. from events import *
  12. from streams import *
  13. from utils import *
  14. from mdi import *
  15. from frames import *
  16. from stattool import *
  17. from controls import *
  18. from controls2 import *
  19. from windows2 import *
  20. from cmndlgs import *
  21. from windows3 import *
  22. from image import *
  23. from printfw import *
  24. from sizers import *
  25. from filesys import *
  26.  
  27. class wxHtmlBookRecordPtr:
  28.     
  29.     def __init__(self, this):
  30.         self.this = this
  31.         self.thisown = 0
  32.  
  33.     
  34.     def GetBookFile(self, *_args, **_kwargs):
  35.         val = htmlhelpc.wxHtmlBookRecord_GetBookFile(self, *_args, **_kwargs)
  36.         return val
  37.  
  38.     
  39.     def GetTitle(self, *_args, **_kwargs):
  40.         val = htmlhelpc.wxHtmlBookRecord_GetTitle(self, *_args, **_kwargs)
  41.         return val
  42.  
  43.     
  44.     def GetStart(self, *_args, **_kwargs):
  45.         val = htmlhelpc.wxHtmlBookRecord_GetStart(self, *_args, **_kwargs)
  46.         return val
  47.  
  48.     
  49.     def GetBasePath(self, *_args, **_kwargs):
  50.         val = htmlhelpc.wxHtmlBookRecord_GetBasePath(self, *_args, **_kwargs)
  51.         return val
  52.  
  53.     
  54.     def SetContentsRange(self, *_args, **_kwargs):
  55.         val = htmlhelpc.wxHtmlBookRecord_SetContentsRange(self, *_args, **_kwargs)
  56.         return val
  57.  
  58.     
  59.     def GetContentsStart(self, *_args, **_kwargs):
  60.         val = htmlhelpc.wxHtmlBookRecord_GetContentsStart(self, *_args, **_kwargs)
  61.         return val
  62.  
  63.     
  64.     def GetContentsEnd(self, *_args, **_kwargs):
  65.         val = htmlhelpc.wxHtmlBookRecord_GetContentsEnd(self, *_args, **_kwargs)
  66.         return val
  67.  
  68.     
  69.     def SetTitle(self, *_args, **_kwargs):
  70.         val = htmlhelpc.wxHtmlBookRecord_SetTitle(self, *_args, **_kwargs)
  71.         return val
  72.  
  73.     
  74.     def SetBasePath(self, *_args, **_kwargs):
  75.         val = htmlhelpc.wxHtmlBookRecord_SetBasePath(self, *_args, **_kwargs)
  76.         return val
  77.  
  78.     
  79.     def SetStart(self, *_args, **_kwargs):
  80.         val = htmlhelpc.wxHtmlBookRecord_SetStart(self, *_args, **_kwargs)
  81.         return val
  82.  
  83.     
  84.     def GetFullPath(self, *_args, **_kwargs):
  85.         val = htmlhelpc.wxHtmlBookRecord_GetFullPath(self, *_args, **_kwargs)
  86.         return val
  87.  
  88.     
  89.     def __repr__(self):
  90.         return '<%s.%s instance; proxy of C++ wxHtmlBookRecord instance at %s>' % (self.__class__.__module__, self.__class__.__name__, self.this)
  91.  
  92.  
  93.  
  94. class wxHtmlBookRecord(wxHtmlBookRecordPtr):
  95.     
  96.     def __init__(self, *_args, **_kwargs):
  97.         self.this = htmlhelpc.new_wxHtmlBookRecord(*_args, **_kwargs)
  98.         self.thisown = 1
  99.  
  100.  
  101.  
  102. class wxHtmlContentsItemPtr:
  103.     
  104.     def __init__(self, this):
  105.         self.this = this
  106.         self.thisown = 0
  107.  
  108.     
  109.     def GetLevel(self, *_args, **_kwargs):
  110.         val = htmlhelpc.wxHtmlContentsItem_GetLevel(self, *_args, **_kwargs)
  111.         return val
  112.  
  113.     
  114.     def GetID(self, *_args, **_kwargs):
  115.         val = htmlhelpc.wxHtmlContentsItem_GetID(self, *_args, **_kwargs)
  116.         return val
  117.  
  118.     
  119.     def GetName(self, *_args, **_kwargs):
  120.         val = htmlhelpc.wxHtmlContentsItem_GetName(self, *_args, **_kwargs)
  121.         return val
  122.  
  123.     
  124.     def GetPage(self, *_args, **_kwargs):
  125.         val = htmlhelpc.wxHtmlContentsItem_GetPage(self, *_args, **_kwargs)
  126.         return val
  127.  
  128.     
  129.     def GetBook(self, *_args, **_kwargs):
  130.         val = htmlhelpc.wxHtmlContentsItem_GetBook(self, *_args, **_kwargs)
  131.         if val:
  132.             val = wxHtmlBookRecordPtr(val)
  133.         
  134.         return val
  135.  
  136.     
  137.     def __repr__(self):
  138.         return '<%s.%s instance; proxy of C++ wxHtmlContentsItem instance at %s>' % (self.__class__.__module__, self.__class__.__name__, self.this)
  139.  
  140.  
  141.  
  142. class wxHtmlContentsItem(wxHtmlContentsItemPtr):
  143.     
  144.     def __init__(self, this):
  145.         self.this = this
  146.  
  147.  
  148.  
  149. class wxHtmlSearchStatusPtr:
  150.     
  151.     def __init__(self, this):
  152.         self.this = this
  153.         self.thisown = 0
  154.  
  155.     
  156.     def Search(self, *_args, **_kwargs):
  157.         val = htmlhelpc.wxHtmlSearchStatus_Search(self, *_args, **_kwargs)
  158.         return val
  159.  
  160.     
  161.     def IsActive(self, *_args, **_kwargs):
  162.         val = htmlhelpc.wxHtmlSearchStatus_IsActive(self, *_args, **_kwargs)
  163.         return val
  164.  
  165.     
  166.     def GetCurIndex(self, *_args, **_kwargs):
  167.         val = htmlhelpc.wxHtmlSearchStatus_GetCurIndex(self, *_args, **_kwargs)
  168.         return val
  169.  
  170.     
  171.     def GetMaxIndex(self, *_args, **_kwargs):
  172.         val = htmlhelpc.wxHtmlSearchStatus_GetMaxIndex(self, *_args, **_kwargs)
  173.         return val
  174.  
  175.     
  176.     def GetName(self, *_args, **_kwargs):
  177.         val = htmlhelpc.wxHtmlSearchStatus_GetName(self, *_args, **_kwargs)
  178.         return val
  179.  
  180.     
  181.     def GetContentsItem(self, *_args, **_kwargs):
  182.         val = htmlhelpc.wxHtmlSearchStatus_GetContentsItem(self, *_args, **_kwargs)
  183.         if val:
  184.             val = wxHtmlContentsItemPtr(val)
  185.         
  186.         return val
  187.  
  188.     
  189.     def __repr__(self):
  190.         return '<%s.%s instance; proxy of C++ wxHtmlSearchStatus instance at %s>' % (self.__class__.__module__, self.__class__.__name__, self.this)
  191.  
  192.  
  193.  
  194. class wxHtmlSearchStatus(wxHtmlSearchStatusPtr):
  195.     
  196.     def __init__(self, this):
  197.         self.this = this
  198.  
  199.  
  200.  
  201. class wxHtmlHelpDataPtr:
  202.     
  203.     def __init__(self, this):
  204.         self.this = this
  205.         self.thisown = 0
  206.  
  207.     
  208.     def __del__(self, delfunc = htmlhelpc.delete_wxHtmlHelpData):
  209.         if self.thisown == 1:
  210.             
  211.             try:
  212.                 delfunc(self)
  213.  
  214.         
  215.  
  216.     
  217.     def SetTempDir(self, *_args, **_kwargs):
  218.         val = htmlhelpc.wxHtmlHelpData_SetTempDir(self, *_args, **_kwargs)
  219.         return val
  220.  
  221.     
  222.     def AddBook(self, *_args, **_kwargs):
  223.         val = htmlhelpc.wxHtmlHelpData_AddBook(self, *_args, **_kwargs)
  224.         return val
  225.  
  226.     
  227.     def FindPageByName(self, *_args, **_kwargs):
  228.         val = htmlhelpc.wxHtmlHelpData_FindPageByName(self, *_args, **_kwargs)
  229.         return val
  230.  
  231.     
  232.     def FindPageById(self, *_args, **_kwargs):
  233.         val = htmlhelpc.wxHtmlHelpData_FindPageById(self, *_args, **_kwargs)
  234.         return val
  235.  
  236.     
  237.     def GetBookRecArray(self, *_args, **_kwargs):
  238.         val = htmlhelpc.wxHtmlHelpData_GetBookRecArray(self, *_args, **_kwargs)
  239.         return val
  240.  
  241.     
  242.     def GetContents(self, *_args, **_kwargs):
  243.         val = htmlhelpc.wxHtmlHelpData_GetContents(self, *_args, **_kwargs)
  244.         if val:
  245.             val = wxHtmlContentsItemPtr(val)
  246.         
  247.         return val
  248.  
  249.     
  250.     def GetContentsCnt(self, *_args, **_kwargs):
  251.         val = htmlhelpc.wxHtmlHelpData_GetContentsCnt(self, *_args, **_kwargs)
  252.         return val
  253.  
  254.     
  255.     def GetIndex(self, *_args, **_kwargs):
  256.         val = htmlhelpc.wxHtmlHelpData_GetIndex(self, *_args, **_kwargs)
  257.         if val:
  258.             val = wxHtmlContentsItemPtr(val)
  259.         
  260.         return val
  261.  
  262.     
  263.     def GetIndexCnt(self, *_args, **_kwargs):
  264.         val = htmlhelpc.wxHtmlHelpData_GetIndexCnt(self, *_args, **_kwargs)
  265.         return val
  266.  
  267.     
  268.     def __repr__(self):
  269.         return '<%s.%s instance; proxy of C++ wxHtmlHelpData instance at %s>' % (self.__class__.__module__, self.__class__.__name__, self.this)
  270.  
  271.  
  272.  
  273. class wxHtmlHelpData(wxHtmlHelpDataPtr):
  274.     
  275.     def __init__(self, *_args, **_kwargs):
  276.         self.this = htmlhelpc.new_wxHtmlHelpData(*_args, **_kwargs)
  277.         self.thisown = 1
  278.  
  279.  
  280.  
  281. class wxHtmlHelpFramePtr(wxFramePtr):
  282.     
  283.     def __init__(self, this):
  284.         self.this = this
  285.         self.thisown = 0
  286.  
  287.     
  288.     def GetData(self, *_args, **_kwargs):
  289.         val = htmlhelpc.wxHtmlHelpFrame_GetData(self, *_args, **_kwargs)
  290.         if val:
  291.             val = wxHtmlHelpDataPtr(val)
  292.         
  293.         return val
  294.  
  295.     
  296.     def SetTitleFormat(self, *_args, **_kwargs):
  297.         val = htmlhelpc.wxHtmlHelpFrame_SetTitleFormat(self, *_args, **_kwargs)
  298.         return val
  299.  
  300.     
  301.     def Display(self, *_args, **_kwargs):
  302.         val = htmlhelpc.wxHtmlHelpFrame_Display(self, *_args, **_kwargs)
  303.         return val
  304.  
  305.     
  306.     def DisplayID(self, *_args, **_kwargs):
  307.         val = htmlhelpc.wxHtmlHelpFrame_DisplayID(self, *_args, **_kwargs)
  308.         return val
  309.  
  310.     
  311.     def DisplayContents(self, *_args, **_kwargs):
  312.         val = htmlhelpc.wxHtmlHelpFrame_DisplayContents(self, *_args, **_kwargs)
  313.         return val
  314.  
  315.     
  316.     def DisplayIndex(self, *_args, **_kwargs):
  317.         val = htmlhelpc.wxHtmlHelpFrame_DisplayIndex(self, *_args, **_kwargs)
  318.         return val
  319.  
  320.     
  321.     def KeywordSearch(self, *_args, **_kwargs):
  322.         val = htmlhelpc.wxHtmlHelpFrame_KeywordSearch(self, *_args, **_kwargs)
  323.         return val
  324.  
  325.     
  326.     def UseConfig(self, *_args, **_kwargs):
  327.         val = htmlhelpc.wxHtmlHelpFrame_UseConfig(self, *_args, **_kwargs)
  328.         return val
  329.  
  330.     
  331.     def ReadCustomization(self, *_args, **_kwargs):
  332.         val = htmlhelpc.wxHtmlHelpFrame_ReadCustomization(self, *_args, **_kwargs)
  333.         return val
  334.  
  335.     
  336.     def WriteCustomization(self, *_args, **_kwargs):
  337.         val = htmlhelpc.wxHtmlHelpFrame_WriteCustomization(self, *_args, **_kwargs)
  338.         return val
  339.  
  340.     
  341.     def __repr__(self):
  342.         return '<%s.%s instance; proxy of C++ wxHtmlHelpFrame instance at %s>' % (self.__class__.__module__, self.__class__.__name__, self.this)
  343.  
  344.  
  345.  
  346. class wxHtmlHelpFrame(wxHtmlHelpFramePtr):
  347.     
  348.     def __init__(self, *_args, **_kwargs):
  349.         self.this = htmlhelpc.new_wxHtmlHelpFrame(*_args, **_kwargs)
  350.         self.thisown = 1
  351.         self._setOORInfo(self)
  352.  
  353.  
  354.  
  355. class wxHtmlHelpControllerPtr(wxEvtHandlerPtr):
  356.     
  357.     def __init__(self, this):
  358.         self.this = this
  359.         self.thisown = 0
  360.  
  361.     
  362.     def __del__(self, delfunc = htmlhelpc.delete_wxHtmlHelpController):
  363.         if self.thisown == 1:
  364.             
  365.             try:
  366.                 delfunc(self)
  367.  
  368.         
  369.  
  370.     
  371.     def SetTitleFormat(self, *_args, **_kwargs):
  372.         val = htmlhelpc.wxHtmlHelpController_SetTitleFormat(self, *_args, **_kwargs)
  373.         return val
  374.  
  375.     
  376.     def SetTempDir(self, *_args, **_kwargs):
  377.         val = htmlhelpc.wxHtmlHelpController_SetTempDir(self, *_args, **_kwargs)
  378.         return val
  379.  
  380.     
  381.     def AddBook(self, *_args, **_kwargs):
  382.         val = htmlhelpc.wxHtmlHelpController_AddBook(self, *_args, **_kwargs)
  383.         return val
  384.  
  385.     
  386.     def Display(self, *_args, **_kwargs):
  387.         val = htmlhelpc.wxHtmlHelpController_Display(self, *_args, **_kwargs)
  388.         return val
  389.  
  390.     
  391.     def DisplayID(self, *_args, **_kwargs):
  392.         val = htmlhelpc.wxHtmlHelpController_DisplayID(self, *_args, **_kwargs)
  393.         return val
  394.  
  395.     
  396.     def DisplayContents(self, *_args, **_kwargs):
  397.         val = htmlhelpc.wxHtmlHelpController_DisplayContents(self, *_args, **_kwargs)
  398.         return val
  399.  
  400.     
  401.     def DisplayIndex(self, *_args, **_kwargs):
  402.         val = htmlhelpc.wxHtmlHelpController_DisplayIndex(self, *_args, **_kwargs)
  403.         return val
  404.  
  405.     
  406.     def KeywordSearch(self, *_args, **_kwargs):
  407.         val = htmlhelpc.wxHtmlHelpController_KeywordSearch(self, *_args, **_kwargs)
  408.         return val
  409.  
  410.     
  411.     def UseConfig(self, *_args, **_kwargs):
  412.         val = htmlhelpc.wxHtmlHelpController_UseConfig(self, *_args, **_kwargs)
  413.         return val
  414.  
  415.     
  416.     def ReadCustomization(self, *_args, **_kwargs):
  417.         val = htmlhelpc.wxHtmlHelpController_ReadCustomization(self, *_args, **_kwargs)
  418.         return val
  419.  
  420.     
  421.     def WriteCustomization(self, *_args, **_kwargs):
  422.         val = htmlhelpc.wxHtmlHelpController_WriteCustomization(self, *_args, **_kwargs)
  423.         return val
  424.  
  425.     
  426.     def GetFrame(self, *_args, **_kwargs):
  427.         val = htmlhelpc.wxHtmlHelpController_GetFrame(self, *_args, **_kwargs)
  428.         if val:
  429.             val = wxHtmlHelpFramePtr(val)
  430.         
  431.         return val
  432.  
  433.     
  434.     def __repr__(self):
  435.         return '<%s.%s instance; proxy of C++ wxHtmlHelpController instance at %s>' % (self.__class__.__module__, self.__class__.__name__, self.this)
  436.  
  437.  
  438.  
  439. class wxHtmlHelpController(wxHtmlHelpControllerPtr):
  440.     
  441.     def __init__(self, *_args, **_kwargs):
  442.         self.this = htmlhelpc.new_wxHtmlHelpController(*_args, **_kwargs)
  443.         self.thisown = 1
  444.         self._setOORInfo(self)
  445.  
  446.  
  447. wxHF_TOOLBAR = htmlhelpc.wxHF_TOOLBAR
  448. wxHF_FLATTOOLBAR = htmlhelpc.wxHF_FLATTOOLBAR
  449. wxHF_CONTENTS = htmlhelpc.wxHF_CONTENTS
  450. wxHF_INDEX = htmlhelpc.wxHF_INDEX
  451. wxHF_SEARCH = htmlhelpc.wxHF_SEARCH
  452. wxHF_BOOKMARKS = htmlhelpc.wxHF_BOOKMARKS
  453. wxHF_OPENFILES = htmlhelpc.wxHF_OPENFILES
  454. wxHF_PRINT = htmlhelpc.wxHF_PRINT
  455. wxHF_DEFAULTSTYLE = htmlhelpc.wxHF_DEFAULTSTYLE
  456.