Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to create multilple tabs in tkinter from different classes
Post: RE: How to create multilple tabs in tkinter from d...

(Jul-10-2018, 01:34 PM)Larz60+ Wrote: Answering this post may help others, so thanks for that. However I wonder if you looked at the post date of the original post, which was one year ago. Most peop...
CCChris91 GUI 5 18,336 Jul-11-2018, 11:59 AM
    Thread: How to create multilple tabs in tkinter from different classes
Post: RE: How to create multilple tabs in tkinter from d...

Hey, i've registered just to answer, fixed your code: #!/usr/local/bin/python3 from tkinter import * from tkinter import ttk class App(Tk): def __init__(self,*args,**kwargs): Tk.__init__...
CCChris91 GUI 5 18,336 Jul-10-2018, 11:41 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020