gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
FontChooserT.OnFontActivatedDelegateWrapper
gtk
FontChooserT
FontChooserT
Undocumented in source.
template
FontChooserT
(TStruct)
protected
class
OnFontActivatedDelegateWrapper {
void
delegate
(
string
,
FontChooserIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(string, FontChooserIF) dlg);
void
remove
(OnFontActivatedDelegateWrapper source);
}
Constructors
this
this
(void delegate(string, FontChooserIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnFontActivatedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
string
,
FontChooserIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
FontChooserT
FontChooserT
classes
OnFontActivatedDelegateWrapper
functions
addOnFontActivated
getFont
getFontChooserStruct
getFontDesc
getFontFace
getFontFamily
getFontMap
getFontSize
getPreviewText
getShowPreviewEntry
setFilterFunc
setFont
setFontDesc
setFontMap
setPreviewText
setShowPreviewEntry
static functions
callBackFontActivated
callBackFontActivatedDestroy
variables
onFontActivatedListeners