KekLib.OurCommonDialog#
- mofified by Masatsuyo Takahashi, December 2015,
make Dialog derive from Tk.Toplevel
self.transient( self.parent )
self.grab_set()
self.withdraw()
self.grab_release()
changed self.master to self.parent
- class Dialog(master=None, **options)#
Bases:
Toplevel
Construct a toplevel widget with the parent MASTER.
Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, menu, relief, screen, takefocus, use, visual, width.
- command = None#
- show(**options)#