Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 08feb4e

Browse files
Merge pull request #40 from EPashkin/make_doc_test_ignored
Fix doc test
2 parents 1f1f322 + 8bd5cc1 commit 08feb4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gtk/docs.md

+2
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ the contents of the tooltip for `self`, or `None`
357357
This function creates a `FileChooserDialog` with buttons:
358358
359359
```no_run
360+
# use gtk::prelude::*;
361+
# use gtk::{FileChooserAction, FileChooserDialog, ResponseType, Window};
360362
let dialog = FileChooserDialog::with_buttons::<Window>(
361363
Some("Open File"),
362364
None,

0 commit comments

Comments
 (0)