GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_widget_spinner.h
1//SPDX-License-Identifier: LGPL-2.0-or-later
2
3/*
4
5 Copyright (c) 2014-2023 Cyril Hrubis <metan@ucw.cz>
6
7 */
8
9#ifndef GP_WIDGET_SPINNER_H
10#define GP_WIDGET_SPINNER_H
11
21gp_widget *gp_widget_spinner_new(int64_t min, int64_t max, int64_t val);
22
23#endif /* GP_WIDGET_SPINNER_H */