| 
							
							
								 Francesco Montorsi | 0004982c83 | virtual/static attributes automated fixes by ifacecheck git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-13 11:09:56 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | d8231db24d | add docs for the #define of wxBookCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-13 11:03:01 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 340e9651e1 | revised the documentation of the book controls; moved common API to wxBookCtrlBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-13 10:27:19 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | e8a8aa37ea | revised n*h headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-13 08:55:12 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 7e59b88579 | re-enabled all @appearance tags git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-13 08:05:18 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 68bcfd2c10 | Eliminate (or at least reduce) 64-bit build warnings (as described in wxPG sourceforge bug report #2156069) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-12 12:23:48 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | ba1d7a6cec | revised m*h headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-11 13:10:48 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | dd72e7678d | fix doxygen warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-10 19:14:22 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 703ee9f5ec | GetPendingEditedValue() -> GetUncommittedPropertyValue() (more consistent API naming. Eg. there is also CommitChangesFromEditor()) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-10 15:22:08 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | 2a555dcf20 | Trying to make introduction reappear git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-10 08:44:49 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 6c107bd20d | doxygen warning fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-09 16:42:52 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 9e7ad1cab8 | revised richtext headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-09 16:30:57 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 4f48d306f4 | use standard tags @class,,@lib,@category for wxScopeGuard, too (to keep the documentation style uniform) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-09 13:45:25 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | bcffb4d1a9 | add 3 parameter scope guard; improve its documentation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-09 11:26:50 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 9b5bafcf38 | Removed dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its functionality with wxPropertyGrid::GetPendingEditedValue(); Added wxPropertyGrid::PerformValidation() flags so it can be called in generic context. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-08 18:15:10 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | ff1e1474ed | Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty flags, IIRC was mostly used as poor-man's SetEditableState() and possibly for internal use until very recently) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-07 17:35:06 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | d61d8cffa9 | Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-07 17:28:05 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 4701dc0983 | revised st*.h headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-07 16:57:34 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 3a89adc1f0 | Removed wxLongStringProperty derived property creator macros (just subclass and implement OnButtonClick()); Partially fixed wxPGProperty::PrepareValueForDialogEditing() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-07 16:56:43 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | b2bd89e35c | add missing semicolon; add some @see commands to link wxExecute/wxLaunchDefault* functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-07 16:16:57 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 7de202a64d | document that Set/ChangeValue() set the insertion point to 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-07 11:34:46 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 5a45dd6fd9 | When registering editor, try wxRTTI class name in additon to result of wxPGEditor::GetName(). Allows creating custom editors without needing to implement GetName(). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-06 15:48:27 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 75b6c4ce92 | Removed GetExpandedProperties() (used to act as poor man's GetEditableState()) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-06 15:24:05 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | de0037976c | Fix RCS-IDs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-06 15:14:06 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | ba9ed9d0c6 | Removed wxPropertyGridInterface::ClearPropertyValue() (use SetPropertyValue(defaultValue) instead) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-06 15:10:00 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 9c498e84bf | correct the example/documentation of GetDocumentsDir() return value git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-05 22:56:23 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | e725ba4fc2 | other s*h interface revisions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-05 11:24:00 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | 9f7aee0198 | added the possibility to draw grid lines across the entire window git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-04 23:23:01 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 76e9224eb2 | fix for doxygen warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-04 20:49:51 +00:00 |  | 
			
				
					| 
							
							
								 Robert Roebling | c7d4ca8105 | Moved list of subclasses away from 'classes overview' corrected some wxGrid overview references git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-04 18:57:47 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 77bfb90222 | fix many doxygen warnings about undocumented parameters git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-04 14:52:38 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 4876436a62 | some s*h interface headers reviews git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-04 14:30:56 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 78e87bf7b8 | remaining t*h interface revisions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-04 11:55:28 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | c6cf894ae2 | interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-04 11:01:50 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 6280517046 | Added Description Box Height to saveable/restoreable editable state git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-04 10:59:06 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 9e6bebdcac | Tweaked wxPGProperty::StringToValue() and IntToValue() docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-03 17:11:00 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 5ecd2ba500 | Updated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatus() instead) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-02 15:47:36 +00:00 |  | 
			
				
					| 
							
							
								 Vadim Zeitlin | b54129836c | add a more readable wrapper for CreateDocument(wxEmptyString, wxDOC_NEW) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-01 17:04:43 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 0d4884cbf3 | Unfocus text editor when enter is pressed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-10-01 16:24:21 +00:00 |  | 
			
				
					| 
							
							
								 Václav Slavík | cf78bdcb68 | added wxTaskBarIcon::IsAvailable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-30 20:54:02 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 7eaed395dd | Fixed Connect() use sample case in CreateControls() docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-30 16:50:31 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 020b004113 | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGridInterface git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-29 17:01:04 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 704ceca8d2 | Removed wxPG_EX_LEGACY_VALIDATORS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-29 16:52:57 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 2a8312bced | Make wxPGValidationInfo class instead of struct, re-document it (used at least by derived wxPGProperty::ValidateValue()) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-29 16:23:38 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 6b03a638a4 | Doc and comment cleanup, fixes, tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-29 16:07:00 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | 17e3ad2ae1 | Minor clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-29 15:49:09 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | b91c4601f2 | many ifacecheck automatic fixes + some access-specifier manual fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-29 10:52:37 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | b38a20c153 | remove deprecation from wxWizard::SetPageSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-29 10:18:36 +00:00 |  | 
			
				
					| 
							
							
								 Francesco Montorsi | 95b4a59e67 | even more interface fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-27 20:26:28 +00:00 |  | 
			
				
					| 
							
							
								 Jaakko Salli | effb029c30 | wxPropertyGridInterface docs cleanup and fixes, removed some rarely needed member functions with simple workarounds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 | 2008-09-27 15:09:33 +00:00 |  |