X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=synfig-studio%2Ftags%2Fstable%2Fsrc%2Fgtkmm%2Fabout.h;h=2af5ceb2038d2b9d4779457f1e7e23bd3d5d9803;hb=a42ee14a3397a3fbb31d14e6eece4236620ae2db;hp=1766bfd60f350d9615af8e2432834e4d593898b6;hpb=7c6d5426922cb3cda793f688dcd4d534b02765c8;p=synfig.git diff --git a/synfig-studio/tags/stable/src/gtkmm/about.h b/synfig-studio/tags/stable/src/gtkmm/about.h index 1766bfd..2af5ceb 100644 --- a/synfig-studio/tags/stable/src/gtkmm/about.h +++ b/synfig-studio/tags/stable/src/gtkmm/about.h @@ -1,18 +1,22 @@ -/*! ======================================================================== -** Sinfg -** 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 ** -** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** $Id$ ** -** This software and associated documentation -** are CONFIDENTIAL and PROPRIETARY property of -** the above-mentioned copyright holder. +** \legal +** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** -** You may not copy, print, publish, or in any -** other way distribute this software without -** a prior written agreement with -** the copyright holder. +** This package is free software; you can redistribute it and/or +** modify it under the terms of the GNU General Public License as +** published by the Free Software Foundation; either version 2 of +** the License, or (at your option) any later version. +** +** This package is distributed in the hope that it will be useful, +** 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 =========================================================== ** @@ -20,8 +24,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_GTKMM_ABOUT_H -#define __SINFG_GTKMM_ABOUT_H +#ifndef __SYNFIG_GTKMM_ABOUT_H +#define __SYNFIG_GTKMM_ABOUT_H /* === H E A D E R S ======================================================= */ @@ -38,18 +42,18 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace sinfg { class ProgressCallback; }; +namespace synfig { class ProgressCallback; }; namespace studio { class AboutProgress; - + class About : public Gtk::Window { friend class AboutProgress; - + AboutProgress *cb; - + Gtk::Tooltips _tooltips; Gtk::Label *tasklabel; @@ -59,10 +63,10 @@ class About : public Gtk::Window void close(); bool can_self_destruct; - + public: - - sinfg::ProgressCallback *get_callback(); + + synfig::ProgressCallback *get_callback(); void set_can_self_destruct(bool x);