Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

mainstatusbar.hh

Go to the documentation of this file.
00001 /*
00002  * RolLerCoaster Linear Networks Solver
00003  *
00004  * RolLerCoaster is the legal property of its developers, whose names are 
00005  * listed in the COPYRIGHT file distributed with this source distribution.
00006  * 
00007  * This program is free software; you can redistribute it and/or modify
00008  * it under the terms of the GNU General Public License as published by
00009  * the free software foundation; either version 2 of the license, or
00010  * (at your option) any later version.
00011  *
00012  * this program is distributed in the hope that it will be useful,
00013  * but without any warranty; without even the implied warranty of
00014  * merchantability or fitness for a particular purpose.  see the
00015  * gnu general public license for more details.
00016  *
00017  * you should have received a copy of the gnu general public license
00018  * along with this program; if not, write to the free software
00019  * foundation, inc., 59 temple place, suite 330, boston, ma  02111-1307  usa
00020  *
00021  */
00022  
00023 #ifndef MAINSTATUSBAR_HH
00024 #define MAINSTATUSBAR_HH
00025 
00026 #include <gtkmm/statusbar.h>
00027 
00028 
00033 namespace RLC
00034 {
00040   class CMainStatusbar : public Gtk::Statusbar
00041   {
00042     public:
00043       CMainStatusbar();
00044       ~CMainStatusbar();
00045       
00046     protected:
00047   };
00048   
00049 }
00050 
00051 
00052 #endif // MAINSTATUSBAR_HH
00053 

Generated on Sun Jan 16 11:05:56 2005 for RolLerCoaster by  doxygen 1.3.9.1