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
This commit is contained in:
@@ -824,7 +824,6 @@ bool wxPropertyGridInterface::GetPropertyValueAsBool( wxPGPropArg id ) const
|
||||
|
||||
IMPLEMENT_GET_VALUE(long,long,Long,0)
|
||||
IMPLEMENT_GET_VALUE(double,double,Double,0.0)
|
||||
IMPLEMENT_GET_VALUE(void,void*,VoidPtr,NULL)
|
||||
|
||||
bool wxPropertyGridInterface::IsPropertyExpanded( wxPGPropArg id ) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user