gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
Statusbar.OnTextPoppedDelegateWrapper
gtk
Statusbar
Statusbar
Undocumented in source.
class
Statusbar
protected
class
OnTextPoppedDelegateWrapper {
void
delegate
(
uint
,
string
,
Statusbar
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(uint, string, Statusbar) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(uint, string, Statusbar) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
uint
,
string
,
Statusbar
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Statusbar
Statusbar
classes
OnTextPoppedDelegateWrapper
OnTextPushedDelegateWrapper
constructors
this
functions
addOnTextPopped
addOnTextPushed
getContextId
getMessageArea
getStatusbarStruct
getStruct
internalRemoveOnTextPopped
internalRemoveOnTextPushed
pop
push
remove
removeAll
setStruct
static functions
callBackTextPopped
callBackTextPoppedDestroy
callBackTextPushed
callBackTextPushedDestroy
getType
variables
gtkStatusbar
onTextPoppedListeners
onTextPushedListeners