00001 /* === S Y N F I G ========================================================= */ 00021 /* ========================================================================= */ 00022 00023 /* === S T A R T =========================================================== */ 00024 00025 #ifndef __SYNFIG_GTKMM_ABOUT_H 00026 #define __SYNFIG_GTKMM_ABOUT_H 00027 00028 /* === H E A D E R S ======================================================= */ 00029 00030 #include <gtkmm/aboutdialog.h> 00031 00032 /* === M A C R O S ========================================================= */ 00033 00034 /* === T Y P E D E F S ===================================================== */ 00035 00036 /* === C L A S S E S & S T R U C T S ======================================= */ 00037 00038 # 00039 00040 namespace studio { 00041 00042 class About : public Gtk::AboutDialog 00043 { 00044 public: 00045 00046 About(); 00047 void close(int); 00048 void on_link_clicked(Gtk::AboutDialog&, const Glib::ustring &url); 00049 }; 00050 00051 }; // END of namespace studio 00052 00053 /* === E N D =============================================================== */ 00054 00055 #endif