The wx package requires wxPython 2.4.1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,9 +21,9 @@ Introduction
|
|||||||
============
|
============
|
||||||
|
|
||||||
Big things sometimes come in small packages. This is certainly true
|
Big things sometimes come in small packages. This is certainly true
|
||||||
of the new wx package, which is being introduced as a way to allow the
|
of the new wx package, which is being introduced in wxPython 2.4.1 as
|
||||||
"wx" prefix to be dropped from the names of all wxPython classes,
|
a way to allow the "wx" prefix to be dropped from the names of all
|
||||||
functions, and constants.
|
wxPython classes, functions, and constants.
|
||||||
|
|
||||||
|
|
||||||
Why change anything?
|
Why change anything?
|
||||||
|
@@ -21,8 +21,9 @@ Introduction
|
|||||||
============
|
============
|
||||||
|
|
||||||
This document illustrates example programs using wxPython. All the
|
This document illustrates example programs using wxPython. All the
|
||||||
examples make use of the new wx package syntax, which is a bit
|
examples make use of the new wx package syntax introduced in wxPython
|
||||||
different than older examples you might come across.
|
2.4.1, which is a bit different than older examples you might come
|
||||||
|
across.
|
||||||
|
|
||||||
|
|
||||||
Background (with tongue firmly in cheek)
|
Background (with tongue firmly in cheek)
|
||||||
@@ -45,10 +46,11 @@ namespace transition easier for everyone, even Chicken Little.
|
|||||||
|
|
||||||
If you have no idea what I mean by the "wx namespace transition,"
|
If you have no idea what I mean by the "wx namespace transition,"
|
||||||
consider yourself lucky. You can simply use these examples to
|
consider yourself lucky. You can simply use these examples to
|
||||||
learn wxPython in its current state. All you need to know is that
|
learn wxPython in its current state (beginning with wxPython
|
||||||
previous wxPython code used a slightly different syntax that some
|
version 2.4.1). All you need to know is that previous wxPython
|
||||||
folks (including me) considered ugly. So we changed it. And
|
code used a slightly different syntax that some folks (including
|
||||||
that's when the sky starting falling...
|
me) considered ugly. So we changed it. And that's when the sky
|
||||||
|
starting falling...
|
||||||
|
|
||||||
If you want more of the technical details, read the `wx package
|
If you want more of the technical details, read the `wx package
|
||||||
documentation`_.
|
documentation`_.
|
||||||
|
@@ -21,7 +21,8 @@
|
|||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
This is a tutorial for the wxPython GUI toolkit.
|
This is a tutorial for the wxPython GUI toolkit. It uses the new wx
|
||||||
|
package syntax that was introduced in wxPython 2.4.1.
|
||||||
|
|
||||||
|
|
||||||
What is wxPython?
|
What is wxPython?
|
||||||
|
Reference in New Issue
Block a user