Don't document wxFileType::GetIcon() as unimplemented under OS X.
It is implemented and supposed to work. See #4562. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
954557e23c
commit
afbec1b9cd
@ -323,16 +323,12 @@ public:
|
||||
/**
|
||||
If the function returns @true, the @c iconLoc is filled with the
|
||||
location of the icon for this MIME type.
|
||||
|
||||
A wxIcon may be created from @a iconLoc later.
|
||||
|
||||
@b Windows: The function returns the icon shown by Explorer for the files of
|
||||
the specified type.
|
||||
|
||||
@b Mac: This function is not implemented and always returns @false.
|
||||
|
||||
@b Unix: MIME manager gathers information about icons from GNOME
|
||||
and KDE settings and thus GetIcon's success depends on availability
|
||||
of these desktop environments.
|
||||
\note Under Unix MIME manager gathers information about icons from
|
||||
GNOME and KDE settings and thus GetIcon's success depends on
|
||||
availability of these desktop environments.
|
||||
*/
|
||||
bool GetIcon(wxIconLocation* iconLoc) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user