Use Doxygen comments for wxVisualAttributes members.
Fix documentation of wxVisualAttributes by simply turning the normal comments into Doxygen ones. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -53,18 +53,21 @@ enum wxShowEffect
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
struct containing all the visual attributes of a control
|
Struct containing all the visual attributes of a control.
|
||||||
*/
|
*/
|
||||||
struct wxVisualAttributes
|
struct wxVisualAttributes
|
||||||
{
|
{
|
||||||
// the font used for control label/text inside it
|
/// The font used for control label/text inside it.
|
||||||
wxFont font;
|
wxFont font;
|
||||||
|
|
||||||
// the foreground colour
|
/// The foreground colour.
|
||||||
wxColour colFg;
|
wxColour colFg;
|
||||||
|
|
||||||
// the background colour, may be wxNullColour if the controls background
|
/**
|
||||||
// colour is not solid
|
The background colour.
|
||||||
|
|
||||||
|
May be wxNullColour if the controls background colour is not solid.
|
||||||
|
*/
|
||||||
wxColour colBg;
|
wxColour colBg;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user