threepanewindows.validate_icon_path

threepanewindows.validate_icon_path(icon_path)[source]

Validate an icon path for cross-platform compatibility.

Parameters:

icon_path (str) – Path to the icon file to validate.

Returns:

A tuple containing:
  • bool: True if the icon path is valid and supported, False otherwise

  • str: Descriptive message about the validation result

Return type:

Tuple[bool, str]