Struct gtk::ToggleToolButton[]

pub struct ToggleToolButton(_, _);

Methods

impl ToggleToolButton
[src]

Deprecated

Trait Implementations

impl IsA<ToggleToolButton> for RadioToolButton

impl Clone for ToggleToolButton

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for ToggleToolButton

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for ToggleToolButton

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl StaticType for ToggleToolButton

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for ToggleToolButton

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ToggleToolButton

impl<T: IsA<Object>> PartialOrd<T> for ToggleToolButton

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for ToggleToolButton

Formats the value using the given formatter. Read more

impl IsA<ToolButton> for ToggleToolButton

impl IsA<ToolItem> for ToggleToolButton

impl IsA<Bin> for ToggleToolButton

impl IsA<Container> for ToggleToolButton

impl IsA<Widget> for ToggleToolButton

impl IsA<Buildable> for ToggleToolButton

impl IsA<Actionable> for ToggleToolButton

impl IsA<Object> for ToggleToolButton

impl Default for ToggleToolButton
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for ToggleToolButton

impl !Sync for ToggleToolButton