1 /*! ========================================================================
3 ** Template Header File
4 ** $Id: onemoment.h,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $
6 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
8 ** This software and associated documentation
9 ** are CONFIDENTIAL and PROPRIETARY property of
10 ** the above-mentioned copyright holder.
12 ** You may not copy, print, publish, or in any
13 ** other way distribute this software without
14 ** a prior written agreement with
15 ** the copyright holder.
17 ** === N O T E S ===========================================================
19 ** ========================================================================= */
21 /* === S T A R T =========================================================== */
23 #ifndef __SYNFIG_GTKMM_ONEMOMENT_H
24 #define __SYNFIG_GTKMM_ONEMOMENT_H
26 /* === H E A D E R S ======================================================= */
28 #include <gtkmm/window.h>
30 /* === M A C R O S ========================================================= */
32 /* === T Y P E D E F S ===================================================== */
34 /* === C L A S S E S & S T R U C T S ======================================= */
36 namespace synfig { class ProgressCallback; };
40 class OneMoment : public Gtk::Window
50 /* === E N D =============================================================== */