Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Search  

/home/mrm/Simex/src/interface.cxx File Reference

#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:

Include dependency graph

Functions

void init ()
int main (int argc, char *argv[])

Variables

Se::Workspacese_workspace

Function Documentation

void init  
 

00016       {
00017   se_workspace=new Se::Workspace(0);
00018 }

int main int    argc,
char *    argv[]
 

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 }


Variable Documentation

Se::Workspace* se_workspace
 


Generated on Sat Jul 19 04:03:46 2003 for SIMEX by doxygen1.2.18