GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Functions
gp_dialog_input.h File Reference

A text input dialog. More...

Go to the source code of this file.

Functions

char * gp_dialog_input_run (const char *title)
 Runs an input dialog.
 

Detailed Description

A text input dialog.

Definition in file gp_dialog_input.h.

Function Documentation

◆ gp_dialog_input_run()

char * gp_dialog_input_run ( const char *  title)

Runs an input dialog.

Parameters
titleA dialog title.
Returns
Returns a newly allocated string that should be freed with free().