pygubu
pygubu copied to clipboard
create similar option for widget than variables import_widgets
if import_variables with no dict just map all variables to container (usually self for a class)
can we expect same for widgets?
As far as I create a notebook1, or label1, or btnExit, I expect to access to it without
self.imgLabel: tk.Label = self.builder.get_object("imgLabel", master)
Hello @albfan, thanks for trying pygubu.
can we expect same for widgets?
I've also thought about this feature. I'm going to add it to my wish list and think about implementing it once I finish some internal changes I'm still pending.
Regards! Alejandro A.