make sure all wxDefault* and all wxNull* global instances are documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,12 +39,14 @@ public:
|
||||
Default constructor.
|
||||
*/
|
||||
wxPalette();
|
||||
|
||||
/**
|
||||
Copy constructor, uses @ref overview_refcount.
|
||||
*/
|
||||
wxPalette(const wxPalette& palette);
|
||||
|
||||
/**
|
||||
Creates a palette from arrays of size @e n, one for each red, blue or
|
||||
Creates a palette from arrays of size @a n, one for each red, blue or
|
||||
green component.
|
||||
|
||||
@param palette
|
||||
@@ -72,7 +74,7 @@ public:
|
||||
~wxPalette();
|
||||
|
||||
/**
|
||||
Creates a palette from arrays of size @e n, one for each red, blue or
|
||||
Creates a palette from arrays of size @a n, one for each red, blue or
|
||||
green component.
|
||||
|
||||
@param n
|
||||
@@ -147,7 +149,7 @@ public:
|
||||
|
||||
|
||||
/**
|
||||
FIXME
|
||||
An empty palette.
|
||||
*/
|
||||
wxPalette wxNullPalette;
|
||||
|
||||
|
Reference in New Issue
Block a user