Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix too many parameters TODO in TitledDialog #58

Open
hasii2011 opened this issue Sep 14, 2019 · 0 comments
Open

Fix too many parameters TODO in TitledDialog #58

hasii2011 opened this issue Sep 14, 2019 · 0 comments
Assignees
Labels
good first issue Good for newcomers TODO Track fixed TODOs

Comments

@hasii2011
Copy link
Owner

    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
@hasii2011 hasii2011 added good first issue Good for newcomers TODO Track fixed TODOs labels Sep 14, 2019
@hasii2011 hasii2011 added this to the Release 2.7.9 milestone Sep 14, 2019
@hasii2011 hasii2011 self-assigned this Sep 14, 2019
@hasii2011 hasii2011 modified the milestones: Release 2.7.9, Release 2.80 Apr 6, 2020
@hasii2011 hasii2011 modified the milestones: Release 2.80, Release 2.9.0 Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers TODO Track fixed TODOs
Projects
None yet
Development

No branches or pull requests

1 participant