gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
Statusbar.OnTextPoppedDelegateWrapper
gtk
Statusbar
Statusbar
Undocumented in source.
class
Statusbar
protected
class
OnTextPoppedDelegateWrapper {
void
delegate
(
uint
,
string
,
Statusbar
)
dlg
;
gulong
handlerId
;
this
(void delegate(uint, string, Statusbar) dlg);
void
remove
(OnTextPoppedDelegateWrapper source);
}
Constructors
this
this
(void delegate(uint, string, Statusbar) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnTextPoppedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
uint
,
string
,
Statusbar
)
dlg
;
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
pop
push
remove
removeAll
setStruct
static functions
callBackTextPopped
callBackTextPoppedDestroy
callBackTextPushed
callBackTextPushedDestroy
getType
variables
gtkStatusbar
onTextPoppedListeners
onTextPushedListeners