declui v0.2.0 (2020-05-09T15:34:16Z)
Dub
Repo
IButton.onClick
declui
components
button
IButton
Sets the callback that is executed when the button is pressed.
void
delegate
()
onClick
()
void
onClick
(void delegate() callback)
interface
IButton
void
onClick
(
void
delegate
(
)
callback
)
Meta
Source
See Implementation
declui
components
button
IButton
functions
onClick
text
Sets the callback that is executed when the button is pressed.