X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fabout.h;h=f88c3e53ab1d4875aaa41686dfe6609f8ebe400c;hb=334e15ce6c4d9b1f30a168a55e7ef4d31320d568;hp=2af5ceb2038d2b9d4779457f1e7e23bd3d5d9803;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/about.h b/synfig-studio/trunk/src/gtkmm/about.h index 2af5ceb..f88c3e5 100644 --- a/synfig-studio/trunk/src/gtkmm/about.h +++ b/synfig-studio/trunk/src/gtkmm/about.h @@ -1,11 +1,11 @@ /* === S Y N F I G ========================================================= */ /*! \file about.h -** \brief Header File +** \brief About dialog class ** ** $Id$ ** ** \legal -** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 Paul Wise ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -17,10 +17,8 @@ ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. ** \endlegal -** -** === N O T E S =========================================================== -** -** ========================================================================= */ +*/ +/* ========================================================================= */ /* === S T A R T =========================================================== */ @@ -29,12 +27,7 @@ /* === H E A D E R S ======================================================= */ -//#include -#include -#include -#include -#include -#include +#include /* === M A C R O S ========================================================= */ @@ -42,39 +35,19 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace synfig { class ProgressCallback; }; +# namespace studio { -class AboutProgress; - -class About : public Gtk::Window +class About : public Gtk::AboutDialog { - friend class AboutProgress; - - AboutProgress *cb; - - Gtk::Tooltips _tooltips; - - Gtk::Label *tasklabel; - Gtk::ProgressBar *progressbar; - Gtk::Button *CloseButton; - - void close(); - - bool can_self_destruct; - public: - synfig::ProgressCallback *get_callback(); - - void set_can_self_destruct(bool x); - About(); - ~About(); + void close(int); }; - -} + +}; // END of namespace studio /* === E N D =============================================================== */