cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
50f8c98e06
commit
400e8540ad
@ -57,20 +57,8 @@ public :
|
|||||||
virtual wxString GetLineText(long lineNo) const ;
|
virtual wxString GetLineText(long lineNo) const ;
|
||||||
virtual void CheckSpelling(bool WXUNUSED(check)) { }
|
virtual void CheckSpelling(bool WXUNUSED(check)) { }
|
||||||
|
|
||||||
#ifndef __WXMAC_OSX__
|
|
||||||
virtual void MacControlUserPaneDrawProc(wxInt16 part) = 0 ;
|
|
||||||
virtual wxInt16 MacControlUserPaneHitTestProc(wxInt16 x, wxInt16 y) = 0 ;
|
|
||||||
virtual wxInt16 MacControlUserPaneTrackingProc(wxInt16 x, wxInt16 y, void* actionProc) = 0 ;
|
|
||||||
virtual void MacControlUserPaneIdleProc() = 0 ;
|
|
||||||
virtual wxInt16 MacControlUserPaneKeyDownProc(wxInt16 keyCode, wxInt16 charCode, wxInt16 modifiers) = 0 ;
|
|
||||||
virtual void MacControlUserPaneActivateProc(bool activating) = 0 ;
|
|
||||||
virtual wxInt16 MacControlUserPaneFocusProc(wxInt16 action) = 0 ;
|
|
||||||
virtual void MacControlUserPaneBackgroundProc(void* info) = 0 ;
|
|
||||||
#endif
|
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
#if TARGET_API_MAC_OSX
|
|
||||||
|
|
||||||
class wxMacUnicodeTextControl : public wxMacTextControl
|
class wxMacUnicodeTextControl : public wxMacTextControl
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
@ -106,6 +94,4 @@ public :
|
|||||||
ControlEditTextSelectionRec m_selection ;
|
ControlEditTextSelectionRec m_selection ;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TARGET_API_MAC_OSX
|
|
||||||
|
|
||||||
#endif // _WX_MAC_PRIVATE_MACTEXT_H_
|
#endif // _WX_MAC_PRIVATE_MACTEXT_H_
|
||||||
|
@ -16,18 +16,6 @@
|
|||||||
#include "wx/print.h"
|
#include "wx/print.h"
|
||||||
#include "wx/mac/private.h"
|
#include "wx/mac/private.h"
|
||||||
|
|
||||||
#if TARGET_CARBON && !defined(__DARWIN__)
|
|
||||||
# include <PMApplication.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef __DARWIN__
|
|
||||||
# include "Printing.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !PM_USE_SESSION_APIS
|
|
||||||
#error "only Carbon Printing Session API is supported"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class WXDLLEXPORT wxMacCarbonPrintData : public wxPrintNativeDataBase
|
class WXDLLEXPORT wxMacCarbonPrintData : public wxPrintNativeDataBase
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
|
Loading…
Reference in New Issue
Block a user