| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package lib :: Module pydocview |
|
| Classes | |
|---|---|
AboutDialog |
Opens an AboutDialog. |
AboutService |
About Dialog Service that installs under the Help menu to show the properties of the current application. |
ChildDocTemplate |
A ChildDocTemplate is a DocTemplate subclass that enables the creation of ChildDocuments that represents a portion of a Document. |
ChildDocument |
A ChildDocument is a document that represents a portion of a Document. |
DocApp |
The DocApp class serves as the base class for pydocview applications and offers functionality such as services, creation of SDI and MDI frames, show tips, and a splash screen. |
DocMDIParentFrame |
The DocMDIParentFrame is the primary frame which the DocApp uses to host MDI child windows. |
DocOptionsService |
A service that implements an options menu item and an options dialog with notebook tabs. |
DocSDIFrame |
The DocSDIFrame host DocManager Document windows. |
DocService |
An abstract class used to add reusable services to a docview application. |
FilePropertiesDialog |
Dialog that shows the properties of a file. |
FilePropertiesService |
Service that installs under the File menu to show the properties of the file associated with the current document. |
GeneralOptionsPanel |
A general options panel that is used in the OptionDialog to configure the generic properties of a pydocview application, such as "show tips at startup" and whether to use SDI or MDI for the application. |
OptionsDialog |
A default options dialog used by the OptionsService that hosts a notebook tab of options panels. |
WindowMenuService |
The WindowMenuService is a service that implements a standard Window menu that is used by the DocSDIFrame. |
| Variable Summary | |
|---|---|
int |
EMBEDDED_WINDOW_ALL = 255 |
int |
EMBEDDED_WINDOW_BOTTOM = 2 |
int |
EMBEDDED_WINDOW_BOTTOMLEFT = 32 |
int |
EMBEDDED_WINDOW_BOTTOMRIGHT = 128 |
int |
EMBEDDED_WINDOW_LEFT = 4 |
int |
EMBEDDED_WINDOW_RIGHT = 8 |
int |
EMBEDDED_WINDOW_TOP = 1 |
int |
EMBEDDED_WINDOW_TOPLEFT = 16 |
int |
EMBEDDED_WINDOW_TOPRIGHT = 64 |
int |
SAVEALL_ID = 129 |
int |
VIEW_STATUSBAR_ID = 128 |
int |
VIEW_TOOLBAR_ID = 127 |
int |
WINDOW_MENU_NUM_ITEMS = 9 |
| Variable Details |
|---|
EMBEDDED_WINDOW_ALL
|
EMBEDDED_WINDOW_BOTTOM
|
EMBEDDED_WINDOW_BOTTOMLEFT
|
EMBEDDED_WINDOW_BOTTOMRIGHT
|
EMBEDDED_WINDOW_LEFT
|
EMBEDDED_WINDOW_RIGHT
|
EMBEDDED_WINDOW_TOP
|
EMBEDDED_WINDOW_TOPLEFT
|
EMBEDDED_WINDOW_TOPRIGHT
|
SAVEALL_ID
|
VIEW_STATUSBAR_ID
|
VIEW_TOOLBAR_ID
|
WINDOW_MENU_NUM_ITEMS
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20040428.rpd on Tue Mar 15 17:15:16 2005 | http://epydoc.sf.net |