Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!hq-usenetpeers.eweka.nl!hq-usenetpeers.eweka.nl!bcyclone01.am1.xlned.com!bcyclone01.am1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.141 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.72; '*S*': 0.01; 'received:134': 0.05; 'suddenly': 0.07; 'check.': 0.16; 'subject:screen': 0.16; 'later': 0.20; 'header:User-Agent:1': 0.23; 'subject:like': 0.24; 'file.': 0.24; 'fast.': 0.31; 'becomes': 0.33; 'screen': 0.34; 'subject:the': 0.34; 'could': 0.34; 'but': 0.35; 'really': 0.36; 'in.': 0.36; 'window': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; 'does': 0.39; 'pdf': 0.39; 'to:addr:python.org': 0.39; 'course': 0.61; 'such': 0.63; 'forward': 0.65; 'subject:there': 0.68; 'expose': 0.84; 'pardon': 0.84; 'surface': 0.84 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEAOR4z1SGuA9G/2dsb2JhbABbhzLJNQEBAQEBhTN/DAIFIQIRAkwNCAKIKa8/j0iQToU3gSGRRoFBBZguhi6MLiKBRYIqgzABAQE Date: Mon, 02 Feb 2015 14:20:56 +0100 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.3.0 MIME-Version: 1.0 To: Pyton List Subject: Is there a cairo like surface for the screen without the window hassle Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422883325 news.xs4all.nl 2933 [2001:888:2000:d::a6]:37687 X-Complaints-To: abuse@xs4all.nl X-Received-Body-CRC: 951629736 X-Received-Bytes: 2998 Xref: csiph.com comp.lang.python:85079 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