Commit Graph

1581 Commits

Author SHA1 Message Date
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
Robin Dunn
3429f8d028 Make sure the window is not iconized before saving position and size.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-19 23:14:03 +00:00
Robin Dunn
fd04159e75 Also Check for validity in comparrison operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-19 22:48:15 +00:00
Robin Dunn
0cd6e69632 Check for validity in __repr__ and __str__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-19 22:16:31 +00:00
Robin Dunn
75b39b4c0b Make InheritAttributes and ShouldInheritColours public so they can be
called from derived Python classes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-17 02:13:53 +00:00
Robin Dunn
907c2926f9 default id's where possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-17 02:04:56 +00:00
Robin Dunn
cfe5e918e6 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 20:10:23 +00:00
Robin Dunn
377d47bdf1 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:57:59 +00:00
Robin Dunn
9c97d337bf Remove use of m_bestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:56:20 +00:00
Robin Dunn
3d3e7dcbd8 Reorder the controls so the RadioButtons work right on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:55:35 +00:00
Robin Dunn
425de63dcc Use Update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:53:53 +00:00
Robin Dunn
befa69771a Set stc and xrc to use GENDIR again as SWIG on Mac is still generating
slightly different code than the other platforms for some reason


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:52:50 +00:00
Robin Dunn
7efa87d202 MacSetTheme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:28:25 +00:00
Robin Dunn
9c605df769 Use GetHandle for Mac too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:27:54 +00:00
Robin Dunn
a212b7793a MacSetMetalAppearance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:27:15 +00:00
Robin Dunn
2c65dbc429 Default for id
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:26:28 +00:00
Robin Dunn
b2df227bb0 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:22:27 +00:00
Robin Dunn
0c02082608 Add width and precision params for wxGridCellFloatEditor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:19:26 +00:00
Robin Dunn
ed3ff7fe09 Added SetDefaultXXX methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:01:52 +00:00
Robin Dunn
56e63286ac Added new encoding, new methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:31:18 +00:00
Robin Dunn
447f48ba19 Moved some enums around to better match the C++ headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:26:05 +00:00
Robin Dunn
644e168383 Oops
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:24:54 +00:00
Robin Dunn
ba938c3d00 Added some convenience methods to wx.Bitmap: SetSize, GetSize, and
wx.EmptyBitmap can be called with a wx.Size (or a 2-element sequence)
object too.  Similar changes were done for wx.Image as well.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:23:17 +00:00
Robin Dunn
1980f3fa71 More about the sizer changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:13:35 +00:00
Robin Dunn
55deb20826 clarify the note about OpenGL errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:12:55 +00:00
Robin Dunn
e8601bb2e6 removed stuff about the decorator classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:12:15 +00:00
Robin Dunn
ef8b9c3eb8 minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:11:14 +00:00
Robin Dunn
fc576e8d26 Don't accidentally instal the MSVCRT.dll from XP as it wont' work on
Win98.  Use a set from CVS instead of from the SYSDIR.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 16:19:11 +00:00
Robin Dunn
2b61982245 docstring tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 06:35:47 +00:00
Robin Dunn
98bc3dcf46 simplify how the XWindow is extracted for GetHandle
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 05:57:47 +00:00
Robin Dunn
ac12ef6e5f The activex dirs got left out.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 05:57:10 +00:00
Robin Dunn
b14395e4ba Doc tweaks, double the backslashes so they convert properly with ReST
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 05:56:40 +00:00
Robin Dunn
475f0bf814 whitespace cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 05:52:18 +00:00
Robin Dunn
761b244f84 Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does.  The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:35:36 +00:00
Robin Dunn
af8ea558ba Use FIXED_MINSIZE on the listbox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:24:47 +00:00
Robin Dunn
c66b63e565 Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does.  The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:22:50 +00:00
Robin Dunn
f52e0cf489 Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does.  The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:06:35 +00:00
Robin Dunn
74a57fcda4 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 22:45:45 +00:00
Robin Dunn
95fed4d84b notes about sizer changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 22:42:54 +00:00
Robin Dunn
862b53623b fix for self.root == None
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 21:58:04 +00:00
Robin Dunn
baf1aa5dfd Use default window IDs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 21:26:34 +00:00
Robin Dunn
102e2b26c0 Various layout tweaks, wx.FIXED_SIZE added, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 21:25:11 +00:00
Robin Dunn
a78cb66358 Add wxRTTI info and set bestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 21:22:24 +00:00
Robin Dunn
e478ff9e2d style tweaked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:50:27 +00:00
Robin Dunn
c1fcc7a9b3 Use wx.CLIP_CHILDREN on the splitter windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:49:36 +00:00
Robin Dunn
00e4ce13ba changed border style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:48:18 +00:00
Robin Dunn
78a32590b1 Fixes so bg colors in a notebook on XP are visible again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:47:37 +00:00
Robin Dunn
f7327fccd3 Use a panel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:46:59 +00:00
Robin Dunn
33e10b88cf Added wx.FIXED_SIZE.
Added some new methods to wx.Window
Added a Destroy method to wx.TaskbarIcon to help avoid double deletes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:36:47 +00:00
Robin Dunn
13fc2ad819 use wx.FIXED_SIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:32:53 +00:00
Robin Dunn
b8fd6d078c Somehow the Validate(), TransferDataToWindow(),
TransferDataFromWindow(), and InitDialog() methods got lost.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-06 19:10:43 +00:00
Robin Dunn
3eb1aad7ec Check for errors after unicode conversions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-06 05:37:20 +00:00
Robin Dunn
93a163f611 wxSize::SetDefaults
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-05 18:25:44 +00:00
Robin Dunn
174051f613 GetDefaultAttributes, and other tweaks needed to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-05 18:23:01 +00:00
Robin Dunn
409eab506e updated version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-05 18:16:35 +00:00
Robin Dunn
9ec83f8da7 typos fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-02 20:09:33 +00:00
Robin Dunn
dcc1aa2382 embedded sample's README updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 19:48:18 +00:00
Robin Dunn
db4daa84f5 What the hell, let's spin up another full release
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 19:39:08 +00:00
Robin Dunn
b8a4283421 final tweaks for embedded
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 19:36:17 +00:00
Robin Dunn
70e45c91bb The reinit of the stock objects shoudl not happen when wxPython is
embedded in a C++ wx application


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 19:23:12 +00:00
Robin Dunn
2620b36e03 Fixed the embedded smaple so that it actually works, wx-ified the
Python bits


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 19:22:09 +00:00
Robin Dunn
6b7e0a8639 embedded sample compiles again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 18:05:10 +00:00
Robin Dunn
2e957aaeb1 Build and Install steps updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 18:03:45 +00:00
Robin Dunn
45cf74cccf Demo tweaks to correct some visual glitches and event order issues
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 17:44:05 +00:00
Robin Dunn
33ab916f29 More notes about the type conversion fragment.
Cross linked CHANGES and MigrarionGuide.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 21:46:20 +00:00
Robin Dunn
69223c7017 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 20:09:28 +00:00
Robin Dunn
73adcb0150 Version number update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 19:54:17 +00:00
Robin Dunn
8470ed1a3a Better conversion functions for integral and floating point types,
allows truncated floats to be used where integers are expeceted,
raises more meaningful exceptions, etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 19:50:53 +00:00
Robin Dunn
94eaeb1b02 remove 'point' arg from kwargs if it was replaced
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 19:17:17 +00:00
Robin Dunn
a248262879 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 02:18:51 +00:00
Robin Dunn
823f0cfe61 reSWIGed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 02:18:00 +00:00
Robin Dunn
3cebfef17b Typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 01:52:16 +00:00
Robin Dunn
9d3734c899 Forward declare wxPyScrolledWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 01:52:07 +00:00
Robin Dunn
6113655014 fixed GetFirstChild/GetNextChild to make a copy of the wxTreeItemId
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 01:51:36 +00:00
Robin Dunn
7fa23c09cd Regenerated ReST docs, removed the config setting that outputs the
generated date so these will change less often.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 00:15:45 +00:00
Robin Dunn
9896cf5ef7 Updated version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 00:14:04 +00:00
Robin Dunn
45e07d7a23 Generate pywrap as a console tool.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-30 00:10:15 +00:00
Patrick K. O'Brien
f98cf46e85 Oops. Put @echo off line back in. Only needed to change pythonw.exe to python.exe.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 20:59:29 +00:00
Patrick K. O'Brien
ab1bfcc1a1 Made more useable from the command-line, since that is its primary purpose.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 20:54:26 +00:00
Robin Dunn
ed5f4c7849 if basePath is empty use '.'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 15:54:00 +00:00
Robin Dunn
1cb4a8aabe reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 18:10:11 +00:00
Robin Dunn
3c8ad70ad4 typos fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 18:05:58 +00:00
Robin Dunn
e35a624d40 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 17:42:37 +00:00
Robin Dunn
c1d1a9cb39 Allow overriding ApplyParentThemeBackground
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 17:06:47 +00:00
Robin Dunn
962162620f install activex too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 17:03:38 +00:00
Robin Dunn
5cd7ab8dd8 demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 17:02:16 +00:00
Robin Dunn
d43da70602 Allow overriding ApplyParentThemeBackground
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 17:01:21 +00:00
Robin Dunn
27b60fafb8 Don't use PyThreadState_Swap to get the current tstate, block threads
only if the current tstate is not the one expected.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 16:59:56 +00:00
Robin Dunn
52df3d15d8 typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-27 04:51:35 +00:00
Robin Dunn
80625543f5 Fixed the readme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-27 01:37:02 +00:00
Robin Dunn
29bfe46b43 Some more explainations in places, typos fixed, a little reorg, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 23:13:47 +00:00
Robin Dunn
7599afcd67 typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 22:33:20 +00:00
Robin Dunn
368d20e8be Regenerated metadata
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 22:16:25 +00:00
Robin Dunn
e029dde795 Turn off the RefDoc for constructors of the classes that have a
RefDoc.  This prevents the doc from being duplicated in the metadata.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 22:15:23 +00:00
Robin Dunn
3be10a9b0a Removed some old, outdated, unfinished, or unstarted docs and the
samples that go with them.  These can be added back later if somebody
wants to work on them again.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 21:56:14 +00:00
Robin Dunn
60e424abd6 Updated version number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 21:28:21 +00:00
Robin Dunn
90805926b7 Other doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 21:27:23 +00:00
Robin Dunn
5444f3a944 Removed some old, outdated, unfinished, or unstarted docs and the
samples that go with them.  These can be added back later if somebody
wants to work on them again.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 21:26:28 +00:00
Robin Dunn
625a9dc666 Removed some old, outdated, unfinished, or unstarted docs and the
samples that go with them.  These can be added back later if somebody
wants to work on them again.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 21:25:58 +00:00
Robin Dunn
d00d1b8818 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:37:03 +00:00
Robin Dunn
68ff6404bb An icon for the doc viewer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:31:17 +00:00
Robin Dunn
31fbbf7871 tweak line number size just a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:26:34 +00:00
Robin Dunn
bb1cf3d151 *** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:24:11 +00:00
Robin Dunn
664f7b63cd no need to delete these anymore (since they don't exist ;-) )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:23:01 +00:00
Robin Dunn
3762cd671b forgot a bit of cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:20:13 +00:00
Robin Dunn
66394199cf Docsrings for wxSplitterWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:17:29 +00:00
Robin Dunn
f93cfdc363 Test the location of the .zips for writability, since the indexes are
cached there.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 05:32:40 +00:00
Robin Dunn
dcb1fb696c Make an app bundle for the doc viewer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 05:31:31 +00:00
Robin Dunn
4263de1e05 Add a set for wxMac too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 01:03:11 +00:00
Robin Dunn
99b486ab37 Better font selection and sizes for wxGTK2, tweaked call tip colors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 00:24:02 +00:00
Robin Dunn
b098694cb7 Fixes and updates for the activex module info.
Mention config.py change


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 00:23:15 +00:00
Robin Dunn
c7fa61e5ec A clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 00:22:08 +00:00
Robin Dunn
8f8c4b4045 Moved config.py to the root because if wxPython hasn't been built yet
it can't be imported from wx.build.config since wx._core doesn't
exist.  It is still copied down to wx/build for the install though.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 00:21:33 +00:00
Robin Dunn
0d575a5dfa Cleanup obsolete samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 00:14:31 +00:00
Robin Dunn
1128a89b82 The setup.py script will now install wxPython's headers as part of the
standard install.

Moved the bulk of setup.py to wx/build/config.py so 3rd party modules
that wish to use the same setup/configuration code can do so simply by
importing this module form their own setup.py scripts.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-25 21:36:29 +00:00
Robin Dunn
98bbf4e250 No need to explicitly delete the tbicon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-25 18:17:22 +00:00
Robin Dunn
45d67f33e0 Added note about wx.TaskbarIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-25 18:16:16 +00:00
Robin Dunn
fa42d1221d cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-25 18:13:43 +00:00
Robin Dunn
3c076b7aa2 added UpdateSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-25 18:13:28 +00:00
Robin Dunn
9472490a67 # 17/03/2004 - Joerg "Adi" Sieker adi@sieker.info
# o Added keyboard navigation to the control.
#   Use the cursor keys to navigate through the ages. :)
#   The Home key function as go to today
# o select day is now a filled rect instead of just an outline


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-25 03:43:21 +00:00