#include <gtk/gtk.h>#include <stdio.h>#include <errno.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Functions | |
| void | show_about (void) |
| This tells about the editor. | |
| void | show_help (void) |
| Explains the functions available. | |
| void show_about | ( | void | ) |
This tells about the editor.
Definition at line 10 of file extra.c.
References window1.
Referenced by help_about().
| void show_help | ( | void | ) |
Explains the functions available.
Definition at line 36 of file extra.c.
References window1.
Referenced by help_contents().
1.5.8