threepanewindows.get_recommended_icon_formats
- threepanewindows.get_recommended_icon_formats()[source]
Get recommended icon formats for the current platform.
- Returns:
- List of file extensions in order of preference for the
current platform. For example, Windows returns [‘.ico’, ‘.png’], while Linux/macOS return [‘.png’, ‘.ico’].
- Return type:
List[str]