Gambas/libraries

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Gambas
Revision as of 15:59, 25 April 2015 by Woozle (talk | contribs) (gb.gui)
Jump to navigation Jump to search

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)

Links