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_widgets_task.h
Go to the documentation of this file.
1
//SPDX-License-Identifier: LGPL-2.0-or-later
2
3
/*
4
5
Copyright (c) 2014-2021 Cyril Hrubis <metan@ucw.cz>
6
7
*/
8
16
#ifndef GP_WIDGETS_TASK_H
17
#define GP_WIDGETS_TASK_H
18
19
#include <
input/gp_task.h
>
20
28
void
gp_widgets_task_ins
(
gp_task
*task);
29
37
void
gp_widgets_task_rem
(
gp_task
*task);
38
39
#endif
/* GP_WIDGETS_TASK_H */
gp_task.h
Application tasks.
gp_widgets_task_ins
void gp_widgets_task_ins(gp_task *task)
Inserts a task into the widgets main loop.
gp_widgets_task_rem
void gp_widgets_task_rem(gp_task *task)
Removes a task from the widgets main loop.
gp_task
A task.
Definition
gp_task.h:48
Generated by
1.9.8