GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_widget_activity.h
Go to the documentation of this file.
1//SPDX-License-Identifier: LGPL-2.0-or-later
2
3/*
4
5 Copyright (c) 2014-2026 Cyril Hrubis <metan@ucw.cz>
6
7 */
8
28#ifndef GP_WIDGET_ACTIVITY_H
29#define GP_WIDGET_ACTIVITY_H
30
39
44
49
56
65
66#endif /* GP_WIDGET_ACTIVITY_H */
void gp_widget_activity_stop(gp_widget *self)
Stops the activity widget animation.
gp_widget * gp_widget_activity_new(const char *label)
Allocates and initializes a new activity widget.
bool gp_widget_activity_running(gp_widget *self)
Returns true if activity is running.
void gp_widget_activity_start(gp_widget *self)
Starts the activity widget animation.
const char * gp_widget_activity_label_get(gp_widget *self)
Gets an activity label.
A widget base.
Definition gp_widget.h:29