Add support for Mac dock icon bouncing. I used a cross-platform enum so that we can (ideally) craft a cross-platform API for 3.0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2316,6 +2316,17 @@ enum wxUpdateUI
|
||||
wxUPDATE_UI_FROMIDLE = 0x0002 /* Invoked from On(Internal)Idle */
|
||||
};
|
||||
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
/* Notification Event flags - used for dock icon bouncing, etc. */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
||||
enum wxNotificationOptions
|
||||
{
|
||||
wxNOTIFY_NONE = 0x0000,
|
||||
wxNOTIFY_ONCE = 0x0001,
|
||||
wxNOTIFY_REPEAT = 0x0002
|
||||
};
|
||||
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
/* miscellaneous */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user