[go: up one dir, main page]

FontChooserExt

Trait FontChooserExt 

Source
pub trait FontChooserExt: IsA<FontChooser> + 'static {
Show 27 methods // Provided methods fn font(&self) -> Option<GString> { ... } fn font_desc(&self) -> Option<FontDescription> { ... } fn font_face(&self) -> Option<FontFace> { ... } fn font_family(&self) -> Option<FontFamily> { ... } fn font_features(&self) -> GString { ... } fn font_map(&self) -> Option<FontMap> { ... } fn font_size(&self) -> i32 { ... } fn language(&self) -> GString { ... } fn level(&self) -> FontChooserLevel { ... } fn preview_text(&self) -> GString { ... } fn shows_preview_entry(&self) -> bool { ... } fn set_filter_func<P: Fn(&FontFamily, &FontFace) -> bool + 'static>( &self, filter: P, ) { ... } fn set_font(&self, fontname: &str) { ... } fn set_font_desc(&self, font_desc: &FontDescription) { ... } fn set_font_map(&self, fontmap: Option<&impl IsA<FontMap>>) { ... } fn set_language(&self, language: &str) { ... } fn set_level(&self, level: FontChooserLevel) { ... } fn set_preview_text(&self, text: &str) { ... } fn set_show_preview_entry(&self, show_preview_entry: bool) { ... } fn connect_font_activated<F: Fn(&Self, &str) + 'static>( &self, f: F, ) -> SignalHandlerId { ... } fn connect_font_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId { ... } fn connect_font_desc_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId { ... } fn connect_font_features_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId { ... } fn connect_language_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId { ... } fn connect_level_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId { ... } fn connect_preview_text_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId { ... } fn connect_show_preview_entry_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId { ... }
}
๐Ÿ‘ŽDeprecated: Since 4.10

Provided Methodsยง

Source

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

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn font_desc(&self) -> Option<FontDescription>

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn font_face(&self) -> Option<FontFace>

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn font_family(&self) -> Option<FontFamily>

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn font_features(&self) -> GString

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn font_map(&self) -> Option<FontMap>

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn font_size(&self) -> i32

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn language(&self) -> GString

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn level(&self) -> FontChooserLevel

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn preview_text(&self) -> GString

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn shows_preview_entry(&self) -> bool

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn set_filter_func<P: Fn(&FontFamily, &FontFace) -> bool + 'static>( &self, filter: P, )

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn set_font(&self, fontname: &str)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn set_font_desc(&self, font_desc: &FontDescription)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn set_font_map(&self, fontmap: Option<&impl IsA<FontMap>>)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn set_language(&self, language: &str)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn set_level(&self, level: FontChooserLevel)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn set_preview_text(&self, text: &str)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

fn set_show_preview_entry(&self, show_preview_entry: bool)

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10
Source

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

๐Ÿ‘ŽDeprecated: Since 4.10

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementorsยง