Add doc for FileChooserDialog::with_buttons#39
Conversation
|
Looks good to me |
|
I guess that the title could match the default one ("Select a File") but this is pretty minor: |
|
If it match default then IMHO, we can just use |
| the contents of the tooltip for `self`, or `None` | ||
| <!-- impl FileChooserDialog::fn with_buttons --> | ||
| This function creates a `FileChooserDialog` with buttons: | ||
| ```no_run |
There was a problem hiding this comment.
Please add an empty line before this one (we'll have rendering issues with the current rustdoc otherwise).
| This function creates a `FileChooserDialog` with buttons: | ||
| ```no_run | ||
| let dialog = FileChooserDialog::with_buttons::<Window>( | ||
| Some("Open File"), |
There was a problem hiding this comment.
Could you add two more whitespaces in order to fix the indent for each line please?
eff31e9 to
49f9699
Compare
|
Fixed |
|
Thanks! |
|
It seems that this commit broke CI for |
|
Yes, I used wrong code: |
Part of gtk-rs/gtk#602
cc @demurgos, @GuillaumeGomez