[][src]Struct atk_sys::AtkTextIface

#[repr(C)]
pub struct AtkTextIface { pub parent: GTypeInterface, pub get_text: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int) -> *mut c_char>, pub get_text_after_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: AtkTextBoundary, _: *mut c_int, _: *mut c_int) -> *mut c_char>, pub get_text_at_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: AtkTextBoundary, _: *mut c_int, _: *mut c_int) -> *mut c_char>, pub get_character_at_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int) -> u32>, pub get_text_before_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: AtkTextBoundary, _: *mut c_int, _: *mut c_int) -> *mut c_char>, pub get_caret_offset: Option<unsafe extern "C" fn(_: *mut AtkText) -> c_int>, pub get_run_attributes: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: *mut c_int, _: *mut c_int) -> *mut AtkAttributeSet>, pub get_default_attributes: Option<unsafe extern "C" fn(_: *mut AtkText) -> *mut AtkAttributeSet>, pub get_character_extents: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: AtkCoordType)>, pub get_character_count: Option<unsafe extern "C" fn(_: *mut AtkText) -> c_int>, pub get_offset_at_point: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int, _: AtkCoordType) -> c_int>, pub get_n_selections: Option<unsafe extern "C" fn(_: *mut AtkText) -> c_int>, pub get_selection: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: *mut c_int, _: *mut c_int) -> *mut c_char>, pub add_selection: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int) -> gboolean>, pub remove_selection: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int) -> gboolean>, pub set_selection: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int, _: c_int) -> gboolean>, pub set_caret_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int) -> gboolean>, pub text_changed: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int)>, pub text_caret_moved: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int)>, pub text_selection_changed: Option<unsafe extern "C" fn(_: *mut AtkText)>, pub text_attributes_changed: Option<unsafe extern "C" fn(_: *mut AtkText)>, pub get_range_extents: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int, _: AtkCoordType, _: *mut AtkTextRectangle)>, pub get_bounded_ranges: Option<unsafe extern "C" fn(_: *mut AtkText, _: *mut AtkTextRectangle, _: AtkCoordType, _: AtkTextClipType, _: AtkTextClipType) -> *mut *mut AtkTextRange>, pub get_string_at_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: AtkTextGranularity, _: *mut c_int, _: *mut c_int) -> *mut c_char>, }

Fields

parent: GTypeInterfaceget_text: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int) -> *mut c_char>get_text_after_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: AtkTextBoundary, _: *mut c_int, _: *mut c_int) -> *mut c_char>get_text_at_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: AtkTextBoundary, _: *mut c_int, _: *mut c_int) -> *mut c_char>get_character_at_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int) -> u32>get_text_before_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: AtkTextBoundary, _: *mut c_int, _: *mut c_int) -> *mut c_char>get_caret_offset: Option<unsafe extern "C" fn(_: *mut AtkText) -> c_int>get_run_attributes: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: *mut c_int, _: *mut c_int) -> *mut AtkAttributeSet>get_default_attributes: Option<unsafe extern "C" fn(_: *mut AtkText) -> *mut AtkAttributeSet>get_character_extents: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: AtkCoordType)>get_character_count: Option<unsafe extern "C" fn(_: *mut AtkText) -> c_int>get_offset_at_point: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int, _: AtkCoordType) -> c_int>get_n_selections: Option<unsafe extern "C" fn(_: *mut AtkText) -> c_int>get_selection: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: *mut c_int, _: *mut c_int) -> *mut c_char>add_selection: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int) -> gboolean>remove_selection: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int) -> gboolean>set_selection: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int, _: c_int) -> gboolean>set_caret_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int) -> gboolean>text_changed: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int)>text_caret_moved: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int)>text_selection_changed: Option<unsafe extern "C" fn(_: *mut AtkText)>text_attributes_changed: Option<unsafe extern "C" fn(_: *mut AtkText)>get_range_extents: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: c_int, _: AtkCoordType, _: *mut AtkTextRectangle)>get_bounded_ranges: Option<unsafe extern "C" fn(_: *mut AtkText, _: *mut AtkTextRectangle, _: AtkCoordType, _: AtkTextClipType, _: AtkTextClipType) -> *mut *mut AtkTextRange>get_string_at_offset: Option<unsafe extern "C" fn(_: *mut AtkText, _: c_int, _: AtkTextGranularity, _: *mut c_int, _: *mut c_int) -> *mut c_char>

Trait Implementations

impl Copy for AtkTextIface[src]

impl Clone for AtkTextIface[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for AtkTextIface[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]