Lots of updates for color dialog and sliders
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
|
||||
// Copy constructors
|
||||
inline wxBitmap(const wxBitmap& rBitmap)
|
||||
{ Init(); Ref(rBitmap); }
|
||||
{ Init(); Ref(rBitmap); SetHandle(rBitmap.GetHandle()); }
|
||||
|
||||
// Initialize with raw data
|
||||
wxBitmap( const char bits[]
|
||||
@@ -223,14 +223,9 @@ public:
|
||||
|
||||
inline bool IsMono(void) const { return m_bIsMono; }
|
||||
|
||||
|
||||
// An OS/2 version that probably doesn't do anything like the msw version
|
||||
wxBitmap GetBitmapForDC(wxDC& rDc) const;
|
||||
|
||||
// inline LONG GetId() const
|
||||
// { return (GetBitmapData() ? GetBitmapData()->m_lId : 0L); }
|
||||
|
||||
|
||||
protected:
|
||||
// common part of all ctors
|
||||
void Init();
|
||||
|
Reference in New Issue
Block a user