wxPropertyGrid
Deprecated List
Member wxPG_EX_TRADITIONAL_VALIDATORS
Since version 1.3. This behavior is automatic now.
Member wxPGChoices::HasValue (unsigned int i) const
Since wxPropertyGrid 1.4.0 choice entries always have valid values.
Member wxPGChoices::HasValues () const
Since wxPropertyGrid 1.4.0 choice entries always have valid values.
Member wxPGProperty::AddChild (wxPGProperty *prop)
Since wxPropertyGrid 1.4.5. Use AddPrivateChild() instead.
Member wxPGProperty::GetImageSize () const
Since version 1.3.
Member wxPGProperty::GetValueAsVariant () const
Since wxPropertyGrid 1.3. Use GetValue() instead.
Member wxPropertyGrid::ClearTargetPage ()
Since version 1.3.
Member wxPropertyGrid::GetFirstCategory () const
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetFirstProperty ()
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetFirstVisible () const
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetLastChild (wxPGPropArg id)
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetLastProperty ()
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetLastVisible ()
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetNextCategory (wxPGPropArg id) const
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetNextProperty (wxPGPropArg id)
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetNextVisible (wxPGPropArg id) const
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetPrevProperty (wxPGPropArg id)
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetPrevSiblingProperty (wxPGPropArg id)
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::GetPrevVisible (wxPGPropArg id)
Since version 1.3. Use wxPropertyGridInterface::GetIterator() instead.
Member wxPropertyGrid::SetPropertyColour (wxPGPropArg id, const wxColour &col)
Since version 1.3. Use SetPropertyBackgroundColour instead.
Member wxPropertyGridEvent::GetPropertyPtr () const
Since version 1.3. Use GetProperty() instead.
Member wxPropertyGridInterface::Delete (wxPGPropArg id)
Since version 1.3. Use DeleteProperty() instead.
Member wxPropertyGridInterface::Disable (wxPGPropArg id)
Since version 1.3. Use wxPropertyGrid::Enable(property, false) instead.
Member wxPropertyGridInterface::IsModified (wxPGPropArg id) const
Since version 1.3. Use IsPropertyModified instead.
Member wxPropertyGridInterface::IsPropertyValueType (wxPGPropArg id, const wxChar *typestr) const
Since version 1.3. Use GetPropertyValueType() and wxString comparison instead.