Utilities API ============= .. automodule:: threepanewindows :members: :undoc-members: :show-inheritance: :exclude-members: FixedThreePaneWindow, DockableThreePaneWindow, EnhancedDockableThreePaneWindow, ThemeManager, Theme, ColorScheme, PaneConfig Utility Functions ----------------- This module contains various utility functions and constants used throughout the library. Icon Utilities ~~~~~~~~~~~~~~ Cross-platform icon support utilities for enhanced window functionality. .. autofunction:: threepanewindows.get_recommended_icon_formats :no-index: .. autofunction:: threepanewindows.validate_icon_path :no-index: Version Information ~~~~~~~~~~~~~~~~~~~ .. autodata:: threepanewindows.__version__ .. autodata:: threepanewindows.__author__ .. autodata:: threepanewindows.__email__