Struct pango::AttrList
[−]
pub struct AttrList(_);
pub struct AttrList(_);
impl AttrList
[src]fn new() -> AttrList
fn copy(&self) -> Option<AttrList>
fn splice(&self, other: &AttrList, pos: i32, len: i32)
impl AttrList
[src]fn change(&self, attr: Attribute)
fn insert(&self, attr: Attribute)
fn insert_before(&self, attr: Attribute)
impl Clone for AttrList