Trait gtk::prelude::ClipboardExtManual[][src]

pub trait ClipboardExtManual {
    fn set_with_data<F: Fn(&Clipboard, &SelectionData, u32) + 'static>(
        &self,
        targets: &[TargetEntry],
        f: F
    ) -> bool; }

Required Methods

Implementors