Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Icon in tkinter
#7
Here is the top part of the code

###### Intiate the window ######
class RootWindow:
    '''Docstring'''
    def __init__(self, master):
        self.master = master
        self.master.columnconfigure(0, weight=1)
        self.master.rowconfigure(0, weight=1)

        ###### Intiate all of our main containerframes ######
        self.logo_frame()
        self.letter_frame()
        self.container_frame()
        self.title_frame()
        self.recipe_frame()
        self.footer_frame()

        ###### Initate the widgets ######
        Child(self.logoframe, self.footerframe)
        Child2().lettermenu(self.letterframe, self.titleframe, self.recipeframe)
        Child3().titlemenu(self.titleframe, self.recipeframe)
        Child4().recipe(self.recipeframe)
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply


Messages In This Thread
Icon in tkinter - by menator01 - Apr-29-2020, 02:17 AM
RE: Icon in tkinter - by DT2000 - Apr-29-2020, 03:52 AM
RE: Icon in tkinter - by menator01 - Apr-29-2020, 05:07 AM
RE: Icon in tkinter - by DT2000 - Apr-29-2020, 05:27 AM
RE: Icon in tkinter - by menator01 - Apr-29-2020, 05:48 AM
RE: Icon in tkinter - by wuf - Apr-29-2020, 08:20 AM
RE: Icon in tkinter - by menator01 - Apr-29-2020, 11:15 AM
RE: Icon in tkinter - by menator01 - Apr-30-2020, 10:51 PM
RE: Icon in tkinter - by wuf - May-03-2020, 02:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation [PyQt] Setting icon on QAction from outside QGuiApplication gradlon93 3 1,743 Jan-04-2023, 11:37 AM
Last Post: gradlon93
  PyQt6 QAction with icon and string malonn 2 1,721 Sep-12-2022, 11:59 AM
Last Post: malonn
  how to remove icon ilyess68ysl 4 3,734 Oct-15-2021, 10:05 AM
Last Post: ilyess68ysl
  [Tkinter] Password Reveal Icon Evil_Patrick 2 4,691 Nov-29-2019, 02:20 PM
Last Post: Evil_Patrick
  [Tkinter] Window Icon Evil_Patrick 6 8,114 Oct-18-2019, 11:26 AM
Last Post: Evil_Patrick
  Button with Image Icon Friend 2 6,852 Jul-25-2019, 09:39 AM
Last Post: Friend
  [PyQt] Hide Dock Icon for QSystemTrayIcon App AeglosGreeenleaf 0 3,324 Jun-20-2019, 07:21 PM
Last Post: AeglosGreeenleaf
  [PyQt] How is this tray icon throbber done? JackDinn 7 4,840 Mar-05-2018, 02:19 PM
Last Post: JackDinn
  tkinter filedialog and pickle - custom icon question. kim07133 0 2,772 Jan-08-2018, 12:10 PM
Last Post: kim07133

Forum Jump:

User Panel Messages

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