1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0023682: Implement Draw_Window with Cocoa framework

Implemented most Draw_Window functions with Cocoa. Still should be implemented: drawing rectangle when zooming, window screenshot function in QAxwd
Added workaround for drawing rectangle when zooming
Added small fixes
This commit is contained in:
dbv
2013-01-18 15:04:50 +04:00
parent 94a57f1fb2
commit 67d97f0eec
7 changed files with 853 additions and 60 deletions

View File

@@ -15,3 +15,6 @@ CSF_gdi32
CSF_advapi32
CSF_user32
CSF_TBB
CSF_objc
CSF_Appkit
CSF_IOKit