Ask Your Question
4

Is there anyone who can assist me with customizing a Notebook using tkinter?

asked 2023-06-24 23:12:58 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2023-06-24 23:42:02 +0000

ladyg gravatar image

Yes, there are several resources available online that can assist you with customizing a notebook using Tkinter. Here are a few places to start:

  1. The official Tkinter documentation has a section on the ttk Notebook widget, which includes information on customizing the appearance and behavior of the widget: https://docs.python.org/3/library/tkint…

  2. The TkDocs website has a detailed tutorial on using the ttk Notebook widget, which covers topics such as adding tabs, changing tab labels, and customizing the layout: https://tkdocs.com/tutorial/morewidgets…

  3. Stack Overflow has many questions and answers related to customizing the ttk Notebook widget, so you could try searching there for specific issues or questions you have: https://stackoverflow.com/questions/tag…

  4. Finally, it may be helpful to review the source code for existing notebooks created with Tkinter, in order to see how others have customized the widget. For example, this notebook app on GitHub illustrates some possible approaches to customizing the ttk Notebook: https://github.com/jackfrued/Python-100…

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-24 23:12:58 +0000

Seen: 9 times

Last updated: Jun 24 '23