arelle.DialogFormulaParameters#

See COPYRIGHT.md for copyright information.

Module Contents#

Classes#

Functions#

API#

arelle.DialogFormulaParameters.getParameters(mainWin)#
class arelle.DialogFormulaParameters.DialogFormulaParameters(mainWin, options)#

Bases: tkinter.Toplevel

frame#

‘Frame(…)’

dialogFrame = Frame(frame, width=500) dialogFrame.columnconfigure(0, weight=1) dialogFrame.rowconfigure(0, weight=1) dialogFrame.grid(row=0, column=0, columnspan=4, sticky=(N, S, E, W), padx=3, pady=3)

setOptions()#
ok(event=None)#
close(event=None)#