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

Refactor widget properties #28

Closed
jonathanstowe opened this issue May 19, 2016 · 0 comments
Closed

Refactor widget properties #28

jonathanstowe opened this issue May 19, 2016 · 0 comments
Assignees

Comments

@jonathanstowe
Copy link
Contributor

The design decision to make the gtk widget properties r/w accessors using Proxy is sound, however it results in a lot of very similar boilerplate which at best makes implementing all the properties rather tedious, but is also a maintenance and testing issue.

I'd like to re-implement the properties with a trait such as gtk-property which provides the implementation of the properties in a very similar way to AccessorFacade does (just adjusted to take into account the structure of the widget classes.)

I'd say this was relatively high priority as it would be better to do before implementing too many more properties and/or widgets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant