Various interface fixes for Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,6 +118,27 @@ public:
|
||||
void Init(wxDC* dc, wxBitmap& buffer = wxNullBitmap,
|
||||
int style = wxBUFFER_CLIENT_AREA);
|
||||
//@}
|
||||
|
||||
|
||||
/**
|
||||
Blits the buffer to the dc, and detaches the dc from the buffer (so it
|
||||
can be effectively used once only).
|
||||
|
||||
Usually only called in the destructor or by the destructor of derived
|
||||
classes if the BufferedDC must blit before the derived class (which may
|
||||
own the dc it's blitting to) is destroyed.
|
||||
*/
|
||||
void UnMask();
|
||||
|
||||
/**
|
||||
Set the style.
|
||||
*/
|
||||
void SetStyle(int style);
|
||||
|
||||
/**
|
||||
Get the style.
|
||||
*/
|
||||
int GetStyle() const;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user