Component index
Section index | Component aboutbox |
Search |
Type | Function |
Summary | Present the about window of the application |
Description | You use this to present an about window in a consistent and complete way. This includes a small description, the authors, the license and so on. |
![]() ![]() | void authors (const char *name, const char *version) | |
![]() ![]() | void intro (const char *name, const char *version) | |
![]() ![]() | void license (const char *name, const char *version) | |
![]() ![]() | void see_also (const char *name, const char *version) |
You use the printf fhelper to send lines. Usually, you enumerate names and email address.
You use the printf fhelper to send lines
You use the printf fhelper to send lines or to simply use the setgpl fhelper if your program is GPL.
You use the printf fhelper to send lines
Normally, this is all you have to tell in the license area.