-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Provide a prelude module #69
Comments
I would like to do that. Is that ok?
|
Yes, that would be awesome. |
Hi @antoyo, I need a decision. I could just include or, should we have a own prelude module like here: I mean the first version is very quick and shows that relm is very tight bound to gtk. The second example is more standard, and extenable. What do you think? |
The idea of using |
@zzeroo I specified this issue for the milestone 1.0, so please tell me if you're still working on this issue and would like me to do it? |
Ok, since I'll rework all examples, I'll do it at the same time. |
I tried to do |
To import all the
gtk::*Ext
traits that does not conflicts.The text was updated successfully, but these errors were encountered: