[][src]Trait gtk::prelude::ActionableExt

pub trait ActionableExt: 'static {
    fn get_action_name(&self) -> Option<GString>;
fn get_action_target_value(&self) -> Option<Variant>;
fn set_action_name<'a, P: Into<Option<&'a str>>>(&self, action_name: P);
fn set_action_target_value<'a, P: Into<Option<&'a Variant>>>(
        &self,
        target_value: P
    );
fn set_detailed_action_name(&self, detailed_action_name: &str);
fn connect_property_action_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_action_name(&self) -> Option<GString>

fn get_action_target_value(&self) -> Option<Variant>

fn set_action_name<'a, P: Into<Option<&'a str>>>(&self, action_name: P)

fn set_action_target_value<'a, P: Into<Option<&'a Variant>>>(
    &self,
    target_value: P
)

fn set_detailed_action_name(&self, detailed_action_name: &str)

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

Loading content...

Implementors

impl<O: IsA<Actionable>> ActionableExt for O[src]

Loading content...