threepanewindows.PaneConfig
- class threepanewindows.PaneConfig(title='', icon='', window_icon='', custom_titlebar=False, custom_titlebar_shadow=True, show_in_taskbar=True, detached_height=0, detached_scrollable=True, min_width=100, max_width=500, default_width=200, resizable=True, detachable=True, closable=False, fixed_width=None)[source]
Configuration for a pane in the three-pane window.
This class defines all the visual and behavioral properties for a pane, including its title, icon, sizing constraints, and interaction capabilities.
- Parameters:
- __init__(title='', icon='', window_icon='', custom_titlebar=False, custom_titlebar_shadow=True, show_in_taskbar=True, detached_height=0, detached_scrollable=True, min_width=100, max_width=500, default_width=200, resizable=True, detachable=True, closable=False, fixed_width=None)
- Parameters:
- Return type:
None
Methods
__init__([title, icon, window_icon, ...])Attributes
closablecustom_titlebarcustom_titlebar_shadowdefault_widthdetachabledetached_heightdetached_scrollablefixed_widthiconmax_widthmin_widthresizableshow_in_taskbartitlewindow_icon