X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/246c920686bd689fcc52a1c4ae92472baddeb786..61ecf6d34ffb087e4a02d1c4e29e1f155875eba0:/include/wx/mac/aga.h diff --git a/include/wx/mac/aga.h b/include/wx/mac/aga.h index c251146d8b..652736f27a 100644 --- a/include/wx/mac/aga.h +++ b/include/wx/mac/aga.h @@ -12,6 +12,7 @@ #ifndef _UMA_AGA_H #define _UMA_AGA_H +/* ControlHandle AGANewControl(WindowPtr owningWindow, const Rect * boundsRect, ConstStr255Param controlTitle, @@ -85,28 +86,8 @@ void AGAApplyThemeBackground (ThemeBackgroundKind inKind, void AGAMoveControl( ControlHandle inControl , short x , short y ) ; void AGASizeControl( ControlHandle inControl , short x , short y ) ; -class AGAPortHelper -{ -public : - AGAPortHelper( GrafPtr newport) ; - AGAPortHelper() ; - ~AGAPortHelper() ; +*/ - void Setup( GrafPtr newport ) ; - void Clear() ; - bool IsCleared() { return m_clip == NULL ; } - GrafPtr GetCurrentPort() { return m_currentPort ; } - -private : - GrafPtr m_currentPort ; - GrafPtr m_oldPort ; - RgnHandle m_clip ; - ThemeDrawingState m_drawingState ; - short m_textFont ; - short m_textSize ; - short m_textStyle ; - short m_textMode ; -} ; #endif \ No newline at end of file