.NET
photon.asc
Associated article: Photon and QNX
Tags: .NET Design
_PHOTON AND QNX_
by Peter D. Varhol
Example 1:
(a)
Sub DoneButton_Click ()
End
End Sub
(b)
int quit_process(PtWidget_t *widget, void *data, PtCallbackInfo_t *cbinfo)
{
exit(EXIT_SUCCESS);
}
Example 2:
lint label = 0;
int label_change(PtWidget_t *widget, void *...


