Difference between revisions of "Gambas/libraries"
< Gambas
Jump to navigation
Jump to search
(component documentation) |
(gb.xml) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* {{l/sub|gb}}: internal native classes | * {{l/sub|gb}}: internal native classes | ||
* {{l/sub|gb.db}} handles [[database]] operations | * {{l/sub|gb.db}} handles [[database]] operations | ||
+ | * {{l/sub|gb.gtk}} handles forms under [[GTK+]] (alternate graphical library) | ||
+ | * {{l/sub|gb.gui}} uses either {{l/sub|gb.qt}} or {{l/sub|gb.gtk}}, depending on what the desktop is currently using | ||
* {{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. | + | * {{l/sub|gb.qt4}} same as gb.qt, but specific to version 4 of Qt |
+ | * {{l/sub|gb.xml}}[http://gambaswiki.org/wiki/comp/gb.xml] for reading and writing XML documents | ||
==Links== | ==Links== | ||
− | * Documentation: [http://gambasdoc.org/help/comp?v2 version 2], [http://gambasdoc.org/help/comp?v3 version 3] | + | * Documentation: |
+ | ** [http://gambaswiki.org/wiki/comp current] | ||
+ | ** old: [http://gambasdoc.org/help/comp?v2 version 2], [http://gambasdoc.org/help/comp?v3 version 3] |
Latest revision as of 20:05, 17 May 2015
Libraries are called "components" in the Gambas documentation.
- gb: internal native classes
- gb.db handles database operations
- gb.gtk handles forms under GTK+ (alternate graphical library)
- gb.gui uses either gb.qt or gb.gtk, depending on what the desktop is currently using
- gb.qt handles forms under Qt (default graphical library)
- gb.qt4 same as gb.qt, but specific to version 4 of Qt
- gb.xml[1] for reading and writing XML documents