[][src]Struct gtk::ShortcutsShortcut

pub struct ShortcutsShortcut(_, _);

Implementations

impl ShortcutsShortcut[src]

pub fn set_property_accel_size_group<P: IsA<SizeGroup> + SetValueOptional>(
    &self,
    accel_size_group: Option<&P>
)
[src]

pub fn get_property_accelerator(&self) -> Option<GString>[src]

pub fn set_property_accelerator(&self, accelerator: Option<&str>)[src]

pub fn get_property_action_name(&self) -> Option<GString>[src]

pub fn set_property_action_name(&self, action_name: Option<&str>)[src]

pub fn get_property_icon(&self) -> Option<Icon>[src]

pub fn set_property_icon<P: IsA<Icon> + SetValueOptional>(
    &self,
    icon: Option<&P>
)
[src]

pub fn get_property_icon_set(&self) -> bool[src]

pub fn set_property_icon_set(&self, icon_set: bool)[src]

pub fn get_property_shortcut_type(&self) -> ShortcutType[src]

pub fn set_property_shortcut_type(&self, shortcut_type: ShortcutType)[src]

pub fn get_property_subtitle(&self) -> Option<GString>[src]

pub fn set_property_subtitle(&self, subtitle: Option<&str>)[src]

pub fn get_property_subtitle_set(&self) -> bool[src]

pub fn set_property_subtitle_set(&self, subtitle_set: bool)[src]

pub fn get_property_title(&self) -> Option<GString>[src]

pub fn set_property_title(&self, title: Option<&str>)[src]

pub fn set_property_title_size_group<P: IsA<SizeGroup> + SetValueOptional>(
    &self,
    title_size_group: Option<&P>
)
[src]

pub fn connect_property_accel_size_group_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_accelerator_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_action_name_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_direction_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_icon_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_icon_set_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_shortcut_type_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_subtitle_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_subtitle_set_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_title_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_title_size_group_notify<F: Fn(&ShortcutsShortcut) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Trait Implementations

impl Clone for ShortcutsShortcut[src]

impl Debug for ShortcutsShortcut[src]

impl Display for ShortcutsShortcut[src]

impl Eq for ShortcutsShortcut[src]

impl Hash for ShortcutsShortcut[src]

impl IsA<Box> for ShortcutsShortcut[src]

impl IsA<Buildable> for ShortcutsShortcut[src]

impl IsA<Container> for ShortcutsShortcut[src]

impl IsA<Orientable> for ShortcutsShortcut[src]

impl IsA<Widget> for ShortcutsShortcut[src]

impl Ord for ShortcutsShortcut[src]

impl<T: ObjectType> PartialEq<T> for ShortcutsShortcut[src]

impl<T: ObjectType> PartialOrd<T> for ShortcutsShortcut[src]

impl StaticType for ShortcutsShortcut[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 
[src]

impl<T> Cast for T where
    T: ObjectType
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ObjectExt for T where
    T: ObjectType
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *const GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GPtrArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.