Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 297 Bytes

File metadata and controls

9 lines (6 loc) · 297 Bytes

WindowLib

Library for C++ to create windows

Callbacks

You can attach certain method/functiion/lambda to define window or child control behavior.

Unicode support

You can set window control text in format char *, then inside mehod it transform to wchar_t *.