projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed time of sending the wxSizeEvent and assorted things,
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
dcmemory.h
diff --git
a/include/wx/gtk1/dcmemory.h
b/include/wx/gtk1/dcmemory.h
index 10d0f2905f536a0b96b9b8f255debdd9bb4a2d5b..982dee3119854f803c17091ec162c570821d8d73 100644
(file)
--- a/
include/wx/gtk1/dcmemory.h
+++ b/
include/wx/gtk1/dcmemory.h
@@
-4,7
+4,7
@@
// Author: Robert Roebling
// RCS-ID: $Id$
// Copyright: (c) 1998 Robert Roebling
// Author: Robert Roebling
// RCS-ID: $Id$
// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWindows licence
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
@@
-37,10
+37,10
@@
public:
wxMemoryDC( wxDC *dc ); // Create compatible DC
~wxMemoryDC();
virtual void SelectObject( const wxBitmap& bitmap );
wxMemoryDC( wxDC *dc ); // Create compatible DC
~wxMemoryDC();
virtual void SelectObject( const wxBitmap& bitmap );
- void GetSize( int *width, int *height ) const;
+ void DoGetSize( int *width, int *height ) const;
+
+ // implementation
- // implementation
-
wxBitmap m_selected;
};
wxBitmap m_selected;
};