Add documentation for wxNotificationMessage::UseTaskBarIcon (MSW).
The method is not new, but was undocumented previously.
This commit is contained in:
@@ -158,5 +158,17 @@ public:
|
|||||||
@return @false if an error occurred.
|
@return @false if an error occurred.
|
||||||
*/
|
*/
|
||||||
virtual bool Show(int timeout = Timeout_Auto);
|
virtual bool Show(int timeout = Timeout_Auto);
|
||||||
|
|
||||||
|
/**
|
||||||
|
If the application already uses a wxTaskBarIcon, it should be connected
|
||||||
|
to notifications by using this method. This has no effect if toast
|
||||||
|
notifications are used.
|
||||||
|
|
||||||
|
@return the task bar icon which was used previously (may be @c NULL)
|
||||||
|
|
||||||
|
@onlyfor{wxmsw}
|
||||||
|
*/
|
||||||
|
static wxTaskBarIcon *UseTaskBarIcon(wxTaskBarIcon *icon);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user