Adding compiling (but not yet working) taskbar implementation for OS X Cocoa, mostly borrowed from wxCocoa. Also enabled HTML Help support as it seems this compiles fine now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2008-09-22 00:51:32 +00:00
parent 4eda9c09e4
commit 01250f9b2c
4 changed files with 410 additions and 17 deletions

View File

@@ -23,7 +23,9 @@ public:
enum wxTaskBarIconType
{
DOCK
// , CUSTOM_STATUSITEM
#if wxOSX_USE_COCOA
, CUSTOM_STATUSITEM
#endif
// , STATUSITEM
// , MENUEXTRA
, DEFAULT_TYPE = DOCK