fpGUI

From Free Pascal wiki
Revision as of 13:32, 3 April 2008 by Ggeldenhuys (talk | contribs)
Jump to navigationJump to search

fpGUI is a widgetset completely written in Object Pascal. It links directly with the underlying windowing system (Xlib, GDI), and thus avoids the need for many large external libraries (eg: Qt, GTK etc). The main design goal is to get a consistent look and behaviour across platforms.

fpGUI Toolkit homepage:

See also