| 
							
							
								 Alex Bligh | 7a5b04a65e | Add support for transparent hint windows under GTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-22 17:30:28 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | db84713101 | Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-19 15:52:28 +00:00 |  | 
			
				
					| 
							
							
								 Benjamin Williams | 0603bb285c | added another AddPane() call which allows the caller to add a new window at a certain point;  Hint functions are now public git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-16 10:59:16 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 50f3c41d61 | Added wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with implementations (so far) for wxMSW and wxMac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-16 03:28:23 +00:00 |  | 
			
				
					| 
							
							
								 Alex Bligh | 0d02dd54a0 | Virtualize ProcessDockResult so people can override it to prevent docking git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-13 22:03:54 +00:00 |  | 
			
				
					| 
							
							
								 Benjamin Williams | 461125ea4d | renamed wxFrameManager::GetFrame() and SetFrame() to GetManagedWindow() and SetManagedWindow() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-12 07:18:19 +00:00 |  | 
			
				
					| 
							
							
								 Benjamin Williams | 673727f39c | wxFrameManager::Render() now fires a new event, called wxEVT_AUI_RENDER, which allows all main window drawing operations to be overridden to provide custom drawing behavior git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-11 15:24:25 +00:00 |  | 
			
				
					| 
							
							
								 Benjamin Williams | a189504e7f | wxAUI's wxFrameManager::SetFrame() now takes a wxWindow ptr instead of a wxFrame ptr, in preparation for future work git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-11 13:50:49 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | af672b5ae8 | Add wxRTTI info for the event class git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-08 02:19:03 +00:00 |  | 
			
				
					| 
							
							
								 Robin Dunn | 06d4c4d65a | Changes needed for scanning the aui header files with SWIG for wxPython.  Also fix some DLL exports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-07 17:53:17 +00:00 |  | 
			
				
					| 
							
							
								 Benjamin Williams | 5875464394 | added EVT_AUI_PANECLOSE and updated sample accordingly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-05 16:38:02 +00:00 |  | 
			
				
					| 
							
							
								 Alex Bligh | e4542fa6e2 | wxAUI: Make 2 methods virtual and unprotect member variables to enable apps to do their own hint windows until a generally acceptable mechanism for platforms other than MSW is found. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-07-04 19:25:07 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 063708fcce | Missing exports git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-15 09:13:29 +00:00 |  | 
			
				
					| 
							
							
								 Michael Wetherell | 2cc833a1bd | Cygwin compile fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-15 08:39:58 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 55193d61ae | Removed comma git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-07 08:49:45 +00:00 |  | 
			
				
					| 
							
							
								 Włodzimierz Skiba | be66f18ee1 | Source cleaning, wxW headers, whitespaces and improved PCH support. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-06 15:39:16 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 08469b1f18 | Compile corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-06 14:05:11 +00:00 |  | 
			
				
					| 
							
							
								 Julian Smart | 50acee04cd | Initial commit of wxAUI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2006-06-06 13:12:07 +00:00 |  |