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:
@@ -323,16 +323,12 @@ public:
|
|||||||
/**
|
/**
|
||||||
If the function returns @true, the @c iconLoc is filled with the
|
If the function returns @true, the @c iconLoc is filled with the
|
||||||
location of the icon for this MIME type.
|
location of the icon for this MIME type.
|
||||||
|
|
||||||
A wxIcon may be created from @a iconLoc later.
|
A wxIcon may be created from @a iconLoc later.
|
||||||
|
|
||||||
@b Windows: The function returns the icon shown by Explorer for the files of
|
\note Under Unix MIME manager gathers information about icons from
|
||||||
the specified type.
|
GNOME and KDE settings and thus GetIcon's success depends on
|
||||||
|
availability of these desktop environments.
|
||||||
@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.
|
|
||||||
*/
|
*/
|
||||||
bool GetIcon(wxIconLocation* iconLoc) const;
|
bool GetIcon(wxIconLocation* iconLoc) const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user