X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fabout.h;h=2af5ceb2038d2b9d4779457f1e7e23bd3d5d9803;hb=8a099cbbc834f7d2eaa019c1af55c1cf1ecfc21d;hp=a644bcacdc06d695e570d2337bc33f1f2f4071df;hpb=842d1c156ee50dc0045a0b0272d090c01965b2f0;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/about.h b/synfig-studio/trunk/src/gtkmm/about.h index a644bca..2af5ceb 100644 --- a/synfig-studio/trunk/src/gtkmm/about.h +++ b/synfig-studio/trunk/src/gtkmm/about.h @@ -1,8 +1,10 @@ -/*! ======================================================================== -** Synfig -** Template Header File -** $Id: about.h,v 1.1.1.1 2005/01/07 03:34:35 darco Exp $ +/* === S Y N F I G ========================================================= */ +/*! \file about.h +** \brief Header File ** +** $Id$ +** +** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** ** This package is free software; you can redistribute it and/or @@ -14,6 +16,7 @@ ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ** General Public License for more details. +** \endlegal ** ** === N O T E S =========================================================== ** @@ -44,13 +47,13 @@ namespace synfig { class ProgressCallback; }; namespace studio { class AboutProgress; - + class About : public Gtk::Window { friend class AboutProgress; - + AboutProgress *cb; - + Gtk::Tooltips _tooltips; Gtk::Label *tasklabel; @@ -60,10 +63,10 @@ class About : public Gtk::Window void close(); bool can_self_destruct; - + public: - - synfig::ProgressCallback *get_callback(); + + synfig::ProgressCallback *get_callback(); void set_can_self_destruct(bool x);