I'm progressing with my new GUI which is modeled after the PTCGraph/Borland Graph unit. This demo shows the
group control that can own radio buttons or checkboxes.
The lag you see in the graphics is caused by the video recording software.
https://youtu.be/1qr39Ckkrf4My library consists of several units:
win_graph - graph mode initialization, page flipping and primitives that either update the active page immediately or
with similar procedure names do not cause the page to be updated.
win_crt (mouse and keyboard polling)
lgw_object - OOP library. I also have LG_Object OOP library. The LGW_Object unit is based on it, with slight modifications for the new units I've listed here.
win_fonts - a list of windows fonts as unicodestring constants
win_colors - colorref constants
lgw_types - basic misc types, right now just a "wrect" type (x1,y1,x2,y2 of integer)
lgw_procs - often used misc stuff