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

Add an _initialize_control() method to IWidget #1013

Merged
merged 2 commits into from
Sep 8, 2021

Conversation

corranwebster
Copy link
Contributor

Initially this does nothing, but it allows super() calls in _create() methods for widgets which want to do post-creation initialization that respects inheritance.

Updates IField and IDataViewWidget to take advantage of this.

This is a minor change that permits a number of other things to move forward more naturally.

Initially this does nothing, but it allows super() calls in _create() methods
for widgets which want to do post-creation initialization that respects
inheritance.

Updates IField and IDataViewWidget to take advantage of this.
@rahulporuri rahulporuri self-requested a review August 19, 2021 10:58
Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Apologies for the extremely delayed review of what is mostly a trivial PR.

@corranwebster corranwebster merged commit 2e93d3f into main Sep 8, 2021
@corranwebster corranwebster deleted the enh/add-initialize-method branch September 8, 2021 10:49
@corranwebster corranwebster mentioned this pull request Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants