Struct gtk::AppChooserDialog []

pub struct AppChooserDialog(_, _);

Methods

impl AppChooserDialog
[src]

[src]

[src]

Trait Implementations

impl Clone for AppChooserDialog

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AppChooserDialog

Formats the value using the given formatter. Read more

impl Hash for AppChooserDialog

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 AppChooserDialog

Returns the type identifier of Self.

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

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 AppChooserDialog

impl IsA<Dialog> for AppChooserDialog

impl IsA<Window> for AppChooserDialog

impl IsA<Bin> for AppChooserDialog

impl IsA<Container> for AppChooserDialog

impl IsA<Widget> for AppChooserDialog

impl IsA<Buildable> for AppChooserDialog

impl IsA<AppChooser> for AppChooserDialog

impl IsA<Object> for AppChooserDialog

Auto Trait Implementations