lc-soft/LCUI


The issue has been closed
Connecting Frontend to Backend #260
MichealShinoda posted onGitHub
I couldn't find any information on how to connecting frontend (button clicks) to backend. Let's say I have a button like this:
<w type="button" class="btn ml-3">Start Application</w>
How can I add click event to the xml file and program it in C? Thanks