Struct atk_sys::AtkSelectionIface[][src]

#[repr(C)]
pub struct AtkSelectionIface { pub parent: GTypeInterface, pub add_selection: Option<unsafe extern "C" fn(_: *mut AtkSelection, _: c_int) -> gboolean>, pub clear_selection: Option<unsafe extern "C" fn(_: *mut AtkSelection) -> gboolean>, pub ref_selection: Option<unsafe extern "C" fn(_: *mut AtkSelection, _: c_int) -> *mut AtkObject>, pub get_selection_count: Option<unsafe extern "C" fn(_: *mut AtkSelection) -> c_int>, pub is_child_selected: Option<unsafe extern "C" fn(_: *mut AtkSelection, _: c_int) -> gboolean>, pub remove_selection: Option<unsafe extern "C" fn(_: *mut AtkSelection, _: c_int) -> gboolean>, pub select_all_selection: Option<unsafe extern "C" fn(_: *mut AtkSelection) -> gboolean>, pub selection_changed: Option<unsafe extern "C" fn(_: *mut AtkSelection)>, }

Fields

Trait Implementations

impl Copy for AtkSelectionIface
[src]

impl Clone for AtkSelectionIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AtkSelectionIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations