A2osX/LIB/LIBGUI.O.S.txt
burniouf 127ebe266a CC: wired to libgui
SH: bugfix
BIN/*, DRV/*:bugfix, API change
2022-10-09 23:22:46 +02:00

29 lines
566 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
AUTO 3,1
.LIST OFF
.OR $0
.TF lib/libgui.o
*--------------------------------------
.INB inc/libgui.i
*--------------------------------------
.PS "guiSetProp"
.DA #LIBGUI.OBJ.SetProp
.PS "guiGetProp"
.DA #LIBGUI.OBJ.GetProp
.PS "guiNewWnd"
.DA #LIBGUI.WND.New
.PS "guiDestroyWnd"
.DA #LIBGUI.WND.Destroy
.PS "guiShowWnd"
.DA #LIBGUI.WND.Show
.PS "GetMsg"
.DA #LIBGUI.GetMsg
.DA #0
*--------------------------------------
MAN
SAVE usr/src/lib/libgui.o.s
ASM