Gtk4 Rust user input dialog

I need to create a new page for gtk::Notebook with title obtained from user.
How can I make it with gtk-rs?
Need I to create a custom asynchronous dialog like gtk::FileDialog?
Is there already created for this purpose some structure or function?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.