KekLib.OurCommonDialog

KekLib.OurCommonDialog#

mofified by Masatsuyo Takahashi, December 2015,
  1. make Dialog derive from Tk.Toplevel

  2. self.transient( self.parent )

  3. self.grab_set()

  4. self.withdraw()

  5. self.grab_release()

  6. 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)#