Robin Dunn 
							
						 
					 
					
						
						
							
						
						d20c6820bb 
					 
					
						
						
							
							Docstring updates  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28366  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2004-07-21 19:58:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						488256e0a1 
					 
					
						
						
							
							Allow the size, pos, and title of the default output window to be modified  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28109  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2004-06-30 20:10:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						f454e36230 
					 
					
						
						
							
							Add flush() to PyOnDemandOutputWindow  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28056  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2004-06-28 19:22:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						a31507415d 
					 
					
						
						
							
							wx.InitAllImageHandlers is now an empty function that does nothing but  
						
						 
						
						... 
						
						
						
						exist for backwards compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27320  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2004-05-17 19:16:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						d07d2bc9d0 
					 
					
						
						
							
							Some docstring additions, reformats and epydoc markup.  
						
						 
						
						... 
						
						
						
						Removed RefDoc macros, instead made all the normal Docstring macros
take an extra parameter to be used for the optional details postion of
the docstring.  The intent is that the docstrings put in the generated
.py files checked in to CVS and delivered in releases will be only a
paragraph or two, but when used for generating the epydoc reference
docs they can optionally contain a lot more details.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27216  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2004-05-12 00:17:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						30210c7d61 
					 
					
						
						
							
							Patch  #930307 , really exit if wrong python on the mac  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27143  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2004-05-07 19:36:15 +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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						330af86940 
					 
					
						
						
							
							Allow the stdout redirection to be toggled on or off in the demo  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26175  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2004-03-11 06:26:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						4a7ea057cd 
					 
					
						
						
							
							Forgot to output the first string  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25144  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2004-01-13 03:32:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						64e8a1f072 
					 
					
						
						
							
							autodoc docstring fixes and such  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24923  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2003-12-19 04:45:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						1e0c87227c 
					 
					
						
						
							
							More docstrings and rearrainged a couple things.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24664  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2003-11-26 06:09:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						6c3b4aae47 
					 
					
						
						
							
							More docstrings.  
						
						 
						
						... 
						
						
						
						Fixed wxWave compilation on Linux.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24612  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2003-11-20 01:19:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robin Dunn 
							
						 
					 
					
						
						
							
						
						d14a1e2856 
					 
					
						
						
							
							Merged the wxPy_newswig branch into the HEAD branch (main trunk)  
						
						 
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24541  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2003-11-12 21:34:20 +00:00