GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Application info, license, authors, etc. More...
#include <widgets/gp_widget.h>
Go to the source code of this file.
Data Structures | |
struct | gp_app_info_author |
Description of the app author. More... | |
struct | gp_app_info |
An application information. More... | |
Typedefs | |
typedef struct gp_app_info_author | gp_app_info_author |
Description of the app author. | |
typedef struct gp_app_info | gp_app_info |
An application information. | |
Functions | |
const char * | gp_app_info_name (void) |
Returns application name. | |
void | gp_app_info_dialog_run (void) |
Shows application info in an dialog. | |
void | gp_app_info_print (void) |
Prints application info into stdout. | |
Application info, license, authors, etc.
Application info is a structure, that if defined, stores an application information such as name, licence, description, version and a list of authors.
The application info is shown as an dialog when 'Ctrl+i' is pressed and printed into the stdout when application is passed '-i' on the command line.
Definition in file gp_app_info.h.
typedef struct gp_app_info gp_app_info |
An application information.
Fill in this structure to get the about dialog in the application.
void gp_app_info_dialog_run | ( | void | ) |
Shows application info in an dialog.
This is called automatically by the widget library to show the application info dialog.
const char * gp_app_info_name | ( | void | ) |
Returns application name.
void gp_app_info_print | ( | void | ) |
Prints application info into stdout.
This is called automatically by the widget library when -i is passed on the commandline.