[]Struct gtk::RadioMenuItem

pub struct RadioMenuItem(_, _);

Methods

impl RadioMenuItem[src]

pub fn new_from_widget<P: IsA<RadioMenuItem>>(group: &P) -> RadioMenuItem[src]

pub fn new_with_label_from_widget<'a, P: IsA<RadioMenuItem>, Q: Into<Option<&'a str>>>(
    group: &P,
    label: Q
) -> RadioMenuItem
[src]

pub fn new_with_mnemonic_from_widget<'a, P: IsA<RadioMenuItem>, Q: Into<Option<&'a str>>>(
    group: &P,
    label: Q
) -> RadioMenuItem
[src]

impl RadioMenuItem[src]

pub fn new() -> RadioMenuItem[src]

pub fn new_with_label(label: &str) -> RadioMenuItem[src]

pub fn new_with_mnemonic(label: &str) -> RadioMenuItem[src]

Trait Implementations

impl Clone for RadioMenuItem

impl Eq for RadioMenuItem

impl Ord for RadioMenuItem

impl<T: ObjectType> PartialEq<T> for RadioMenuItem

impl<T: ObjectType> PartialOrd<T> for RadioMenuItem

impl Display for RadioMenuItem[src]

impl Debug for RadioMenuItem

impl Hash for RadioMenuItem

impl IsA<CheckMenuItem> for RadioMenuItem

impl IsA<MenuItem> for RadioMenuItem

impl IsA<Bin> for RadioMenuItem

impl IsA<Container> for RadioMenuItem

impl IsA<Widget> for RadioMenuItem

impl IsA<Buildable> for RadioMenuItem

impl IsA<Actionable> for RadioMenuItem

impl StaticType for RadioMenuItem

Auto Trait Implementations

impl !Send for RadioMenuItem

impl !Sync for RadioMenuItem

impl Unpin for RadioMenuItem

impl UnwindSafe for RadioMenuItem

impl RefUnwindSafe for RadioMenuItem

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?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.

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

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

impl<T> Any for T where
    T: 'static + ?Sized
[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 GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

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

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

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

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

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