/////////////////////////////////////////////////////////////////////////////
-// Name: brush.h
+// Name: wx/gtk/brush.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
#ifndef __GTKBRUSHH__
#define __GTKBRUSHH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"
wxBrush( const wxBitmap &stippleBitmap );
~wxBrush();
- wxBrush( const wxBrush &brush )
- : wxBrushBase()
- { Ref(brush); }
- wxBrush& operator = ( const wxBrush& brush ) { Ref(brush); return *this; }
-
bool Ok() const { return m_refData != NULL; }
bool operator == ( const wxBrush& brush ) const;
void SetStyle( int style );
void SetStipple( const wxBitmap& stipple );
-private:
+protected:
// ref counting code
virtual wxObjectRefData *CreateRefData() const;
virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const;