[][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(&self, comments: Option<&str>);
fn set_copyright(&self, copyright: Option<&str>);
fn set_documenters(&self, documenters: &[&str]);
fn set_license(&self, license: Option<&str>);
fn set_license_type(&self, license_type: License);
fn set_logo(&self, logo: Option<&Pixbuf>);
fn set_logo_icon_name(&self, icon_name: Option<&str>);
fn set_program_name(&self, name: &str);
fn set_translator_credits(&self, translator_credits: Option<&str>);
fn set_version(&self, version: Option<&str>);
fn set_website(&self, website: Option<&str>);
fn set_website_label(&self, website_label: Option<&str>);
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(&self, comments: Option<&str>)

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

fn set_license(&self, license: Option<&str>)

fn set_license_type(&self, license_type: License)

fn set_logo_icon_name(&self, icon_name: Option<&str>)

fn set_program_name(&self, name: &str)

fn set_translator_credits(&self, translator_credits: Option<&str>)

fn set_version(&self, version: Option<&str>)

fn set_website(&self, website: Option<&str>)

fn set_website_label(&self, website_label: Option<&str>)

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...