[][src]Trait gtk::prelude::ArrowExt

pub trait ArrowExt: 'static {
    fn get_property_arrow_type(&self) -> ArrowType;
fn set_property_arrow_type(&self, arrow_type: ArrowType);
fn get_property_shadow_type(&self) -> ShadowType;
fn set_property_shadow_type(&self, shadow_type: ShadowType);
fn connect_property_arrow_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_shadow_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_property_arrow_type(&self) -> ArrowType

fn set_property_arrow_type(&self, arrow_type: ArrowType)

fn get_property_shadow_type(&self) -> ShadowType

fn set_property_shadow_type(&self, shadow_type: ShadowType)

fn connect_property_arrow_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_shadow_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<Arrow>> ArrowExt for O[src]

Loading content...