Table Of Contents

Previous topic

DocSyntaxPanel

Next topic

ExChoice

This Page

phoenix_title DocumentPanel

Creates a panel with controls for Editra’s editing settings

Summary: Contains a wx.Notebook that contains a number of pages with
setting controls for how documents are handled by the ed_stc.EditraStc text control.

class_hierarchy Inheritance Diagram

Inheritance diagram for class DocumentPanel

Inheritance diagram of DocumentPanel


method_summary Methods Summary

__init__ Create the panel
GetSize Get the size of the panel

api Class API



class DocumentPanel(Panel, PreferencesPanelBase)

Creates a panel with controls for Editra’s editing settings

Summary: Contains a wx.Notebook that contains a number of pages with
setting controls for how documents are handled by the ed_stc.EditraStc text control.

Methods



__init__(self, parent, style=BORDER_SUNKEN)

Create the panel

Parameters:
  • parent – Parent window of this panel
  • style – Window Style bitmask


GetSize(self)

Get the size of the panel

Returns:wx.Size