| Home | Trees | Index | Help |
|
|---|
| Package wx :: Package lib :: Module docview :: Class DocPrintout |
|
object--+ |Object--+ |Printout--+ | DocPrintout
DocPrintout is a default Printout that prints the first page of a document view.
| Method Summary | |
|---|---|
Constructor. | |
Indicates that the DocPrintout only has a single page. | |
Returns the DocPrintout's view. | |
Indicates that the DocPrintout only has a single page. | |
Not quite sure why this was overridden, but it was in wxWindows! :) | |
Prints the first page of the view. | |
| Method Details |
|---|
__init__(self,
view,
title='Printout')
|
GetPageInfo(self)Indicates that the DocPrintout only has a single page. |
GetView(self)Returns the DocPrintout's view. |
HasPage(self, pageNum)Indicates that the DocPrintout only has a single page. |
OnBeginDocument(self, startPage, endPage)Not quite sure why this was overridden, but it was in wxWindows! :) |
OnPrintPage(self, page)Prints the first page of the view. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:03:45 2006 | http://epydoc.sf.net |