Home > dev > api > name > gb_timer 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
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.

See also

api/cat/timer