my log
[synfig.git] / synfig-studio / trunk / src / gtkmm / onemoment.h
1 /*! ========================================================================
2 ** Synfig
3 ** Template Header File
4 ** $Id: onemoment.h,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $
5 **
6 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
7 **
8 ** This software and associated documentation
9 ** are CONFIDENTIAL and PROPRIETARY property of
10 ** the above-mentioned copyright holder.
11 **
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.
16 **
17 ** === N O T E S ===========================================================
18 **
19 ** ========================================================================= */
20
21 /* === S T A R T =========================================================== */
22
23 #ifndef __SYNFIG_GTKMM_ONEMOMENT_H
24 #define __SYNFIG_GTKMM_ONEMOMENT_H
25
26 /* === H E A D E R S ======================================================= */
27
28 #include <gtkmm/window.h>
29
30 /* === M A C R O S ========================================================= */
31
32 /* === T Y P E D E F S ===================================================== */
33
34 /* === C L A S S E S & S T R U C T S ======================================= */
35
36 namespace synfig { class ProgressCallback; };
37
38 namespace studio {
39
40 class OneMoment : public Gtk::Window
41 {
42 public:
43         
44         OneMoment();
45         ~OneMoment();
46 };
47
48 }
49
50 /* === E N D =============================================================== */
51
52 #endif