Trait gtk4::subclass::actionable::ActionableImpl
source · pub trait ActionableImpl: WidgetImpl {
// Required methods
fn action_name(&self, actionable: &Self::Type) -> Option<GString>;
fn action_target_value(&self, actionable: &Self::Type) -> Option<Variant>;
fn set_action_name(&self, actionable: &Self::Type, name: Option<&str>);
fn set_action_target_value(
&self,
actionable: &Self::Type,
value: Option<&Variant>
);
}