GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
widgets
gp_widget_timer.h
Go to the documentation of this file.
1
//SPDX-License-Identifier: LGPL-2.0-or-later
2
3
/*
4
5
Copyright (c) 2014-2024 Cyril Hrubis <metan@ucw.cz>
6
7
*/
8
16
#ifndef GP_WIDGET_TIMER_H
17
#define GP_WIDGET_TIMER_H
18
26
void
gp_widgets_timer_ins
(
gp_timer
*timer);
27
35
void
gp_widgets_timer_rem
(
gp_timer
*timer);
36
37
#endif
/* GP_WIDGET_TIMER_H */
gp_widgets_timer_rem
void gp_widgets_timer_rem(gp_timer *timer)
Removes a timer from the widgets timer queue.
gp_widgets_timer_ins
void gp_widgets_timer_ins(gp_timer *timer)
Inserts a timer into the widgets timer queue.
gp_timer
A timer.
Definition
gp_timer.h:26
Generated by
1.9.8