class wxBrush: public wxGDIObject
{
- DECLARE_DYNAMIC_CLASS(wxBrush)
-
- public:
-
+public:
wxBrush();
wxBrush( const wxColour &colour, int style );
wxBrush( const wxBitmap &stippleBitmap );
void Unshare();
- // no data :-)
+private:
+ DECLARE_DYNAMIC_CLASS(wxBrush)
};
#endif // __GTKBRUSHH__