Editorial corrections to the documentation.

Added section to group similar functions in the documentation of wxGraphicsContext.
Fixed references to the section describing wxPGProperty attributes.
This commit is contained in:
Artur Wieczorek
2016-07-24 21:08:53 +02:00
parent cd96c664dd
commit cf033b47b1
2 changed files with 50 additions and 42 deletions

View File

@@ -392,6 +392,12 @@ public:
class wxGraphicsContext : public wxGraphicsObject
{
public:
/**
@name Creating a context
@{
*/
/**
Creates a wxGraphicsContext from a wxWindow.
@@ -466,6 +472,9 @@ public:
*/
static wxGraphicsContext* Create();
/** @}
*/
/**
@name Clipping region functions