Package wx :: Module html :: Class HtmlHelpFrame
[frames | no frames]

Type HtmlHelpFrame

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
        TopLevelWindow --+    
                         |    
                     Frame --+
                             |
                            HtmlHelpFrame


Proxy of C++ HtmlHelpFrame class


Method Summary
  __init__(self, *args, **kwargs)
HtmlHelpData data=None, ConfigBase config=None, String rootpath=EmptyString) -> HtmlHelpFrame
  AddGrabIfNeeded(self)
bool Create(self, parent, id, pos, size, style, name)
Create the GUI part of the Window for 2-phase creation mode.
  Display(self, x)
  DisplayContents(self)
  DisplayID(self, x)
  DisplayIndex(self)
HtmlHelpController GetController(self)
HtmlHelpData GetData(self)
HtmlHelpWindow GetHelpWindow(self)
  KeywordSearch(self, keyword)
  ReadCustomization(self, config, rootpath)
  SetController(self, controller)
  SetTitleFormat(self, format)
  UseConfig(self, config, rootpath)
  WriteCustomization(self, config, rootpath)

Property Summary
  Controller: See GetController and SetController
  Data: See GetData
  HelpWindow: See GetHelpWindow
  thisown: The membership flag

Instance Method Details

__init__(self, *args, **kwargs)
(Constructor)

__init__(self, Window parent, int ?, String title=EmptyString, int style=wxHF_DEFAULTSTYLE,
HtmlHelpData data=None, ConfigBase config=None, String rootpath=EmptyString) -> HtmlHelpFrame
Overrides:
wx.Frame.__init__

Create(self, parent, id, title=EmptyString, style=HF_DEFAULT_STYLE, config=None, rootpath=EmptyString)

Create the GUI part of the Window for 2-phase creation mode.

Parameters:
parent
           (type=Window)

id
           (type=int)

pos
           (type=Point)

size
           (type=Size)

style
           (type=long)

name
           (type=String)

Returns:
bool
Overrides:
wx.Frame.Create (inherited documentation)

Property Details

Controller

See GetController and SetController

Get Method:
GetController(self)
Set Method:
SetController(self, controller)

Data

See GetData

Get Method:
GetData(self)

HelpWindow

See GetHelpWindow

Get Method:
GetHelpWindow(self)

thisown

The membership flag

Get Method:
unknown--1218974668(...)
Set Method:
unknown--1218974612(...)

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:46 2007 http://epydoc.sf.net