Hacker News new | ask | show | jobs
by int_19h 456 days ago
Lazarus uses LCL, which has many backends, of which Gtk is but one. But you can also use e.g. the Qt version: https://wiki.lazarus.freepascal.org/Qt5_Interface. On Windows, they have a native Win32 implementation of LCL, same as Delphi did in VCL.