bject: Re: [python-win32] ANN: PyGUI 2.3.2
Marc-Andre Belzile wrote:
> I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and
> pyGUI work together?
Yes, there is a GLView class for on-screen drawing, and a GLPixmap
class for off-screen drawing with
Marc-Andre Belzile wrote:
I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and
pyGUI work together?
Yes, there is a GLView class for on-screen drawing, and a GLPixmap
class for off-screen drawing with OpenGL.
--
Greg
___
pyt
Marc-Andre Belzile wrote:
> Hi,
>
> I'd like to be able to attach an OpenGL context to a Canvas. Can PyOpenGL and
> pyGUI work together?
PyGUI already includes OpenGL support.
--
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
___
python-
n.org] on behalf of
Greg Ewing [greg.ew...@canterbury.ac.nz]
Sent: Thursday, December 16, 2010 5:01 PM
To: Octavian Rasnita
Cc: python-win32@python.org
Subject: Re: [python-win32] ANN: PyGUI 2.3.2
Octavian Rasnita wrote:
> Does this mean that under Windows it uses the Win32 standard GUI like
&g
Octavian Rasnita wrote:
Does this mean that under Windows it uses the Win32 standard GUI like WxPython?
I am asking this because I want to know if the interfaces it creates will be
accessible for screen readers.
I have no experience with screen readers, so I can't be sure.
However, PyGUI uses
Octavian Rasnita wrote:
> I read "There is now a native Windows implementation based on pywin32 and
> ctypes."
>
> Does this mean that under Windows it uses the Win32 standard GUI like
> WxPython?
If you read the documentation, I think this will be clear. It uses
standard Win32 controls.
> I a
hat is the difference between PyGUI and WxPython?
Thank you.
Octavian
- Original Message -
From: "Greg Ewing"
Newsgroups: comp.lang.python,comp.lang.python.announce
To: "PyObjC-Dev" ; "PyGtk"
; "python-win32"
Sent: Thursday, December 16, 201
PyGUI 2.3.2 is available:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
This version fixes a problem in Cocoa whereby the coordinate
system for drawing in a Pixmap was upside down, and corrects
a slight mistake in the Canvas documentation.
What is PyGUI?
--
PyGUI is a