00001 /* 00002 * This file is part of settings. 00003 * 00004 * settings is free software: you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation, either version 2 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * settings is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00016 */ 00017 00031 #ifndef _SETTINGS_BACKGROUND_H_ 00032 #define _SETTINGS_BACKGROUND_H_ 00033 00034 #define VERSION_FILE "/etc/er_version_commercial" 00035 00036 #define SETTINGS_BOX_BORDER 51 //white border around the full settings page 768x1024 00037 00038 #define TITLE_MIN_HEIGHT 54 00039 #define TITLE_MIN_WIDTH 666 00040 #define TITLE_BORDER_LEFT 10 00041 #define TITLE_BORDER_RIGHT 10 00042 00043 #define SETTINGS_ITEM_PADDING 10 00044 00045 00046 //create and display the background of the setting screens 00047 //return the container where the page specific content of the 00048 //settings screens is displayed 00049 GtkWidget* bg_create(GtkWidget* window); 00050 00051 void bg_set_text(void); 00052 00053 #endif //_SETTINGS_APP_LOG_H_ 00054 00055 00056
1.5.6