GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_dialog_input.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
14#ifndef GP_DIALOG_INPUT_H
15#define GP_DIALOG_INPUT_H
16
24char *gp_dialog_input_run(const char *title);
25
26#endif /* GP_DIALOG_INPUT_H */
char * gp_dialog_input_run(const char *title)
Runs an input dialog.