#include "GTKApplicationHandler.h"#include <locale.h>#include <gtk/gtk.h>#include <gtk/gtkmain.h>
Go to the source code of this file.
Variables | |
| static char | app_name [] = "IVT_APPLICATION\0" |
| static int | my_argc = 1 |
| static char * | my_argv [2] = {app_name, NULL} |
char app_name[] = "IVT_APPLICATION\0" [static] |
Definition at line 15 of file GTKApplicationHandler.cpp.
int my_argc = 1 [static] |
Definition at line 16 of file GTKApplicationHandler.cpp.
Definition at line 17 of file GTKApplicationHandler.cpp.