Classes | |
| class | EdPrinter |
| Printer Class for the editor. More... | |
Variables | |
| string | __author__ = "Cody Precord <cprecord@editra.org>" |
| Printer class for creating and managing printouts from a StyledTextCtrl. | |
| string | __cvsid__ = "$Id: ed_print.py 67499 2011-04-15 20:33:40Z CJP $" |
| string | __revision__ = "$Revision: 67499 $" |
| _ = wx.GetTranslation | |
| dictionary | COLOURMODES |
| _ = wx.GetTranslation |
| string __author__ = "Cody Precord <cprecord@editra.org>" |
Printer class for creating and managing printouts from a StyledTextCtrl.
Classes:
Printer Classes for printing text from an STC
| string __cvsid__ = "$Id: ed_print.py 67499 2011-04-15 20:33:40Z CJP $" |
| string __revision__ = "$Revision: 67499 $" |
| dictionary COLOURMODES |
00001 { ed_glob.PRINT_BLACK_WHITE : wx.stc.STC_PRINT_BLACKONWHITE, 00002 ed_glob.PRINT_COLOR_WHITE : wx.stc.STC_PRINT_COLOURONWHITE, 00003 ed_glob.PRINT_COLOR_DEF : wx.stc.STC_PRINT_COLOURONWHITEDEFAULTBG, 00004 ed_glob.PRINT_INVERT : wx.stc.STC_PRINT_INVERTLIGHT, 00005 ed_glob.PRINT_NORMAL : wx.stc.STC_PRINT_NORMAL }
1.7.6.1