Package wx :: Package py :: Module editor :: Class EditorShellNotebookFrame
[frames | no frames]

Type EditorShellNotebookFrame

object --+                                
         |                                
    Object --+                            
             |                            
    EvtHandler --+                        
                 |                        
            Window --+                    
                     |                    
        TopLevelWindow --+                
                         |                
                     Frame --+            
                             |            
                         Frame --+        
                                 |        
                       EditorFrame --+    
                                     |    
                   EditorNotebookFrame --+
                                         |
                                        EditorShellNotebookFrame


Frame containing a notebook containing EditorShellNotebooks.


Method Summary
  __init__(self, parent, id, title, pos, size, style, filename, singlefile)
Create EditorShellNotebookFrame instance.
  bufferCreate(self, filename)
Create new buffer.
  bufferDestroy(self)
Destroy the current buffer.
  bufferNew(self)
Create new buffer.
  bufferOpen(self)
Open file in buffer.
  OnAbout(self, event)
Display an About window.

Property Summary

Class Variable Summary

Instance Method Details

__init__(self, parent=None, id=-1, title='PyAlaModeTest', pos=wx.Point(-1, -1), size=(600, 400), style=541072960, filename=None, singlefile=False)
(Constructor)

Create EditorShellNotebookFrame instance.

Overrides:
wx.py.editor.EditorNotebookFrame.__init__

bufferCreate(self, filename=None)

Create new buffer.

Overrides:
wx.py.editor.EditorNotebookFrame.bufferCreate

bufferDestroy(self)

Destroy the current buffer.

Overrides:
wx.py.editor.EditorNotebookFrame.bufferDestroy

bufferNew(self)

Create new buffer.

Overrides:
wx.py.editor.EditorNotebookFrame.bufferNew

bufferOpen(self)

Open file in buffer.

Overrides:
wx.py.editor.EditorNotebookFrame.bufferOpen

OnAbout(self, event)

Display an About window.

Overrides:
wx.py.editor.EditorNotebookFrame.OnAbout

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