/////////////////////////////////////////////////////////////////////////////
// Name: iconloc.h
-// Purpose: documentation for wxIconLocation class
+// Purpose: interface of wxIconLocation
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxbase}
@category{FIXME}
- @seealso
- wxIcon, wxFileType::GetIcon
+ @see wxIcon, wxFileType::GetIcon
*/
class wxIconLocation
{
Returns @true if the object is valid, i.e. was properly initialized, and
@false otherwise.
*/
-#define bool IsOk() /* implementation is private */
+ bool IsOk() const;
};
+