Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85079
| Date | 2015-02-02 14:20 +0100 |
|---|---|
| From | Antoon Pardon <antoon.pardon@rece.vub.ac.be> |
| Subject | Is there a cairo like surface for the screen without the window hassle |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18400.1422883325.18130.python-list@python.org> (permalink) |
I need to have a program construct a number of designs. Of course I can directly use a pfd surface and later use a pdf viewer to check. But that becomes rather cumbersome fast. But if I use a cairo-surface for on the screen I suddenly have to cope with expose events and all such things I am not really interested in. So does someone know of a package that provides a cairo like surface but that would take care of the events in a rather straight forward matter, so that my program could make it's design in a window on the screen just as if it is designing it in a pdf file. -- Antoon Pardon
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Is there a cairo like surface for the screen without the window hassle Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2015-02-02 14:20 +0100
Re: Is there a cairo like surface for the screen without the window hassle Paul Rubin <no.email@nospam.invalid> - 2015-02-02 08:54 -0800
Re: Is there a cairo like surface for the screen without the window hassle Nobody <nobody@nowhere.invalid> - 2015-02-03 12:17 +0000
Re: Is there a cairo like surface for the screen without the window hassle Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2015-02-03 16:46 +0100
csiph-web