measures.h

Go to the documentation of this file.
00001 #ifndef CTB_MEASURES_UI_H_
00002 #define CTB_MEASURES_UI_H_
00003 
00004 /**
00005  * File Name  : measures.h
00006  *
00007  * Description: Dialog measurements
00008  */
00009 
00010 /*
00011  * This file is part of ctb.
00012  *
00013  * ctb is free software: you can redistribute it and/or modify
00014  * it under the terms of the GNU General Public License as published by
00015  * the Free Software Foundation, either version 2 of the License, or
00016  * (at your option) any later version.
00017  *
00018  * ctb is distributed in the hope that it will be useful,
00019  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00020  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00021  * GNU General Public License for more details.
00022  *
00023  * You should have received a copy of the GNU General Public License
00024  * along with this program. If not, see <http://www.gnu.org/licenses/>.
00025  */
00026 
00027 /**
00028  * Copyright (C) 2009 iRex Technologies B.V.
00029  * All rights reserved.
00030  */
00031 
00032 
00033 #define WINDOW_TOP_PADDING         46
00034 #define WINDOW_BOTTOM_PADDING      10
00035 #define WINDOW_H_PADDING           40
00036 #define PREVNEXT_HEIGHT            20
00037 #define PREVNEXT_ARROW_WIDTH      140
00038 #define TITLE_V_PADDING            10  // vertical padding around title
00039 #define TITLE_SPACING              20  // space between path and number of items in title
00040 #define TITLE_PATH_SPACING         10  // space between path elements in title
00041 #define FILEGRID_V_PADDING         10  // vertical padding around the file grid
00042 #define LISTVIEW_COL_SPACING       20  // space between columns in listview
00043 #define LISTVIEW_ICON_WIDTH        30
00044 #define LISTVIEW_ICON_HEIGHT       30
00045 
00046 #define POPUP_DIALOG_WIDTH         600
00047 #define POPUP_DIALOG_V_PADDING     10
00048 #define POPUP_DIALOG_H_PADDING     10
00049 #define POPUP_DIALOG_V_SPACING     10
00050 #define POPUP_DIALOG_H_SPACING     10
00051 
00052 #define BUTTON_WIDTH               -1
00053 #define BUTTON_HEIGHT              27
00054 
00055 #define TEXT_ENTRY_WIDTH           300
00056 #define TEXT_ENTRY_HEIGHT          27
00057 
00058 #define TITLE_HEIGHT               44   // total height of titlebar
00059 
00060 
00061 #endif
Generated by  doxygen 1.6.2-20100208