measures.h
Go to the documentation of this file.00001 #ifndef CTB_MEASURES_UI_H_
00002 #define CTB_MEASURES_UI_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
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