Files
sibo-playground/code/SIBOSDK/ewdemo/ehdlg.c
2026-07-06 18:01:36 +01:00

12 lines
183 B
C

/* EHDLG.C */
#include <ehello.g>
#include <hwim.h>
#pragma METHOD_CALL
METHOD VOID ehdlg_dl_dyn_init(PR_DLGBOX *self)
{
hDlgSetText(1,self->dlgbox.rbuf);
}