The Free Pascal GUI toolkit (fpGUI) is a cross-platform graphical user interface toolkit developed by Graeme Geldenhuys. fpGUI is open source and free software, licensed under a Modified LGPL license. The toolkit has been implemented using the Free Pascal compiler, meaning it is written in the Object Pascal language.
fpGUI consists only of graphical widgets or components and a cross-platform 2D drawing library. It doesn't implement database layer...
more
Read article at Wikipedia
FpGUI
We can also tell you FpGUI is a
If you know more about FpGUI, you can add more facts here »
Similar topics in Freebase
-
KSpread
KSpread is a free software spreadsheet application that is part of KOffice, an integrated office suite for the KDE Desktop Environment. Among KSpread features are multiple sheets per document, assorted formatting possibilities, support for more than 300 built-in functions, templates, chart, spell... -
CLPython
CLPython is an implementation of the Python programming language written in Common Lisp. -
JoCaml
JoCaml is an experimental functional programming language derived from OCaml. It integrates the primitives of the join-calculus to enable flexible, type-checked concurrent and distributed programming. -
JRuby
JRuby is a Java implementation of the Ruby programming language, being developed by the JRuby team. It is free software released under a three-way CPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access... -
Pike programming language
Pike is an interpreted, general-purpose, high-level, cross-platform, dynamic programming language, with a syntax similar to that of C. Unlike many other dynamic languages, Pike is both statically and dynamically typed, and requires explicit type definitions. It features a flexible type system that... -
GNU m4
GNU m4 is the GNU version of the m4 macro preprocessor. It is designed to avoid many kinds of limits found in traditional m4s: limits like maximum line lengths, maximum size of a macro, number of macros, etc. Removing such arbitrary limits is one of the stated goals of the GNU projects. The GNU...