|
||||
This class implements both one-shot and interval timers.
Objects of type GTimer are created by the
set_timeout and
set_interval in
the GWindow class.
| Method Summary | |
|---|---|
start()
|
|
stop()
|
|
| Method Detail |
|---|
start()set_timeout and
set_interval in
the GWindow class.
This method allows you to restart the timer after stopping it.
Usage: | timer.start() |
stop()Usage: | timer.stop() |
|
||||