| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
lib.userparams.ClassPrefs --+
|
object --+ |
| |
debug.debugmixin --+
|
major.MajorMode --+
|
object --+ |
| |
wx._core.Object --+ |
| |
wx._core.EvtHandler --+ |
| |
wx._core.Window --+
|
BlankMode
A temporary Major Mode to load another mode in the background
| Nested Classes | |
|
stc_class stc_class is used to associate this major mode with a storage mechanism (implementing the STCInterface). |
|
|
Inherited from |
|
| Instance Methods | |||
| EvtHandler |
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Class Variables | |
keyword = The single-word keyword representing this major mode |
|
icon = Pointer to the icon representing this major mode |
|
temporary = TrueIf this mode represents a temporary view and should be replaced by a new tab, make this True |
|
allow_threaded_loading = FalseIf this mode allows threading loading, set this True |
|
classprefs = <peppy.lib.userparams.PrefsProxy object at 0x432a
|
|
|
Inherited from Inherited from |
|
| Properties | |
|
Inherited from Inherited from Inherited from Inherited from |
| Method Details |
__init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
Size size=DefaultSize, long style=0, String name=PanelNameStr) -> Window
Construct and show a generic Window.
|
Hook to short-circuit the mode matching heuristics. For non-editing applications and client applications that connect to a server, this hook provides the ability to short-circuit the matching process and open a mode immediately. This method must not attempt to open the url and read any data. All modes' verifyProtocol methods are called before the file is attempted to be opened, and attempting to read data here could mess up streaming files.
|
| Class Variable Details |
classprefs
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:15 2008 | http://epydoc.sourceforge.net |