Gambas/libraries: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
extracted from "reference" page
 
component documentation
Line 1: Line 1:
Libraries are called "components" in the Gambas documentation.
* {{l/sub|gb}}: internal native classes
* {{l/sub|gb.db}} handles [[database]] operations
* {{l/sub|gb.db}} handles [[database]] operations
* {{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)
==Links==
* Documentation: [http://gambasdoc.org/help/comp?v2 version 2], [http://gambasdoc.org/help/comp?v3 version 3]

Revision as of 01:40, 27 April 2013

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)