build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/* DEDLG.C */
#include <demo.g>
#include <hwim.h>
#pragma METHOD_CALL
METHOD INT dedlg_dl_key(PR_DLGBOX *self)
{
RBUF_LP *prbuf;
prbuf=self->dlgbox.rbuf;
prbuf->dayno=hDlgSenseDtedit(1);
prbuf->ndays=hDlgSenseNcedit(2);
prbuf->gap=hDlgSenseChlist(3);
return(WN_KEY_CHANGED);
}