Difference between revisions of "Gambas/libraries"
< Gambas
Jump to navigation
Jump to search
(component documentation) |
(gb.gui) |
||
Line 5: | Line 5: | ||
* {{l/sub|gb.qt}} handles forms under [[Qt]] (default graphical library) | * {{l/sub|gb.qt}} handles forms under [[Qt]] (default graphical library) | ||
* {{l/sub|gb.gtk}} handles forms under [[GTK+]] (alternate graphical library) | * {{l/sub|gb.gtk}} handles forms under [[GTK+]] (alternate graphical library) | ||
+ | * {{l/sub|gb.gui}} handles basic GUI components (this may be a G3.x replacement for gb.qt) | ||
==Links== | ==Links== | ||
* Documentation: [http://gambasdoc.org/help/comp?v2 version 2], [http://gambasdoc.org/help/comp?v3 version 3] | * Documentation: [http://gambasdoc.org/help/comp?v2 version 2], [http://gambasdoc.org/help/comp?v3 version 3] |
Revision as of 15:59, 25 April 2015
Libraries are called "components" in the Gambas documentation.
- gb: internal native classes
- gb.db handles database operations
- gb.qt handles forms under Qt (default graphical library)
- gb.gtk handles forms under GTK+ (alternate graphical library)
- gb.gui handles basic GUI components (this may be a G3.x replacement for gb.qt)