Main Page   Class Hierarchy   Data Structures   File List   Data Fields  

creditsdialog.h

00001 /***************************************************************************
00002                           creditsdialog.h  -  description
00003                              -------------------
00004     begin                : Fri Feb 28 2003
00005     copyright            : (C) 2003 by Michael Otto
00006     email                : Michael.Otto@saskathex.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef CREDITSDIALOG_H
00019 #define CREDITSDIALOG_H
00020 
00021 #include <gtkmm.h>
00022 
00023 #include <iostream>
00024 
00025 using namespace std;
00026 
00032 class CreditsDialog : public Gtk::Window  {
00033   private:
00034     void quit();
00035 
00036   public: 
00037     CreditsDialog();
00038     ~CreditsDialog();
00039 
00040   protected:
00041     virtual bool on_delete_event(GdkEventAny *event);
00042 };
00043 
00044 #endif

Generated on Tue May 27 21:24:01 2003 for gstockcalc by doxygen1.3-rc3