Trait gtk::TextMarkExt [−][src]
pub trait TextMarkExt {
fn get_buffer(&self) -> Option<TextBuffer>;
fn get_deleted(&self) -> bool;
fn get_left_gravity(&self) -> bool;
fn get_name(&self) -> Option<String>;
fn get_visible(&self) -> bool;
fn set_visible(&self, setting: bool);
fn connect_property_left_gravity_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
fn get_buffer(&self) -> Option<TextBuffer>
fn get_deleted(&self) -> bool
fn get_left_gravity(&self) -> bool
fn get_name(&self) -> Option<String>
fn get_visible(&self) -> bool
fn set_visible(&self, setting: bool)
fn connect_property_left_gravity_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_name_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId