/////////////////////////////////////////////////////////////////////////////
// Name: gdiobj.h
-// Purpose: documentation for wxGDIObject class
+// Purpose: interface of wxGDIObject
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{FIXME}
- @seealso
- wxPen, wxBrush, wxFont
+ @see wxPen, wxBrush, wxFont
*/
class wxGDIObject : public wxObject
{
*/
wxGDIObject();
};
+