We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @antoyo, thanks for this library! Do you think it would make sense to add an example showing how to create a gtk::Dialog using the view! macro?
gtk::Dialog
view!
In particular, I'm wondering how to replicate the Dialog::new_with_buttons function. I think the default constructor is kind of deprecated.
Dialog::new_with_buttons
The text was updated successfully, but these errors were encountered:
So, the Dialog widget is a bit special and it will require a new Dialog relm widget to make it work.
Dialog
Sorry, something went wrong.
No branches or pull requests
Hey @antoyo, thanks for this library! Do you think it would make sense to add an example showing how to create a
gtk::Dialog
using theview!
macro?In particular, I'm wondering how to replicate the
Dialog::new_with_buttons
function. I think the default constructor is kind of deprecated.The text was updated successfully, but these errors were encountered: