luckana
luckana

Reputation: 1

Add a button in the title bar in Tkinter

I am creating a game as a school project with tkinter.I got a 800 lines long code, and I want to add a 4rd button in the title bar of one of my windows(not the main one). Is it possible and ,if yes, how can I manage to do it ?

Upvotes: 0

Views: 566

Answers (1)

Bryan Oakley
Bryan Oakley

Reputation: 385980

It is not possible to add buttons to the titlebar of a window in Tkinter.

Upvotes: 2

Related Questions