[wxpython-users] ANN: wxPython 2.8.9.1
Cody Precord
codyprecord at gmail.com
Mon Sep 29 21:04:03 PDT 2008
Hello,
The wx.TE_CENTER flag for the wxTextCtrl seems to have gotten broken.
In 2.8.8.1 text was aligned in the center but in 2.8.9.1 it is now
left aligned, can anyone else confirm? (wxMac 2.8.9.1, python 2.5.2)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: text_align.py
Type: text/x-python-script
Size: 643 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20080929/9676b6ac/text_align-0001.bin
-------------- next part --------------
On Sep 29, 2008, at 10:42 PM, Robin Dunn wrote:
>
> Announcing
> ----------
>
> The 2.8.9.1 release of wxPython is now available for download at
> http://wxpython.org/download.php. This release adds a quick fix for a
> compatibility problem with Python 2.4.
>
> Source code is available, as well as binaries for Python 2.3, 2.4 and
> 2.5, for Windows and Mac, as well some packages for various Linux
> distributions. A summary of changes is listed below and also at
> http://wxpython.org/recentchanges.php.
>
>
>
>
> What is wxPython?
> -----------------
>
> wxPython is a GUI toolkit for the Python programming language. It
> allows Python programmers to create programs with a robust, highly
> functional graphical user interface, simply and easily. It is
> implemented as a Python extension module that wraps the GUI components
> of the popular wxWidgets cross platform library, which is written in
> C++.
>
> wxPython is a cross-platform toolkit. This means that the same program
> will usually run on multiple platforms without modifications.
> Currently supported platforms are 32-bit and 64-bit Microsoft Windows,
> most Linux or other Unix-like systems using GTK2, and Mac OS X 10.4+.
> In most cases the native widgets are used on each platform to provide
> a 100% native look and feel for the application.
>
>
> --
> Robin Dunn
> Software Craftsman
> http://wxPython.org Java give you jitters? Relax with wxPython!
>
> _______________________________________________
> wxpython-users mailing list
> wxpython-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
More information about the wxpython-users
mailing list