]> git.saurik.com Git - wxWidgets.git/commit - wxPython/demo/Img2PyArtProvider.py
Added some modules from Riaan Booysen:
authorRobin Dunn <robin@alldunn.com>
Sat, 2 Dec 2006 04:51:13 +0000 (04:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 2 Dec 2006 04:51:13 +0000 (04:51 +0000)
commit13db99f1f56f8985adf9f3bdc6f1b68d4a358b94
tree39f52988add5fc2178aecb14f0a2cf7b152cbbe8
parentd8dd53b239aa76efe99e7ce9e441f9954e1b84b7
Added some modules from Riaan Booysen:

    * wx.lib.flagart:  contains icons of the flags of many countries.

    * wx.lib.art.img2pyartprov: makes images embedded in a python file
      with img2py available via the wx.ArtProvider.

    * wx.lib.langlistctrl: A wx.ListCtrl for selecting a language,
      which uses the country flag icons.

    * An I18N sample for the demo.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 files changed:
wxPython/demo/I18N.py [new file with mode: 0644]
wxPython/demo/Img2PyArtProvider.py [new file with mode: 0644]
wxPython/demo/Main.py
wxPython/demo/data/locale-src/af.po [new file with mode: 0644]
wxPython/demo/data/locale-src/de.po [new file with mode: 0644]
wxPython/demo/data/locale-src/es.po [new file with mode: 0644]
wxPython/demo/data/locale-src/fr.po [new file with mode: 0644]
wxPython/demo/data/locale-src/install [new file with mode: 0755]
wxPython/demo/data/locale-src/it.po [new file with mode: 0644]
wxPython/demo/data/locale-src/wxpydemo.po [new file with mode: 0644]
wxPython/demo/data/locale/af/LC_MESSAGES/wxpydemo.mo [new file with mode: 0644]
wxPython/demo/data/locale/de/LC_MESSAGES/wxpydemo.mo [new file with mode: 0644]
wxPython/demo/data/locale/es/LC_MESSAGES/wxpydemo.mo [new file with mode: 0644]
wxPython/demo/data/locale/fr/LC_MESSAGES/wxpydemo.mo [new file with mode: 0644]
wxPython/demo/data/locale/it/LC_MESSAGES/wxpydemo.mo [new file with mode: 0644]
wxPython/distrib/DIRLIST
wxPython/distrib/make_installer.py
wxPython/docs/CHANGES.txt
wxPython/wx/lib/art/__init__.py [new file with mode: 0644]
wxPython/wx/lib/art/flagart.py [new file with mode: 0644]
wxPython/wx/lib/art/img2pyartprov.py [new file with mode: 0644]
wxPython/wx/lib/langlistctrl.py [new file with mode: 0644]