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

/home/mrm/Simex/src/se_gtk_window.h

Go to the documentation of this file.
00001 #ifndef Se_Gtk_Window_Included
00002 #define Se_Gtk_Window_Included
00003 
00004 #include <gtk/gtk.h>
00005 #include <gdk/gdk.h>
00006 
00007 #include "se_gtk_box.h"
00008 
00009 #include "se_string.h"
00010 
00011 namespace Se{
00012 
00013 //Declarations
00014 
00015 class Gtk_Window{
00016 
00017   GtkWidget *window;
00018   GtkWidget *scrolled_window;
00019 
00020  public:
00021   //Constructors
00022   Gtk_Window(String title);
00023 
00024   //Destructor
00025 
00026   //Exception
00027 
00028   //Reset
00029 
00030   //Equals
00031 
00032   //Set
00033 
00034   //Get
00035 
00036   //Display
00037 
00038   //Operators
00039 
00040   //Interface
00041 
00042   //Misc
00043   Gtk_Box *box(Gtk_Box::Type type,
00044                String name,
00045                gboolean homogene,
00046                gint space);
00047   void show();
00048 
00049   //Friends
00050 
00051 };
00052 
00053 //String operator
00054 
00055 //Other operators
00056 
00057 }
00058 #endif

Generated on Sat Jul 19 04:01:27 2003 for SIMEX by doxygen1.2.18