Examples ======== This section contains practical examples showing how to use ThreePaneWindows in real applications. .. toctree:: :maxdepth: 2 :caption: Basic Examples: basic_usage fixed_layout dockable_layout .. toctree:: :maxdepth: 2 :caption: Advanced Examples: enhanced_professional cross_platform_icons fixed_width_panes theming_examples real_world_applications .. toctree:: :maxdepth: 2 :caption: Integration Examples: menu_integration status_bar_integration custom_widgets Overview -------- The examples are organized by complexity and use case: **Basic Examples** Simple, straightforward examples perfect for getting started. **Advanced Examples** More complex examples showing professional features and customization. **Integration Examples** Examples showing how to integrate ThreePaneWindows with other Tkinter components. Running the Examples -------------------- All examples can be run directly as Python scripts: .. code-block:: bash python basic_usage.py python enhanced_professional.py Or you can copy the code into your own projects and modify as needed. Example Categories ------------------ **File Manager Style** Examples that mimic file manager interfaces with navigation, content, and properties panels. **IDE Style** Examples that demonstrate IDE-like layouts with toolbars, editors, and side panels. **Dashboard Style** Examples showing dashboard-style layouts with multiple information panels. **Professional Applications** Real-world examples showing complete application structures.