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:
Jaakko Salli
2009-08-23 15:34:25 +00:00
parent 58935d4a5c
commit 1bfcd80c2f
2 changed files with 0 additions and 45 deletions

View File

@@ -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