bodil / vgtk

A declarative desktop UI framework for Rust built on GTK and Gtk-rs
http://bodil.lol/vgtk/
Other
1.05k stars 37 forks source link

Add `run_dialog_props` #43

Closed nt8r closed 4 years ago

nt8r commented 4 years ago

I needed such a function to be able to use components with callbacks as dialogs (for example, a component wrapping a GtkFileChooserDialog with a callback that notifies of the currently-selected files).

bodil commented 4 years ago

This makes a lot of sense, thx.