pub trait AboutDialogExt: 'static {
Show 47 methods // Required methods fn add_credit_section(&self, section_name: &str, people: &[&str]); fn artists(&self) -> Vec<GString>; fn authors(&self) -> Vec<GString>; fn comments(&self) -> Option<GString>; fn copyright(&self) -> Option<GString>; fn documenters(&self) -> Vec<GString>; fn license(&self) -> Option<GString>; fn license_type(&self) -> License; fn logo(&self) -> Option<Pixbuf>; fn logo_icon_name(&self) -> Option<GString>; fn program_name(&self) -> Option<GString>; fn translator_credits(&self) -> Option<GString>; fn version(&self) -> Option<GString>; fn website(&self) -> Option<GString>; fn website_label(&self) -> Option<GString>; fn wraps_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_artists_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_authors_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_comments_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_copyright_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_documenters_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_license_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_license_type_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_logo_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_logo_icon_name_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_program_name_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_translator_credits_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_version_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_website_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_website_label_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId; fn connect_wrap_license_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId;
}

Required Methods§

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

fn license_type(&self) -> License

source

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

source

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

source

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

source

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

source

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

source

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

source

fn wraps_license(&self) -> bool

source

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

source

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

source

fn set_comments(&self, comments: Option<&str>)

source

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

source

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

source

fn set_license_type(&self, license_type: License)

source

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

source

fn set_program_name(&self, name: &str)

source

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

source

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

source

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

source

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

source

fn set_wrap_license(&self, wrap_license: bool)

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

Implementors§