Remove from documentation references to nonexistent classes
This commit is contained in:
@@ -354,14 +354,11 @@ protected:
|
|||||||
// should not use this class directly, but instead member functions in
|
// should not use this class directly, but instead member functions in
|
||||||
// wxPropertyGridInterface, wxPropertyGrid, wxPropertyGridPage, and
|
// wxPropertyGridInterface, wxPropertyGrid, wxPropertyGridPage, and
|
||||||
// wxPropertyGridManager.
|
// wxPropertyGridManager.
|
||||||
// - In separate wxPropertyGrid component this class was known as
|
|
||||||
// wxPropertyGridState.
|
|
||||||
// - Currently this class is not implemented in wxPython.
|
// - Currently this class is not implemented in wxPython.
|
||||||
class WXDLLIMPEXP_PROPGRID wxPropertyGridPageState
|
class WXDLLIMPEXP_PROPGRID wxPropertyGridPageState
|
||||||
{
|
{
|
||||||
friend class wxPGProperty;
|
friend class wxPGProperty;
|
||||||
friend class wxPropertyGrid;
|
friend class wxPropertyGrid;
|
||||||
friend class wxPGCanvas;
|
|
||||||
friend class wxPropertyGridInterface;
|
friend class wxPropertyGridInterface;
|
||||||
friend class wxPropertyGridPage;
|
friend class wxPropertyGridPage;
|
||||||
friend class wxPropertyGridManager;
|
friend class wxPropertyGridManager;
|
||||||
|
@@ -298,9 +298,7 @@ public:
|
|||||||
wxPropertyGridManager.
|
wxPropertyGridManager.
|
||||||
|
|
||||||
@remarks
|
@remarks
|
||||||
- In separate wxPropertyGrid component this class was known as
|
Currently this class is not implemented in wxPython.
|
||||||
wxPropertyGridState.
|
|
||||||
- Currently this class is not implemented in wxPython.
|
|
||||||
|
|
||||||
@library{wxpropgrid}
|
@library{wxpropgrid}
|
||||||
@category{propgrid}
|
@category{propgrid}
|
||||||
@@ -309,7 +307,6 @@ class wxPropertyGridPageState
|
|||||||
{
|
{
|
||||||
friend class wxPGProperty;
|
friend class wxPGProperty;
|
||||||
friend class wxPropertyGrid;
|
friend class wxPropertyGrid;
|
||||||
friend class wxPGCanvas;
|
|
||||||
friend class wxPropertyGridInterface;
|
friend class wxPropertyGridInterface;
|
||||||
friend class wxPropertyGridPage;
|
friend class wxPropertyGridPage;
|
||||||
friend class wxPropertyGridManager;
|
friend class wxPropertyGridManager;
|
||||||
|
Reference in New Issue
Block a user