Skip to main content

Mountain/RPC/CocoonService/GenericRequest/WindowDialogs/
mod.rs

1//! Generic-request window and dialog handlers.
2
3pub mod ApplyEdit;
4
5pub mod CreateStatusBarItem;
6
7pub mod CreateWebviewPanel;
8
9pub mod OpenDocument;
10
11pub mod OpenExternal;
12
13pub mod SaveAll;
14
15pub mod SetStatusBarText;
16
17pub mod SetWebviewHtml;
18
19pub mod ShowInputBox;
20
21pub mod ShowMessage;
22
23pub mod ShowOpenDialog;
24
25pub mod ShowSaveDialog;
26
27pub mod ShowTextDocument;