GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_widget_slider.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
26#ifndef GP_WIDGET_SLIDER_H
27#define GP_WIDGET_SLIDER_H
28
39gp_widget *gp_widget_slider_new(int64_t min, int64_t max, int64_t val, int dir);
40
41#endif /* GP_WIDGET_SLIDER_H */
gp_widget * gp_widget_slider_new(int64_t min, int64_t max, int64_t val, int dir)
Allocate and initialize a slider widget.
A widget base.
Definition gp_widget.h:28