Function gtk::selection_add_target[][src]

pub fn selection_add_target<P: IsA<Widget>>(
    widget: &P,
    selection: &Atom,
    target: &Atom,
    info: u32
)
Expand description

Appends a specified target to the list of supported targets for a given widget and selection.

widget

a Widget

selection

the selection

target

target to add.

info

A unsigned integer which will be passed back to the application.