wxWidgets/wxPython/wx/lib
Robin Dunn 0cdd86d6d0 wx.lib.pubsub updates from Oliver Schoenborn:
- the hash problem re non-hashable objects
    - now supports listeners that use *args as an argument
      (listener(*args) was not passing the validity test)
    - corrected some mistakes in documentation
    - added some clarifications (hopefully useful for first time
      users)
    - changed the way singleton is implemented since old way prevented
      pydoc etc from extracting docs for Publisher


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-06 01:15:20 +00:00
..
analogclock avoid assert in wxMac port, only change the font point size when we 2006-03-28 19:20:48 +00:00
colourchooser Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
editor Ensure the window is still valid before adjusting the scrollbars 2006-01-29 02:36:29 +00:00
floatcanvas wxPython tab cleaning 2006-01-29 17:35:47 +00:00
masked Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
mixins Added CheckListCtrlMixin from Bruce Who 2006-03-15 23:22:53 +00:00
ogl Use self.GetCanvas() instead of just self.GetCanvas 2006-03-25 00:14: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 Changes to how overridable C++ methods are virtualized for Python. 2006-02-07 03:56:44 +00:00
anchors.py Docstring updates 2005-05-12 22:46:53 +00:00
buttons.py Force a full refresh when the focus changes so the bitmap button will 2006-04-06 00:12:11 +00:00
calendar.py Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +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 Docstring updates 2005-05-12 22:46:53 +00:00
dialogs.py Change multipleChoiceDialog to use wx.MultiChoiceDialog instead of 2005-03-31 21:18:36 +00:00
docview.py Need to tell which object to Destroy() 2006-03-30 01:41:47 +00:00
evtmgr.py Have to dig a little deeper to find a wxPyDeadObject... 2005-06-02 03:41:32 +00:00
fancytext.py Don't use wx.TheFontList.FindOrCreateFont, it's way too slow. 2005-05-11 17:04:01 +00:00
filebrowsebutton.py Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
flashwin.py Lindsay Mathieson's newest wxActiveX class has been wrapped into a new 2004-03-23 05:29:50 +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 Docstring fix 2006-04-04 23:33:01 +00:00
gestures.py A little cleanup 2005-03-25 20:16:27 +00:00
gridmovers.py Don't scroll when the mouse is dragged outside of the grid, unless the 2005-06-02 03:53:01 +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 Added default values for some parameters 2004-12-17 02:01:08 +00:00
imagebrowser.py Use default heights on the buttons 2004-08-25 23:29:23 +00:00
imageutils.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +00:00
infoframe.py More lib and demo patches to drop the wx prefix (Jeff has been busy!) 2003-12-22 19:09:54 +00:00
intctrl.py More lib and demo patches to drop the wx prefix (Jeff has been busy!) 2003-12-22 19:09:54 +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 Reverted to old method names/signatures for wx.DC, updated lib and 2004-05-02 02:41:33 +00:00
newevent.py Remove #! 2004-03-05 20:57:15 +00:00
pdfwin.py Changes to how overridable C++ methods are virtualized for Python. 2006-02-07 03:56:44 +00:00
plot.py Add scrollbars when the plot is zoomed in, and also the ability to 2006-03-17 22:45:37 +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 Changes to how overridable C++ methods are virtualized for Python. 2006-02-07 03:56:44 +00:00
pubsub.py wx.lib.pubsub updates from Oliver Schoenborn: 2006-04-06 01:15:20 +00:00
pydocview.py Merged modifications from the 2.6 branch 2005-12-30 23:02:03 +00:00
pyshell.py Lots of wx namespace updates for the wx.lib package and the demo from 2003-12-17 00:34:40 +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 Delay part of the setup 2006-01-31 17:48:19 +00:00
sheet.py Changes to how overridable C++ methods are virtualized for Python. 2006-02-07 03:56:44 +00:00
shell.py Lots of wx namespace updates for the wx.lib package and the demo from 2003-12-17 00:34:40 +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 Fixed problem in wx.lib.splitter when used on 64-bit platforms. Used 2006-03-31 23:19:34 +00:00
statbmp.py Ensure the bitmap is good before drawing it. 2005-05-02 23:43:56 +00:00
stattext.py Better handling of the bg to allow the theme (if any) to be visible. 2005-05-13 01:39:09 +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 Added wx.lib.ticker.Ticker class from Chris Mellon. 2004-09-01 22:00:21 +00:00
vtk.py Merged the wxPy_newswig branch into the HEAD branch (main trunk) 2003-11-12 21:34:20 +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 a bit of code cleanupt 2005-01-13 21:15:08 +00:00