Struct gtk::RadioButton
[−]
pub struct RadioButton(_, _);
Methods
impl RadioButton
[src]
fn new_from_widget(radio_group_member: &RadioButton) -> RadioButton
fn new_with_label_from_widget(
radio_group_member: &RadioButton,
label: &str
) -> RadioButton
radio_group_member: &RadioButton,
label: &str
) -> RadioButton
fn new_with_mnemonic_from_widget(
radio_group_member: &RadioButton,
label: &str
) -> RadioButton
radio_group_member: &RadioButton,
label: &str
) -> RadioButton
impl RadioButton
[src]
fn new() -> RadioButton
fn new_with_label(label: &str) -> RadioButton
fn new_with_mnemonic(label: &str) -> RadioButton
Trait Implementations
impl Clone for RadioButton
fn clone(&self) -> RadioButton
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for RadioButton
impl Hash for RadioButton
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl StaticType for RadioButton
fn static_type() -> Type
Returns the type identifier of Self
.
impl<T: IsA<Object>> PartialEq<T> for RadioButton
fn eq(&self, other: &T) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.