#include <gtk/gtk.h>#include <iostream>#include "se_build.h"#include "se_workspace.h"#include "se_string.h"#include "se_string_vector.h"#include "se_tools.h"Include dependency graph for interface.cxx:

Functions | |
| void | init () |
| int | main (int argc, char *argv[]) |
Variables | |
| Se::Workspace * | se_workspace |
|
|
00016 {
00017 se_workspace=new Se::Workspace(0);
00018 }
|
|
||||||||||||
|
00021 {
00022
00023 tsneak
00024
00025 /*GTK Initialization*/
00026 gtk_init (&argc, &argv);
00027 gtk_rc_parse("~/.gtkrc");
00028
00029 /*Initialisation*/
00030 init();
00031
00032 gtk_main ();
00033
00034 csneak
00035
00036 return 0;
00037 }
|
|
|
|
1.2.18