diff --git a/gtk/docs.md b/gtk/docs.md index 6172f404..62d567a2 100644 --- a/gtk/docs.md +++ b/gtk/docs.md @@ -357,6 +357,8 @@ the contents of the tooltip for `self`, or `None` This function creates a `FileChooserDialog` with buttons: ```no_run +# use gtk::prelude::*; +# use gtk::{FileChooserAction, FileChooserDialog, ResponseType, Window}; let dialog = FileChooserDialog::with_buttons::( Some("Open File"), None,