2.0
3.0
>
dev
>
api
>
name
>
gb_timer
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
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
api/cat/timer