gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
AppChooserWidget.OnPopulatePopupDelegateWrapper
gtk
AppChooserWidget
AppChooserWidget
Undocumented in source.
class
AppChooserWidget
protected
class
OnPopulatePopupDelegateWrapper {
void
delegate
(
Menu
,
AppInfoIF
,
AppChooserWidget
)
dlg
;
gulong
handlerId
;
this
(void delegate(Menu, AppInfoIF, AppChooserWidget) dlg);
void
remove
(OnPopulatePopupDelegateWrapper source);
}
Constructors
this
this
(void delegate(Menu, AppInfoIF, AppChooserWidget) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPopulatePopupDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
Menu
,
AppInfoIF
,
AppChooserWidget
)
dlg
;
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
setDefaultText
setShowAll
setShowDefault
setShowFallback
setShowOther
setShowRecommended
setStruct
mixins
__anonymous
static functions
callBackApplicationActivated
callBackApplicationActivatedDestroy
callBackApplicationSelected
callBackApplicationSelectedDestroy
callBackPopulatePopup
callBackPopulatePopupDestroy
getType
variables
gtkAppChooserWidget
onApplicationActivatedListeners
onApplicationSelectedListeners
onPopulatePopupListeners