gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
RecentChooserT.OnItemActivatedDelegateWrapper
gtk
RecentChooserT
RecentChooserT
Undocumented in source.
template
RecentChooserT
(TStruct)
protected
class
OnItemActivatedDelegateWrapper {
void
delegate
(
RecentChooserIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(RecentChooserIF) dlg);
void
remove
(OnItemActivatedDelegateWrapper source);
}
Constructors
this
this
(void delegate(RecentChooserIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnItemActivatedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
RecentChooserIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
RecentChooserT
RecentChooserT
classes
OnItemActivatedDelegateWrapper
OnSelectionChangedDelegateWrapper
functions
addFilter
addOnItemActivated
addOnSelectionChanged
getCurrentItem
getCurrentUri
getFilter
getItems
getLimit
getLocalOnly
getRecentChooserStruct
getSelectMultiple
getShowIcons
getShowNotFound
getShowPrivate
getShowTips
getSortType
getUris
listFilters
removeFilter
selectAll
selectUri
setCurrentUri
setFilter
setLimit
setLocalOnly
setSelectMultiple
setShowIcons
setShowNotFound
setShowPrivate
setShowTips
setSortFunc
setSortType
unselectAll
unselectUri
static functions
callBackItemActivated
callBackItemActivatedDestroy
callBackSelectionChanged
callBackSelectionChangedDestroy
variables
onItemActivatedListeners
onSelectionChangedListeners