- // type of taskbar item to create (currently only DOCK is implemented)
- enum wxTaskBarIconType
- {
- DOCK
-#if wxOSX_USE_COCOA
- , CUSTOM_STATUSITEM
-#endif
-#if wxOSX_USE_COCOA
- , DEFAULT_TYPE = CUSTOM_STATUSITEM
-#else
- , DEFAULT_TYPE = DOCK
-#endif
- };
-
- wxTaskBarIcon(wxTaskBarIconType iconType = DEFAULT_TYPE);