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

Expose scope state #2082

Merged
merged 2 commits into from
Dec 30, 2021
Merged

Expose scope state #2082

merged 2 commits into from
Dec 30, 2021

Commits on Dec 7, 2021

  1. Expose scope state.

    This is mainly for composite widgets that contain a scope: using this they can affect the widgets inside the scope.
    Using this facilty, allow getting and setting the tab index of a Tabs widget.
    This offers part of a solution to linebender#1390, although it is in terms of the index and not the key.
    rjwittams authored and maan2003 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    37de148 View commit details
    Browse the repository at this point in the history
  2. Add suggestions from review

    maan2003 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    e47251c View commit details
    Browse the repository at this point in the history