gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
AppChooserWidget.OnApplicationSelectedDelegateWrapper
gtk
AppChooserWidget
AppChooserWidget
Undocumented in source.
class
AppChooserWidget
protected
class
OnApplicationSelectedDelegateWrapper {
void
delegate
(
AppInfoIF
,
AppChooserWidget
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(AppInfoIF, AppChooserWidget) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(AppInfoIF, AppChooserWidget) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
AppInfoIF
,
AppChooserWidget
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
AppChooserWidget
AppChooserWidget
classes
OnApplicationActivatedDelegateWrapper
OnApplicationSelectedDelegateWrapper
OnPopulatePopupDelegateWrapper
constructors
this
functions
addOnApplicationActivated
addOnApplicationSelected
addOnPopulatePopup
getAppChooserWidgetStruct
getDefaultText
getShowAll
getShowDefault
getShowFallback
getShowOther
getShowRecommended
getStruct
internalRemoveOnApplicationActivated
internalRemoveOnApplicationSelected
internalRemoveOnPopulatePopup
setDefaultText
setShowAll
setShowDefault
setShowFallback
setShowOther
setShowRecommended
setStruct
mixins
__anonymous
static functions
callBackApplicationActivated
callBackApplicationActivatedDestroy
callBackApplicationSelected
callBackApplicationSelectedDestroy
callBackPopulatePopup
callBackPopulatePopupDestroy
getType
variables
gtkAppChooserWidget
onApplicationActivatedListeners
onApplicationSelectedListeners
onPopulatePopupListeners