]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dcmemory.h
Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons
[wxWidgets.git] / include / wx / mac / dcmemory.h
index c72e4017b7ff7392fe9175000bbc80e32e4ef434..21a5d3ba8ce1b964c77d3fc52ff357bd306bce21 100644 (file)
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dcmemory.h
 // Purpose:     wxMemoryDC class
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dcmemory.h
 // Purpose:     wxMemoryDC class
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DCMEMORY_H_
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DCMEMORY_H_
@@ -28,8 +28,8 @@ class WXDLLEXPORT wxMemoryDC: public wxPaintDC
     ~wxMemoryDC(void);
     virtual void SelectObject( const wxBitmap& bitmap );
     virtual void DoGetSize( int *width, int *height ) const;
     ~wxMemoryDC(void);
     virtual void SelectObject( const wxBitmap& bitmap );
     virtual void DoGetSize( int *width, int *height ) const;
-               wxBitmap        GetSelectedObject() { return m_selected ; }
-  private: 
+        wxBitmap    GetSelectedObject() { return m_selected ; }
+  private:
     wxBitmap  m_selected;
 };
 
     wxBitmap  m_selected;
 };