Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
gb
gb.args
gb.cairo
gb.chart
gb.clipper
gb.complex
gb.compress
gb.crypt
gb.data
gb.db
gb.db.form
gb.db.mysql
gb.db.odbc
gb.db.postgresql
gb.db.sqlite2
gb.db.sqlite3
gb.dbus
gb.dbus.trayicon
gb.debug
gb.desktop
gb.desktop.gnome.keyring
gb.desktop.x11
gb.eval
gb.eval.highlight
gb.form
_DateChooser_Colors
_DateChooser_Data
_DateChooser_Date
_DocumentItem
_DocumentLayout
_FilePropertiesData
_IconPanelContainer
_TabPanelContainer
_ToolPanelContainer
_WizardContainer
Balloon
Bookmarks
ButtonBox
ColorButton
ColorChooser
ColorPalette
Completion
DateBox
DateChooser
DirBox
DirBrowser
DirChooser
DirView
DocumentView
Expander
FileBox
FileChooser
FileCompletion
FileProperties
FileView
FontBox
FontChooser
IconPanel
ImageView
InputBox
LCDLabel
ListContainer
ListEditor
MaskBox
MenuButton
Message
MessageView
SidePanel
SliderBox
SpinBar
Spinner
Stock
SwitchButton
TableView
TabPanel
TimeBox
ToolPanel
URLLabel
ValueBox
Wizard
gb.form.dialog
gb.form.editor
gb.form.htmlview
gb.form.mdi
gb.form.print
gb.form.stock
gb.form.terminal
gb.gmp
gb.gsl
gb.gtk
gb.gtk.opengl
gb.gtk3
gb.gtk3.opengl
gb.gtk3.webview
gb.gui
gb.gui.opengl
gb.gui.qt
gb.gui.qt.ext
gb.gui.qt.opengl
gb.gui.qt.webkit
gb.gui.trayicon
gb.gui.webview
gb.hash
gb.highlight
gb.image
gb.image.effect
gb.image.imlib
gb.image.io
gb.inotify
gb.jit
gb.libxml
gb.logging
gb.map
gb.markdown
gb.media
gb.media.form
gb.memcached
gb.mime
gb.mysql
gb.ncurses
gb.net
gb.net.curl
gb.net.pop3
gb.net.smtp
gb.openal
gb.opengl
gb.opengl.glsl
gb.opengl.glu
gb.opengl.sge
gb.openssl
gb.option
gb.pcre
gb.pdf
gb.poppler
gb.qt4
gb.qt4.ext
gb.qt4.opengl
gb.qt4.webkit
gb.qt4.webview
gb.qt5
gb.qt5.ext
gb.qt5.opengl
gb.qt5.webkit
gb.qt5.webview
gb.qt6
gb.qt6.ext
gb.qt6.opengl
gb.qt6.webview
gb.report
gb.report2
gb.scanner
gb.sdl
gb.sdl.sound
gb.sdl2
gb.sdl2.audio
gb.settings
gb.signal
gb.term
gb.test
gb.util
gb.util.web
gb.v4l
gb.vb
gb.web
gb.web.feed
gb.web.form
gb.web.gui
gb.xml
gb.xml.html
gb.xml.rpc
gb.xml.xslt
Controls pictures
Deprecated components
Developer Documentation
Development Environment Documentation
Documents
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual

gb.form

This component provides a set of enhanced controls.

It can be used with any GUI components.

Authors BenoƮt Minisini, Fabien Bodard.
Requires Graphical form management.

Class Description
Balloon This class displays a message and an optional icon inside a balloon using the tooltip colors.
Bookmarks This class allows to globally manage a list of file bookmarks.
ButtonBox This control is a compound control including a TextBox and a little button besides.
ColorButton This special button allows the user to select a color.
ColorChooser This control is a color selector.
ColorPalette This class implements a color palette as displayed inside the ColorChooser control.
Completion This class allows to implement automatic completion of text field.
DateBox This control allows to edit a date value. It provides a little button that displays a calendar popup.
DateChooser This control is a date selector.
DirBox This control implements a directory selection box.
DirBrowser This control implements an horizontal directory browser.
DirChooser This control allows the user to select a directory.
DirView This control is a TreeView that displays a directory and its child directories.
DocumentView This control implements a paged document viewer.
Expander This controls is a container that can shrink to hide its contents.
FileBox This control implements a file selection box.
FileChooser This control allows the user to select a file, or a list of files in the same directory.
FileCompletion This class implements automatic file completion.
FileProperties This control display the properties of a file inside a TabPanel.
FileView This control displays the files located in a directory.
FontBox This control allows to select a font.
FontChooser This control allows the user to select a font.
IconPanel This class is a multi-container that uses big icons to display its different tabs.
ImageView This control implements an image viewer.
InputBox This class implements a simple input dialog box, similar to the Visual Basic™ one.
LCDLabel This class implements a label that displays its text like a LCD screen.
ListContainer This control is deprecated.
ListEditor This control allows to edit and order a list of values.
MaskBox This control implements a masked editable field.
MenuButton That control is a button with a little arrow on the right that displays an associated popup menu.
Message This class adds a new message box type to the default Message class.
MessageView This class allows to display messages inside a temporary horizontal panel instead of having to use message boxes.
SidePanel This control implements a container that can be hidden or resized.
SliderBox This control is made of a Slider and a SpinBox both synchronized.
SpinBar This control implements a mix between a slider and a spinbox, like the similar control in GIMP.
Spinner This control displays a spinner animation.
Stock This class is used for returning predefined icons.
SwitchButton This class implements a switch button control.
TableView This control is an editable GridView.
TabPanel This control implements a TabStrip replacement that uses light borders.
TimeBox This control allows to enter a time or a duration.
ToolPanel This control implements a toolbox with multiple scrollable vertical toolbar panels.
URLLabel This control is a label that displays a clickable link.
ValueBox This control is an enhanced TextBox that allows the user to enter a formatted value.
Wizard This control is a multi-container that provides a wizard-like interface.