wxPython updates (SWIG really works, cannot believe it)
authorRobert Roebling <robert@roebling.de>
Sat, 19 Dec 1998 12:38:52 +0000 (12:38 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 19 Dec 1998 12:38:52 +0000 (12:38 +0000)
commitd3b4d1131395d0413bd904579a310f6d9f7382f7
treec00b295e51c03457f3b871acd8796dc8aa4170e8
parentc2a6abc077e7a2fe6aabafb4bfd406eff82d3e5d
  wxPython updates (SWIG really works, cannot believe it)
  wxRadioBox now has multi column layout (the wxPython sample
    still doesn't do that correctly)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
include/wx/gtk/radiobox.h
include/wx/gtk1/radiobox.h
src/gtk/radiobox.cpp
src/gtk/window.cpp
src/gtk1/radiobox.cpp
src/gtk1/window.cpp
utils/wxPython/src/Setup
utils/wxPython/src/gtk/gdi.cpp
utils/wxPython/src/gtk/gdi.py
utils/wxPython/src/gtk/windows.cpp
utils/wxPython/src/gtk/windows.py
utils/wxPython/src/gtk/windows2.cpp