Struct gtk::Dialog []

pub struct Dialog(_, _);

Methods

impl Dialog
[src]

[src]

impl Dialog
[src]

[src]

Trait Implementations

impl IsA<Dialog> for AboutDialog

impl IsA<Dialog> for AppChooserDialog

impl IsA<Dialog> for ColorChooserDialog

impl Clone for Dialog

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Dialog

Formats the value using the given formatter. Read more

impl Hash for Dialog

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 Dialog

Returns the type identifier of Self.

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

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 Dialog

impl IsA<Window> for Dialog

impl IsA<Bin> for Dialog

impl IsA<Container> for Dialog

impl IsA<Widget> for Dialog

impl IsA<Buildable> for Dialog

impl IsA<Object> for Dialog

impl Default for Dialog
[src]

[src]

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

impl IsA<Dialog> for FileChooserDialog

impl IsA<Dialog> for FontChooserDialog

impl IsA<Dialog> for MessageDialog

impl IsA<Dialog> for RecentChooserDialog

Auto Trait Implementations

impl !Send for Dialog

impl !Sync for Dialog