Removed obsolete conditional compile option wxPG_CREATE_CONTROLS_HIDDEN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -54,10 +54,6 @@ | ||||
|     // width of optional bitmap/image in front of property | ||||
|     #define wxPG_CUSTOM_IMAGE_WIDTH     20 | ||||
|  | ||||
|     // 1 to create controls out of sight, hide them, and then move them into | ||||
|     // correct position | ||||
|     #define wxPG_CREATE_CONTROLS_HIDDEN 0 | ||||
|  | ||||
|     // 1 if splitter drag detect margin and control cannot overlap | ||||
|     #define wxPG_NO_CHILD_EVT_MOTION    0 | ||||
|  | ||||
| @@ -95,10 +91,6 @@ | ||||
|     // width of optional bitmap/image in front of property | ||||
|     #define wxPG_CUSTOM_IMAGE_WIDTH     20 | ||||
|  | ||||
|     // 1 to create controls out of sight, hide them, and then move them into | ||||
|     // correct position | ||||
|     #define wxPG_CREATE_CONTROLS_HIDDEN 0 | ||||
|  | ||||
|     // 1 if splitter drag detect margin and control cannot overlap | ||||
|     #define wxPG_NO_CHILD_EVT_MOTION    1 | ||||
|  | ||||
| @@ -136,10 +128,6 @@ | ||||
|     // width of optional bitmap/image in front of property | ||||
|     #define wxPG_CUSTOM_IMAGE_WIDTH     20 | ||||
|  | ||||
|     // 1 to create controls out of sight, hide them, and then move them into | ||||
|     // correct position | ||||
|     #define wxPG_CREATE_CONTROLS_HIDDEN 0 | ||||
|  | ||||
|     // 1 if splitter drag detect margin and control cannot overlap | ||||
|     #define wxPG_NO_CHILD_EVT_MOTION    0 | ||||
|  | ||||
| @@ -177,10 +165,6 @@ | ||||
|     // width of optional bitmap/image in front of property | ||||
|     #define wxPG_CUSTOM_IMAGE_WIDTH     20 | ||||
|  | ||||
|     // 1 to create controls out of sight, hide them, and then move them into | ||||
|     // correct position | ||||
|     #define wxPG_CREATE_CONTROLS_HIDDEN 0 | ||||
|  | ||||
|     // 1 if splitter drag detect margin and control cannot overlap | ||||
|     #define wxPG_NO_CHILD_EVT_MOTION    1 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user