gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
AppChooserButton.OnCustomItemActivatedDelegateWrapper
gtk
AppChooserButton
AppChooserButton
Undocumented in source.
class
AppChooserButton
protected
class
OnCustomItemActivatedDelegateWrapper {
static
OnCustomItemActivatedDelegateWrapper
[]
listeners
;
void
delegate
(
string
,
AppChooserButton
)
dlg
;
gulong
handlerId
;
this
(void delegate(string, AppChooserButton) dlg);
void
remove
(OnCustomItemActivatedDelegateWrapper source);
}
Constructors
this
this
(void delegate(string, AppChooserButton) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnCustomItemActivatedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnCustomItemActivatedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
string
,
AppChooserButton
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
AppChooserButton
AppChooserButton
classes
OnCustomItemActivatedDelegateWrapper
constructors
this
functions
addOnCustomItemActivated
appendCustomItem
appendSeparator
getAppChooserButtonStruct
getHeading
getShowDefaultItem
getShowDialogItem
getStruct
setActiveCustomItem
setHeading
setShowDefaultItem
setShowDialogItem
setStruct
mixins
__anonymous
static functions
callBackCustomItemActivated
callBackCustomItemActivatedDestroy
getType
variables
gtkAppChooserButton