wxBrushList and wxFontList do not derive from wxList.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -361,7 +361,7 @@ wxBrush* wxRED_BRUSH;
|
|||||||
|
|
||||||
@see wxBrush
|
@see wxBrush
|
||||||
*/
|
*/
|
||||||
class wxBrushList : public wxList
|
class wxBrushList
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
@@ -1062,7 +1062,7 @@ wxFont* wxSWISS_FONT;
|
|||||||
|
|
||||||
@see wxFont
|
@see wxFont
|
||||||
*/
|
*/
|
||||||
class wxFontList : public wxList
|
class wxFontList
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user