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_spinner.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
25
#ifndef GP_WIDGET_SPINNER_H
26
#define GP_WIDGET_SPINNER_H
27
37
gp_widget
*
gp_widget_spinner_new
(int64_t min, int64_t max, int64_t val);
38
39
#endif
/* GP_WIDGET_SPINNER_H */
gp_widget_spinner_new
gp_widget * gp_widget_spinner_new(int64_t min, int64_t max, int64_t val)
Allocate and initialize a spinner widget.
gp_widget
A widget base.
Definition
gp_widget.h:28
Generated by
1.9.8