Fixes needed to get transient popup windows working, also implement SetFont for OS X Cocoa for classes that support it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -141,6 +141,7 @@ public : | ||||
|     virtual void                keyEvent(WX_NSEvent event, WXWidget slf, void* _cmd); | ||||
|     virtual void                insertText(NSString* text, WXWidget slf, void* _cmd); | ||||
|     virtual bool                performKeyEquivalent(WX_NSEvent event, WXWidget slf, void* _cmd); | ||||
|     virtual bool                acceptsFirstResponder(WXWidget slf, void* _cmd); | ||||
|     virtual bool                becomeFirstResponder(WXWidget slf, void* _cmd); | ||||
|     virtual bool                resignFirstResponder(WXWidget slf, void* _cmd); | ||||
|     virtual void                resetCursorRects(WXWidget slf, void* _cmd); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user