Replies: 1 comment
-
Grid geometry manager is not designed to work as a background for the same window. To implement background facility, user is recommended to use User can use companion methods like Regards. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to make a app that has a background image and I figured something out alr but that one doesn't use grids, is it possible to do it with grids?
this is my code:
`from customtkinter import *
import actions
from PIL import Image
import pywinstyles
import tkinter
set_appearance_mode('system')
set_default_color_theme('blue')
default_border_color = ''
rel_path = os.path.join(os.path.dirname(file))
class App(CTk):
def init(self):
super().init()
app = App()
app.mainloop()`
Beta Was this translation helpful? Give feedback.
All reactions