Websites Navigation: Airbit | Shop | m-shell.net
Languages: EN | DE

Module abgui

m GUI standard widget classes. See also abguibase.

Classes

Button A button showing text and calling its listeners when clicked.
Image An image widget displaying an image (icon).
ImageButton A button showing an image and calling its listeners when clicked.
Label A label widget displaying some text.
ProgressBar A horizontal or vertical progress bar.
RadioButton A radio button, cyclically linked with other radio buttons
Renderer The default table cell renderer class.
Table A table with rows and columns.
TextArea A multi-line area of editable text.
TextField An input field widget allowing to edit a line of text.

Constants

const BOTTOM Flag for bottom text alignment, or bottom positioning.
const HCENTER Flag for horizontally centered text alignment.
const HSELECT Flag enabling horizontal (column) selection.
const LEFT Flag for left text alignment, or left positioning.
const MARK Flag for a general visible mark.
const RIGHT Flag for right text alignment, or right positioning.
const TOP Flag for top text alignment, or top positioning.
const VCENTER Flag for vertically centered text alignment.
const VSELECT Flag enabling vertical (row) selection.

Variables

defaultRenderer:abgui.Renderer An instance of the default renderer. This is also used to render the headers.
mShell Home  > Documentation  > mdoc