preparation for X11 wxTaskBarIcon version:
1. moved events to common file from MSW specific 2. deprecated virtual functions in favour of event handlers 3. removed taskbar.cpp files from port that don't implement it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,9 +55,9 @@ Destroys the wxTaskBarIcon object, removing the icon if not already removed.
|
||||
|
||||
Returns true if \helpref{SetIcon}{wxtaskbariconseticon} was called with no subsequent \helpref{RemoveIcon}{wxtaskbariconremoveicon}.
|
||||
|
||||
\membersection{wxTaskBarIcon::IsOK}\label{wxtaskbariconisok}
|
||||
\membersection{wxTaskBarIcon::IsOk}\label{wxtaskbariconisok}
|
||||
|
||||
\func{bool}{IsOK}{\void}
|
||||
\func{bool}{IsOk}{\void}
|
||||
|
||||
Returns true if the object initialized successfully.
|
||||
|
||||
|
Reference in New Issue
Block a user