00001 // -*- C++ -*- 00002 // 00003 // gvectors is a frontend to libgvectors using gtkmm. 00004 // Copyright (C) 2007 Rafael Ostertag 00005 // 00006 // This program is free software; you can redistribute it and/or 00007 // modify it under the terms of the GNU General Public License 00008 // as published by the Free Software Foundation; either version 2 00009 // of the License, or (at your option) any later version. 00010 // 00011 // This program is distributed in the hope that it will be useful, 00012 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 // GNU General Public License for more details. 00015 // 00016 // You should have received a copy of the GNU General Public License 00017 // along with this program; if not, write to the Free Software 00018 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 00019 // USA. 00020 // 00021 // $Id: consts_8h-source.html,v 1.1 2007-09-10 23:31:14 rafi Exp $ 00022 // 00023 // File: consts.h 00024 // Author: Rafael Ostertag 00025 // 00026 // Created on August 24, 2007, 4:13 PM 00027 // 00028 00029 #ifndef _CONSTS_H 00030 #define _CONSTS_H 00031 00032 #include <glibmm.h> 00038 00039 00043 extern const double MIN_ROTATION; 00047 extern const double DEFAULT_ROTATION; 00051 extern const double MAX_ROTATION; 00056 extern const char* STATUS_SUM; 00061 extern const char* STATUS_TWO_SELECTED; 00065 extern const Glib::ustring MAIN_MENU_ENTRIES; 00070 extern const Glib::ustring POPUP_MENU_ENTRIES; 00071 00072 #endif /* _CONSTS_H */ 00073
1.4.7