]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/cpp.h
Simplify and correct MSW selection of background brush for children painting.
[wxWidgets.git] / interface / wx / cpp.h
index b8585c519c1bf6f028768919648915b65ebab5ec..094d408695f3a540a45cfb4ed833831477457fc2 100644 (file)
@@ -7,7 +7,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-/** @ingroup group_funcmacro_misc */
+/** @addtogroup group_funcmacro_misc */
 //@{
 /**
     This macro returns the concatenation of the arguments passed. Unlike when
@@ -22,7 +22,7 @@
 #define wxCONCAT5(x1, x2, x3, x4, x5)
 //@}
 
-/** @ingroup group_funcmacro_misc */
+/** @addtogroup group_funcmacro_misc */
 //@{
 
 /**
 */
 #define wxSTRINGIZE_T(x)
 
+/**
+    This macro expands to the name of the current function if the compiler
+    supports any of @c __FUNCTION__, @c __func__ or equivalent variables or
+    macros or to @NULL if none of them is available.
+
+    @header{wx/cpp.h}
+*/
+#define __WXFUNCTION__
+
 //@}