OPTIONS "C_CALL LABELCHECK WINFUNC"
NUMERIC DIGITS 10
create:
PARSE ARG window_name, wdw_position
guierr = "SYNTAX"
guiheading = 1
guicreatewindow('HIDE')
guisetctlvalue()
guisetctlplacement(,,,,,,'NORMAL')
RETURN
destroywindow:
destroy:
guidestroywindow()
RETURN
wm_close:
RETURN
|