Language Element Icons

Top  Previous  Next

Throughout TIDE, many icons are used for various Tibbo Basic constructs. Below is a complete listing:

tide_icon_constant

Constants (see Constants)

tide_icon_enum

Enumeration Types (see User-Defined Types)

tide_icon_syscall

System Calls (see Function Reference)

tide_icon_object

Objects (see Object Reference)

tide_icon_property

Properties (see Object Reference)

tide_icon_method

Methods (see Object Reference)

tide_icon_eventhandler_active

Event Handlers (Implemented in current project -- see Object Reference). Grayed if no event handler exists for an event.

tide_icon_function

Procedures (see Introduction to Procedures). Grayed if a procedure is not implemented (i.e. doesn't have a body).

tide_icon_globalvar

Variables (see Introduction to Variables, Constants and Scopes). Grayed if the variable is not defined.