Skip to content

gh-126008: Fix the type of return value for ttk.Widget.cget - #126102

Closed
Xiaokang2022 wants to merge 10 commits into
python:mainfrom
Xiaokang2022:fix-ttk-cget
Closed

gh-126008: Fix the type of return value for ttk.Widget.cget#126102
Xiaokang2022 wants to merge 10 commits into
python:mainfrom
Xiaokang2022:fix-ttk-cget

Conversation

@Xiaokang2022

@Xiaokang2022Xiaokang2022 commented Oct 29, 2024

Copy link
Copy Markdown
Contributor

This PR simply converts part of the return value of the ttk.Widget.cget to str type and returns it.

@Xiaokang2022
Xiaokang2022 marked this pull request as draft October 29, 2024 02:51
@Xiaokang2022
Xiaokang2022 marked this pull request as ready for review October 29, 2024 03:33
Comment threadLib/tkinter/ttk.py
Comment threadLib/tkinter/ttk.py Outdated
Comment threadLib/tkinter/ttk.py Outdated
@serhiy-storchaka

Copy link
Copy Markdown
Member

Thank you for your PR, @Xiaokang2022, but I think that this is a documentation issue.

@Xiaokang2022
Xiaokang2022 deleted the fix-ttk-cget branch May 2, 2025 14:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Xiaokang2022@serhiy-storchaka@picnixz@rruuaanng@ZeroIntensity