Struct gtk::ColorChooserDialog []

pub struct ColorChooserDialog(_, _);

Methods

impl ColorChooserDialog
[src]

[src]

Trait Implementations

impl Clone for ColorChooserDialog

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ColorChooserDialog

Formats the value using the given formatter. Read more

impl Hash for ColorChooserDialog

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

1.3.0
[src]

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

impl StaticType for ColorChooserDialog

Returns the type identifier of Self.

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

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

1.0.0
[src]

This method tests for !=.

impl Eq for ColorChooserDialog

impl IsA<Dialog> for ColorChooserDialog

impl IsA<Window> for ColorChooserDialog

impl IsA<Bin> for ColorChooserDialog

impl IsA<Container> for ColorChooserDialog

impl IsA<Widget> for ColorChooserDialog

impl IsA<Buildable> for ColorChooserDialog

impl IsA<ColorChooser> for ColorChooserDialog

impl IsA<Object> for ColorChooserDialog

Auto Trait Implementations