Interface fixes changing fiction into truth.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -807,6 +807,23 @@ public:
|
||||
virtual wxCompositionMode GetCompositionMode() const;
|
||||
|
||||
|
||||
/**
|
||||
Push the current state of the context's transformation matrix on a
|
||||
stack.
|
||||
|
||||
@see wxGraphicsContext::PopState
|
||||
*/
|
||||
virtual void PushState() = 0;
|
||||
|
||||
/**
|
||||
Pops a stored state from the stack and sets the current transformation
|
||||
matrix to that state.
|
||||
|
||||
@see wxGraphicsContext::PopState
|
||||
*/
|
||||
virtual void PopState() = 0;
|
||||
|
||||
|
||||
virtual void EnableOffset(bool enable = true);
|
||||
void DisableOffset();
|
||||
bool OffsetEnabled();
|
||||
|
Reference in New Issue
Block a user