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:
@@ -23,7 +23,9 @@ public:
|
||||
enum wxTaskBarIconType
|
||||
{
|
||||
DOCK
|
||||
// , CUSTOM_STATUSITEM
|
||||
#if wxOSX_USE_COCOA
|
||||
, CUSTOM_STATUSITEM
|
||||
#endif
|
||||
// , STATUSITEM
|
||||
// , MENUEXTRA
|
||||
, DEFAULT_TYPE = DOCK
|
||||
|
Reference in New Issue
Block a user