| 
							
							
								 Vadim Zeitlin | a7af285d1a | added the mention of library in which each class is defined to the documentation (patch 1756715) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-07-28 12:21:03 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 76bfdc9ad9 | changed AddPendingEvent() to take const wxEvent reference, it doesn't need to modify it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-06-21 21:56:50 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | d12dce0f7f | made AddPendingEvent() virtual (patch 1652077) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2007-02-11 02:42:40 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 763b330106 | rolled back exceptions handling patch, it relied on incorrect assumption about vtables git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-06-23 16:17:02 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 924b84ab94 | changed exceptions handling to work under wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-06-20 08:20:50 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | bdbe28fa38 | added wxEvtHandler::Disconnect(evtType, ...) overload git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-05-18 22:40:09 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | e554d626b7 | (blind) fix for ambiguity between Disconnect() overloads git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-02-15 12:04:53 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 18e3348481 | documented new overloaded Connect() and wxFooEventHandler macros git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2005-02-15 11:42:36 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | 4cee05ac00 | Doc fix [Patch #1048940]. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-11-09 19:09:13 +00:00 |  | 
			
				
					| 
							
							
								 Ryan Norton | 422d306cb3 | 1. Yet another unit test for new stirng stuff 2. Fix unicode and 10.2 in src/cocoa/app.mm
3. Fix error in doc about wxEvtHandler::Connect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-10-07 16:50:24 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | b236c10f77 | Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-09-30 11:15:59 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | f70c044346 | Spelling fixes [#1017001] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-09-04 02:44:43 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | fc2171bd4c | Name change replacements git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-05-04 08:27:20 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 06d4e3c226 | AddPendingEvent() is not virtual git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2004-02-26 22:21:52 +00:00 |  | 
			
				
					| 
							
							
								 David Elliott | a685e84a97 | Added note about (not) multiply inheriting from wxEvtHandler which includes a very brief technical overview of how events work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2003-12-24 19:53:29 +00:00 |  | 
			
				
					| 
							
							
								 Mattia Barbon | 2bbd97f433 | Add a couple of wxPerl notes. Mark keyed wxList methods as deprecated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2003-09-23 19:29:23 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 97e1d37c96 | Documented event sink git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2003-06-30 13:35:55 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | cc81d32f2b | TRUE/FALSE -> true/false in documentation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2003-01-18 00:16:34 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | e3ba9f8828 | Documented wxClienData and friends. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2002-05-31 07:41:46 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 8e72b8b517 | This form of the event cloning patch survived my thorough stress testing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2001-11-18 12:42:45 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | cd4915e2c9 | some minor fixes to the docs (bugs 13271[56]) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2001-02-16 18:49:47 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | fa482912e4 | Some doc proofreading git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2000-03-15 00:21:49 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | 605d715ddd | many fixes in documentation so that it compiles with LaTeX - get rid of \end{document} troubles, \it{} -> {\it} and few more syntax fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 1999-12-24 23:40:13 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | ccaaf5b083 | Doc updates. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 1999-11-22 12:13:55 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 8a29359071 | Updates to event docs. (removed evthandler::default). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 1999-11-21 18:31:03 +00:00 |  | 
			
				
					| 
							
							
								 Sylvain Bougnoux | b4a2ab728b | tiny fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 1999-10-08 11:56:57 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 954b8ae603 | Added 'Include files' section to class references git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 1999-02-15 20:41:29 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 5b6aa0ff15 | Removed some TODOs in the Latex docs; changed wxMotif wxClipboard to match wxGTK/wxMSW syntax; added Ron Kuris' wxExecute patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 1999-02-09 21:22:58 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | f60d0f944a | Got generic wxListCtrl, wxTreeCtrl working under Windows, wxNotebook almost; some doc corrections; Win16 dialog crash cured
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 1998-12-23 09:58:02 +00:00 |  | 
			
				
					| 
							
							
								 Karsten Ballüder | a660d684ed | I've now added the documentation files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 1998-05-20 14:25:30 +00:00 |  |