Trait sourceview5::MapExt [−][src]
Required methods
fn get_view(&self) -> Option<View>
[src]
fn set_view<P: IsA<View>>(&self, view: &P)
[src]
fn get_property_font_desc(&self) -> Option<FontDescription>
[src]
fn set_property_font_desc(&self, font_desc: Option<&FontDescription>)
[src]
fn connect_property_font_desc_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_view_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<Map>> MapExt for O
[src]
fn get_view(&self) -> Option<View>
[src]
fn set_view<P: IsA<View>>(&self, view: &P)
[src]
fn get_property_font_desc(&self) -> Option<FontDescription>
[src]
fn set_property_font_desc(&self, font_desc: Option<&FontDescription>)
[src]
fn connect_property_font_desc_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_view_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId