gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
Action.OnActivateDelegateWrapper
gtk
Action
Action
Undocumented in source.
class
Action
protected
class
OnActivateDelegateWrapper {
void
delegate
(
Action
)
dlg
;
gulong
handlerId
;
this
(void delegate(Action) dlg);
void
remove
(OnActivateDelegateWrapper source);
}
Constructors
this
this
(void delegate(Action) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnActivateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
Action
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Action
Action
classes
OnActivateDelegateWrapper
constructors
this
functions
activate
addOnActivate
blockActivate
connectAccelerator
createIcon
createMenu
createMenuItem
createToolItem
disconnectAccelerator
getAccelClosure
getAccelPath
getActionStruct
getAlwaysShowImage
getGicon
getIconName
getIsImportant
getLabel
getName
getProxies
getSensitive
getShortLabel
getStockId
getStruct
getTooltip
getVisible
getVisibleHorizontal
getVisibleVertical
isSensitive
isVisible
setAccelGroup
setAccelPath
setAlwaysShowImage
setGicon
setIconName
setIsImportant
setLabel
setSensitive
setShortLabel
setStockId
setStruct
setTooltip
setVisible
setVisibleHorizontal
setVisibleVertical
unblockActivate
mixins
__anonymous
static functions
callBackActivate
callBackActivateDestroy
getType
variables
gtkAction
onActivateListeners