PMunch / wxnim

Nim wrapper for wxWidgets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document callback procedure signature

PMunch opened this issue · comments

Issue created for: #19 (comment). Essentially the callback of procedures used by Wx should be documented. Or maybe even better would be to create a {.wxCallback.} pragma that would check the signature and output a sensible error message along with attaching the cdecl pragma.