ThreePaneWindows

User Guide

  • Installation
  • Quick Start Guide
  • User Guide
  • Examples

API Reference

  • API Reference
    • Fixed Layout API
    • Dockable Layout API
    • Enhanced Dockable API
    • Theming System API
    • Command Line Interface
    • Utilities API
    • Overview
      • Core Layout Classes
      • Configuration Classes
      • Theming System
      • Icon Utilities
        • threepanewindows.get_recommended_icon_formats
        • threepanewindows.validate_icon_path
    • Quick Reference
  • Fixed Layout API
  • Dockable Layout API
  • Enhanced Dockable API
  • Theming System API
  • Utilities API
  • Command Line Interface

Development

  • Contributing to ThreePaneWindows
  • Changelog
  • License

Links

  • GitHub Repository
  • PyPI Package
  • Issue Tracker
ThreePaneWindows
  • API Reference
  • threepanewindows.get_recommended_icon_formats
  • View page source

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]

Previous Next

© Copyright 2025, Stan Griffiths.

Built with Sphinx using a theme provided by Read the Docs.