SizeGrip
Bases: TTKWrapperBase, WidgetCapabilitiesMixin, TtkStateMixin, Sizegrip
bootstack wrapper for ttk.Sizegrip with bootstyle support.
__init__
__init__(
master: Master = None, **kwargs: Unpack[SizeGripKwargs]
) -> None
Create a themed bootstack Sizegrip.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
master
|
Master
|
Parent widget. If None, uses the default root window. |
None
|
Other Parameters:
| Name | Type | Description |
|---|---|---|
style |
str
|
Explicit ttk style name (overrides accent/variant). |
accent |
str
|
Accent token for styling. |
bootstyle |
str
|
DEPRECATED - Use |
surface |
str
|
Optional surface token; otherwise inherited. |
style_options |
dict
|
Optional dict forwarded to the style builder. |