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

aboutdialog.hh

Go to the documentation of this file.
00001 #ifndef ABOUTDIALOG_HH
00002 #define ABOUTDIALOG_HH
00003 
00004 #include <gtkmm/dialog.h>
00005 #include <gtkmm/box.h>
00006 #include <gtkmm/label.h>
00007 
00008 
00013 namespace RLC 
00014 {
00018   class CAboutDialog : public Gtk::Dialog
00019   {
00020     public:
00021       CAboutDialog();
00022 
00023     protected:
00024       Gtk::VBox m_VBox_Main;
00025       Gtk::Label m_Label_RLC, m_Label_Version, m_Label_SAV, m_Label_vArDo, m_Label_Sivy;
00026 
00027   };
00028 
00029 }
00030 
00031 #endif // ABOUTDIALOG_HH
00032 

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