Struct atk_sys::AtkTextRange
[−]
[src]
#[repr(C)]pub struct AtkTextRange { pub bounds: AtkTextRectangle, pub start_offset: c_int, pub end_offset: c_int, pub content: *mut c_char, }
Fields
bounds: AtkTextRectangle
start_offset: c_int
end_offset: c_int
content: *mut c_char