Gambas/libraries

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Links