You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def __init__(self, title: str = 'Default Title', message: str = '',
okTxt: str = 'Ok', cancelTxt: str = 'Cancel', thirdButtTxt: str = None,
client=None, wrapWidth: int = 100, **kwds):
"""
The dialog reports which button was pressed with the text of the button.
TODO: This constructor has way too many parameters; Dude, simplify the parameter list; Perhaps, use the kwds dictionary
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: