Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jerstlouis/37e2d64fd54f87fb56cea944fc5ca6f2 to your computer and use it in GitHub Desktop.
Save jerstlouis/37e2d64fd54f87fb56cea944fc5ca6f2 to your computer and use it in GitHub Desktop.
button.notifyClicked = +[](HelloForm2 & self, Button & btn, int x, int y, Modifiers mods)
{
MessageBox msgBox;
msgBox.caption = self.button.caption;
msgBox.contents = $("C++ Bindings!");
msgBox.modal();
return true;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment