/////////////////////////////////////////////////////////////////////////////
// Name: artprov.h
-// Purpose: documentation for wxArtProvider class
+// Purpose: interface of wxArtProvider
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
is used when
requesting a resource from it. The ID is represented by wxArtID type and can
have one of these predefined values (you can see bitmaps represented by these
- constants in the artprov sample):
+ constants in the artprov() sample):
wxART_ERROR
wxART_QUESTION
@library{wxcore}
@category{FIXME}
- @seealso
- See the artprov sample for an example of wxArtProvider usage.
+ @see See the artprov() sample for an example of wxArtProvider usage.
*/
class wxArtProvider : public wxObject
{
GetBitmap()
returns identical bitmap for different @e client values!
- @see See the artprov sample for an example of wxArtProvider usage.
+ @see See the artprov() sample for an example of wxArtProvider usage.
*/
is used when
requesting a resource from it. The ID is represented by wxArtID type and can
have one of these predefined values (you can see bitmaps represented by these
- constants in the artprov sample):
+ constants in the artprov() sample):
wxART_ERROR
wxART_QUESTION
*/
static bool Remove(wxArtProvider* provider);
};
+