[][src]Trait gtk::AboutDialogExt

pub trait AboutDialogExt: 'static {
    fn add_credit_section(&self, section_name: &str, people: &[&str]);
fn get_artists(&self) -> Vec<GString>;
fn get_authors(&self) -> Vec<GString>;
fn get_comments(&self) -> Option<GString>;
fn get_copyright(&self) -> Option<GString>;
fn get_documenters(&self) -> Vec<GString>;
fn get_license(&self) -> Option<GString>;
fn get_license_type(&self) -> License;
fn get_logo(&self) -> Option<Pixbuf>;
fn get_logo_icon_name(&self) -> Option<GString>;
fn get_program_name(&self) -> Option<GString>;
fn get_translator_credits(&self) -> Option<GString>;
fn get_version(&self) -> Option<GString>;
fn get_website(&self) -> Option<GString>;
fn get_website_label(&self) -> Option<GString>;
fn get_wrap_license(&self) -> bool;
fn set_artists(&self, artists: &[&str]);
fn set_authors(&self, authors: &[&str]);
fn set_comments<'a, P: Into<Option<&'a str>>>(&self, comments: P);
fn set_copyright<'a, P: Into<Option<&'a str>>>(&self, copyright: P);
fn set_documenters(&self, documenters: &[&str]);
fn set_license<'a, P: Into<Option<&'a str>>>(&self, license: P);
fn set_license_type(&self, license_type: License);
fn set_logo<'a, P: Into<Option<&'a Pixbuf>>>(&self, logo: P);
fn set_logo_icon_name<'a, P: Into<Option<&'a str>>>(&self, icon_name: P);
fn set_program_name(&self, name: &str);
fn set_translator_credits<'a, P: Into<Option<&'a str>>>(
        &self,
        translator_credits: P
    );
fn set_version<'a, P: Into<Option<&'a str>>>(&self, version: P);
fn set_website<'a, P: Into<Option<&'a str>>>(&self, website: P);
fn set_website_label<'a, P: Into<Option<&'a str>>>(&self, website_label: P);
fn set_wrap_license(&self, wrap_license: bool);
fn connect_activate_link<F: Fn(&Self, &str) -> Inhibit + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_artists_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_authors_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_comments_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_copyright_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_documenters_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_license_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_license_type_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_logo_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_logo_icon_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_program_name_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_translator_credits_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_version_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_website_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_website_label_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_wrap_license_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn add_credit_section(&self, section_name: &str, people: &[&str])

fn get_artists(&self) -> Vec<GString>

fn get_authors(&self) -> Vec<GString>

fn get_comments(&self) -> Option<GString>

fn get_documenters(&self) -> Vec<GString>

fn get_license(&self) -> Option<GString>

fn get_license_type(&self) -> License

fn get_logo_icon_name(&self) -> Option<GString>

fn get_program_name(&self) -> Option<GString>

fn get_translator_credits(&self) -> Option<GString>

fn get_version(&self) -> Option<GString>

fn get_website(&self) -> Option<GString>

fn get_website_label(&self) -> Option<GString>

fn get_wrap_license(&self) -> bool

fn set_artists(&self, artists: &[&str])

fn set_authors(&self, authors: &[&str])

fn set_comments<'a, P: Into<Option<&'a str>>>(&self, comments: P)

fn set_documenters(&self, documenters: &[&str])

fn set_license<'a, P: Into<Option<&'a str>>>(&self, license: P)

fn set_license_type(&self, license_type: License)

fn set_logo_icon_name<'a, P: Into<Option<&'a str>>>(&self, icon_name: P)

fn set_program_name(&self, name: &str)

fn set_translator_credits<'a, P: Into<Option<&'a str>>>(
    &self,
    translator_credits: P
)

fn set_version<'a, P: Into<Option<&'a str>>>(&self, version: P)

fn set_website<'a, P: Into<Option<&'a str>>>(&self, website: P)

fn set_website_label<'a, P: Into<Option<&'a str>>>(&self, website_label: P)

fn set_wrap_license(&self, wrap_license: bool)

fn connect_property_artists_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_authors_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_comments_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_documenters_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_license_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_license_type_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_logo_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_logo_icon_name_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_program_name_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_translator_credits_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_version_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_website_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_website_label_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

fn connect_property_wrap_license_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<AboutDialog>> AboutDialogExt for O[src]

Loading content...