wxWidgets/wxPython/wx/lib
Robin Dunn 7d36c6a8eb Patch from FN that fixes bug in RefreshItem on an item that has no
corresponding node in the tree yet (because its parent isn't expanded
yet) triggered an exception.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-04-16 18:59:00 +00:00
..
analogclock GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
art Added some modules from Riaan Booysen: 2006-12-02 04:51:13 +00:00
colourchooser Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
editor no need to use a throw-away bitmap, just use th eone built-in to the 2006-11-21 03:44:35 +00:00
floatcanvas wxPython tab cleaning 2006-01-29 17:35:47 +00:00
masked Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
mixins Patch from FN that fixes bug in RefreshItem on an item that has no 2007-04-16 18:59:00 +00:00
ogl Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
__init__.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
.cvsignore Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
activexwrapper.py Give some more specific info if PyWin can't be imported when frozen in 2006-10-11 23:51:03 +00:00
anchors.py Docstring updates 2005-05-12 22:46:53 +00:00
buttonpanel.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
buttons.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
calendar.py Patch #1591763 Set focus when clicked 2006-11-07 03:46:37 +00:00
CDate.py made dates in comments consistent 2004-12-07 17:53:56 +00:00
ClickableHtmlWindow.py Tweaking names (Thanks Jeff!) 2003-12-18 19:10:26 +00:00
colourdb.py Docstring updates 2005-05-12 22:46:53 +00:00
colourselect.py default ID value 2006-10-09 02:32:08 +00:00
combotreebox.py Update from Frank with fixes for running on wxMSW 2.7 2006-09-07 17:14:57 +00:00
customtreectrl.py patch from Andrea fixing sending of events and drawing of lines at root. 2007-04-02 21:20:16 +00:00
delayedresult.py Add support for aborting the worker thread 2006-09-21 19:14:02 +00:00
dialogs.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
docview.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
dragscroller.py Added wx.lib.dragscroller from Riaan Booysen. 2006-09-06 04:18:36 +00:00
evtmgr.py Have to dig a little deeper to find a wxPyDeadObject... 2005-06-02 03:41:32 +00:00
expando.py GetNumberOfLines on GTK doesn't count wrapped lines again... 2006-11-07 05:17:30 +00:00
fancytext.py memory dc must have bitmap selected into it before it can be used for measuring 2006-05-19 01:57:30 +00:00
filebrowsebutton.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
flashwin.py Lindsay Mathieson's newest wxActiveX class has been wrapped into a new 2004-03-23 05:29:50 +00:00
flatnotebook.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
floatbar.py More lib and demo changes for dropping the wx prefix, from Jeff G. 2003-12-20 19:36:30 +00:00
foldmenu.py Changed GetSystemColour to GetColour 2004-12-23 20:19:17 +00:00
foldpanelbar.py some docstring fixes 2006-06-11 00:13:05 +00:00
gestures.py some docstring fixes 2006-06-11 00:13:05 +00:00
gridmovers.py Don't use a saved label size incase the size changes. Patch from Hong Yuan. 2006-07-12 21:48:47 +00:00
grids.py Use the right class name for caling __init__ 2004-08-25 22:04:29 +00:00
hyperlink.py Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
iewin.py rename the ID parameter 2006-10-06 23:21:07 +00:00
imagebrowser.py fix scope of setting self.files 2006-06-08 19:12:13 +00:00
imageutils.py Added stepColour utility function 2007-01-19 19:51:08 +00:00
infoframe.py Remove use of wxHIDE_READONLY 2006-06-27 22:30:12 +00:00
inspection.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
intctrl.py Use GetKeyCode() instead of KeyCode() 2006-09-08 20:09:27 +00:00
langlistctrl.py Use correct flags Chinese 2006-12-08 23:46:22 +00:00
layoutf.py More lib and demo changes for dropping the wx prefix, from Jeff G. 2003-12-20 19:36:30 +00:00
multisash.py Delay some of the cascading resizes to work around a bug with defered 2005-03-24 20:37:48 +00:00
mvctree.py Use GetKeyCode() instead of KeyCode() 2006-09-08 20:09:27 +00:00
newevent.py Change Miki's email address 2006-08-20 04:49:34 +00:00
pdfwin.py Docstrings and other fixes from David Hughes 2006-07-21 16:10:42 +00:00
plot.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00
popupctl.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
printout.py Patch #1547057: Disable grid lines in wx.lib.printout.PrintTable 2006-08-26 21:15:40 +00:00
pubsub.py some docstring fixes 2006-06-11 00:13:05 +00:00
pydocview.py Don't use the old wxPython namespace 2006-10-03 21:31:28 +00:00
pyshell.py Use GetKeyCode() instead of KeyCode() 2006-09-08 20:09:27 +00:00
rcsizer.py Return the wx.SizerItem from the Add methods 2005-04-06 04:39:11 +00:00
rightalign.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
rpcMixin.py Lots of wx namespace updates for the wx.lib package and the demo from 2003-12-17 00:34:40 +00:00
scrolledpanel.py GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
sheet.py some docstring fixes 2006-06-11 00:13:05 +00:00
shell.py Use GetKeyCode() instead of KeyCode() 2006-09-08 20:09:27 +00:00
splashscreen.py Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
splitter.py GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
statbmp.py GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
stattext.py Just reset the size, not the minsize too, when changing the label or 2007-01-12 18:40:30 +00:00
throbber.py Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
ticker_xrc.py Added a wx.xrc.XmlResourceHandler for the Ticker class 2005-05-18 00:39:38 +00:00
ticker.py GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
vtk.py Use GetKeyCode() instead of KeyCode() 2006-09-08 20:09:27 +00:00
wordwrap.py Add a utility function that can calculate word-wrap line breaks, and 2006-10-16 19:49:43 +00:00
wxPlotCanvas.py don't show the message dialog on import unless there is already an app object 2004-08-25 23:57:23 +00:00
wxpTag.py Merge recent changes from 2.8 branch. 2007-03-27 01:49:46 +00:00