git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62880
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void SetValueToUnspecified()
{
wxVariant val; // Create NULL variant
void SetValueToUnspecified()
{
wxVariant val; // Create NULL variant
+ SetValue(val, NULL, wxPG_SETVAL_REFRESH_EDITOR);
}
// Helper function (for wxPython bindings and such) for settings protected
}
// Helper function (for wxPython bindings and such) for settings protected
void SetPropertyValueUnspecified( wxPGPropArg id )
{
wxPG_PROP_ARG_CALL_PROLOG()
void SetPropertyValueUnspecified( wxPGPropArg id )
{
wxPG_PROP_ARG_CALL_PROLOG()
- wxVariant nullVariant;
- SetPropVal(p, nullVariant);
+ p->SetValueToUnspecified();