feat: add conversion from string for MimeType
This commit is contained in:
parent
f03396e009
commit
1879b30d49
1 changed files with 14 additions and 0 deletions
14
src/dnd/mod.rs
Normal file
14
src/dnd/mod.rs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
use crate::Clipboard;
|
||||
|
||||
impl Clipboard {
|
||||
/// Set up DnD operations for the Clipboard
|
||||
pub fn init_dnd() {}
|
||||
|
||||
/// Start a DnD operation on the given surface with some data
|
||||
pub fn start_dnd() {}
|
||||
|
||||
/// End the current DnD operation, if there is one
|
||||
pub fn end_dnd() {}
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue