GB_TIMER
typedef
  struct {
    GB_BASE object;
    long delay;
    long id;
    }
  GB_TIMER;
This structure represents a Gambas 
Timer object.
  - 
delay is the number of milliseconds between two timer ticks.
- 
id is a timer identifier used by the component implementing the timer.
See also