Robin Dunn
b7b7742da5
don't inject constructors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:52:55 +00:00
Robin Dunn
9d45af36fe
always use wxPyPanel
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:52:29 +00:00
Robin Dunn
b2bfee6caa
reduce the number of objects for a quicker startup time
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:51:48 +00:00
Robin Dunn
979f2f9c87
Set overview to docstring
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:51:01 +00:00
Robin Dunn
584d6f48b0
Fixes for using the staticmethods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:50:22 +00:00
Robin Dunn
050441c841
some fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 23:56:13 +00:00
Robin Dunn
6f67d53729
Updates from Paul
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 23:53:44 +00:00
Robin Dunn
6cb4f153c3
Add FlatNotebook
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 22:24:18 +00:00
Robin Dunn
0e4e601244
Save a reference to the DC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-04 03:28:49 +00:00
Robin Dunn
6d61d718f2
Add wrappers for wxGraphicsPath and wxGraphicsContext. This is still
...
a work in progress.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:36:33 +00:00
Robin Dunn
48ac3cf8e0
fix HitTest
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:35:16 +00:00
Robin Dunn
fc12c1cb58
KeyCode --> GetKeyCode
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:32:20 +00:00
Robin Dunn
2fd34892c1
Don't use the old wxPython namespace
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:31:28 +00:00
Robin Dunn
205d49f79e
Change wx.DC inheritance hierarchy to match reality
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:30:57 +00:00
Robin Dunn
ce60dd8efe
Don't deprecate Inside() yet
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:30:09 +00:00
Robin Dunn
b43636aa55
Use Set(name) instead of InitFromName(name)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:29:04 +00:00
Robin Dunn
a187b3619e
Don't forget the samples\ide\activegrid\model dir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:28:14 +00:00
Robin Dunn
66dae888d1
Added the wx.lib.buttonpanel module, which is a tweaked version of
...
Andrea Gavana's FancyButtonPanel module.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-03 21:23:17 +00:00
Robin Dunn
c2829a8f67
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-02 20:14:50 +00:00
Robin Dunn
e90db86e7e
Don't autosize if the height is too small. Interaction with the
...
horizontal scrollbar can sometimes cause problems in this case.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-02 20:13:15 +00:00
Robin Dunn
bdec7d7afd
Match some API tweaks made in CVS
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-02 20:04:42 +00:00
Robin Dunn
70eb68e8bd
Don't override the Label property in the base class.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-02 20:04:04 +00:00
Robin Dunn
7cae647a44
Change the name of the dir where the message catalogs are installed on
...
MSW back to 'locale' and also change back to the full directory
structure including the LC_MESSAGES dir. The reasons these changes
were orginally made no longer apply
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-02 20:03:01 +00:00
Robin Dunn
f30589a9ea
fix layout
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-02 19:59:58 +00:00
Robin Dunn
dc9876fb4a
Show the color component values too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-02 19:59:00 +00:00
Robin Dunn
a6586dfbde
Deal with wxVariant changed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-02 19:58:21 +00:00
Robin Dunn
a5f9094e25
Add missing "public" so wxGridCellRenderer methods will have wrappers
...
generated for them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-27 01:41:43 +00:00
Robin Dunn
61e07b943c
Add missing "public" so wxGridCellRenderer methods will have wrappers
...
generated for them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-26 19:50:44 +00:00
Robin Dunn
4123a7a9b8
Workaround some platform differences
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-26 17:26:23 +00:00
Robin Dunn
e70b4d2db9
Add properties
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-26 00:26:35 +00:00
Robin Dunn
627e49c80c
add tests for EVT_TEXT_ENTER
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-25 20:26:00 +00:00
Robin Dunn
67be49eec6
build tweaks, also drop most Python 2.3 builds
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-25 20:24:42 +00:00
Robin Dunn
f5263701c2
various changes to get up to date with CVS
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-25 20:22:58 +00:00
Robin Dunn
eb86f7ab80
fix attribute errors when importing wxPython.wx
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-25 17:22:51 +00:00
Robin Dunn
c7c45995e6
handle starting out with multiple lines of text.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-25 04:58:32 +00:00
Robin Dunn
4391d97b25
New names for some ArtProvider methods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-23 23:26:08 +00:00
Robin Dunn
ac9d5e9574
Added wx.lib.expando, a multi-line textctrl that exands as more lines
...
are needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-23 04:15:20 +00:00
Robin Dunn
777e547f2c
add some properties
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-22 21:46:26 +00:00
Robin Dunn
67cb8b4720
docstring fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-22 21:45:25 +00:00
Robin Dunn
a08f21ce07
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 22:51:09 +00:00
Robin Dunn
14cb220a29
disown wxPyXmlResourceHandler
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 22:45:15 +00:00
Robin Dunn
70d374acb3
Use the generic listctrl on Mac by default until it gets up to par
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 22:44:13 +00:00
Robin Dunn
e12096a94e
s_macSupportPCMenuShortcuts no longer exists
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 22:42:45 +00:00
Robin Dunn
45c0ea45ff
Add support for aborting the worker thread
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 19:14:02 +00:00
Robin Dunn
ce2f068535
use the MSVC 7.1 DLLs for python versions >= 2.4, not ==
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 17:01:28 +00:00
Robin Dunn
79df624ab9
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 17:00:37 +00:00
Robin Dunn
74c8720e3b
Several methods dropped the const from their signature
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 16:59:50 +00:00
Robin Dunn
6a45150b9c
Use GridNameStr
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 16:59:08 +00:00
Robin Dunn
6ecc8943e9
new wxCONTROL constants
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 16:58:11 +00:00
Robin Dunn
a9b9549646
Add comment about additional forms of Inflate(). Decide what to do
...
about them later.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-09-21 16:57:35 +00:00