Commit Graph

1500 Commits

Author SHA1 Message Date
Robin Dunn
d6c14a4c94 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:32:57 +00:00
Robin Dunn
7fdaaabe42 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:25:19 +00:00
Robin Dunn
7ef67bb9b2 removed duplicate definitiion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:23:54 +00:00
Robin Dunn
450d55a035 Added wx.FileSystem support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:14:58 +00:00
Robin Dunn
c24da6d6a6 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 03:13:30 +00:00
Robin Dunn
03e37cd542 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:46:01 +00:00
Robin Dunn
5841276a80 Added wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows
all columns of a wx.ListCtrl in report mode to be edited.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:45:06 +00:00
Robin Dunn
d7403ad2d1 Reverted to old method names/signatures for wx.DC, updated lib and
demo to match.  Also fixed some deprecation warnings.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:41:33 +00:00
Robin Dunn
019fd9d379 some methods missing wxPyBeginBlockThreads/wxPyEndBlockThreads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:38:53 +00:00
Robin Dunn
66c033b4a6 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:30:29 +00:00
Robin Dunn
bcb1a72d5f undid one of the last SWIG tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:29:27 +00:00
Robin Dunn
9ed0168094 script for the api docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:28:54 +00:00
Robin Dunn
36305df5aa style sheet for the api docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:25:00 +00:00
Robin Dunn
dce2bd223c Docstring updates and tweaks for epydoc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-30 06:14:22 +00:00
Robin Dunn
68ae5821b6 Adds wxSplitterWindow support, patch from Steve Hartwell.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-29 22:32:23 +00:00
Dimitri Schoolwerth
653d2f0cb3 fixed a few typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-29 17:45:59 +00:00
Robin Dunn
14af60da8b It's now wx._core
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-27 19:36:16 +00:00
Robin Dunn
ded6ea2319 Add Unbind methods that can Disconnect event handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-27 19:35:49 +00:00
Robin Dunn
9e4e25d550 Remove the need for the PyPen class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-27 19:29:16 +00:00
Robin Dunn
99109c0ff1 better __docfilter__ and other epydoc tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-27 19:26:48 +00:00
Robin Dunn
121b9a6757 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 23:41:48 +00:00
Robin Dunn
5020e71e3d fixed introspection of objects with attrs without string names.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 23:38:06 +00:00
Robin Dunn
5ce4d9fa37 added missing comma
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 22:28:34 +00:00
Robin Dunn
f8c88923b0 SetStringSelection and etc. fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 22:26:39 +00:00
Robin Dunn
da8d6ffa57 Patches from KevinO that work around issues where the widget isn't
fully created yet.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 22:25:44 +00:00
Robin Dunn
4997d3014c wxToggleButton on wxMac has these methods now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 22:23:33 +00:00
Robin Dunn
26779945a8 More details about the internal module name changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 22:22:41 +00:00
Robin Dunn
1c2accfc9d make it easier to do a gtk2 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-26 22:22:09 +00:00
Robin Dunn
d55e5bfc69 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 07:03:15 +00:00
Robin Dunn
54f9ee4509 Renamed the core namespace's submodules to have a leading underscore.
This is so epydoc will automatically mark them as private and won't
document the objects they contain (they'll be docmented via the wx
module.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 06:51:10 +00:00
Robin Dunn
a95a71334c reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 00:47:48 +00:00
Robin Dunn
0c8f286073 wx.StaticBox and siblings creation order, and other fixes from Kevin Ollivier
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 00:39:05 +00:00
Robin Dunn
07ec2506d5 Use the right classname
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 00:38:55 +00:00
Robin Dunn
0ac982be4b We need __docfilter__ too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 00:38:04 +00:00
Robin Dunn
ffcb969ec6 Tweak the text about Sizer changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 00:37:18 +00:00
Robin Dunn
fb3d05e944 allow to be imported independently
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 00:34:35 +00:00
Robin Dunn
5b29df3fee Add __docfilter__ to modules so epydoc doesn't generate docs for all
the SWIG crud in the modules it doesn't need to.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 23:25:20 +00:00
Robin Dunn
a400c2ec04 A way to make the DC classes in wxPython look like the ones in 2.5, so
code can be written that works with both versions.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 23:22:46 +00:00
Robin Dunn
56b98bac20 Use PostCreate
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:57:50 +00:00
Robin Dunn
3c29a62abb wxFIXED_MINSIZE is not needed anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:57:01 +00:00
Robin Dunn
3e7c608160 bugfix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:48:18 +00:00
Robin Dunn
9abdd2cb90 Remove some obsolete window styles, added a new sizer flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:47:24 +00:00
Robin Dunn
9176f38f73 Add the masked package dir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:46:10 +00:00
Robin Dunn
75e14ed5ee Various tweaks, docstring fixes, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:45:15 +00:00
Robin Dunn
6c7eee75ce Updated SWIG docstring changes, also merged prepend patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:37:50 +00:00
Robin Dunn
c6a2657789 Add SetKind accessor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:08:09 +00:00
Robin Dunn
a51dff7380 Get the GIL before raising an exception
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:07:20 +00:00
Robin Dunn
89f9e172e2 MaskedEditControl bugfix pach from Will Sadkin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-21 01:45:27 +00:00
Robin Dunn
c878ceeae8 Added new MaskedEditControl code from Will Sadkin. The modules are
now locaed in their own sub-package, wx.lib.masked.  Demos updated.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-19 23:24:37 +00:00
Robin Dunn
6cffbf02c0 Add back some missing enums
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-19 23:22:38 +00:00