|
From: Foster B. <fos...@us...> - 2005-04-13 16:21:26
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2921/adobe-source/adobe/test/visual/resources Modified Files: metrics_glossary.xstr Log Message: Beginning widget library documenation; more config.hpp options (thanks Boost!) Index: metrics_glossary.xstr =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/resources/metrics_glossary.xstr,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** metrics_glossary.xstr 12 Apr 2005 17:24:47 -0000 1.1 --- metrics_glossary.xstr 13 Apr 2005 16:21:16 -0000 1.2 *************** *** 1,6 **** ! <xstr id='metric' widget='checkbox'>{ height: 16, width: 18, text_gap: 4, fudge_left: 2, fudge_top: -1, fudge_height: 2, fudge_baseline: 1, fudge_width: 4, outset_top: 2 }</xstr> ! <xstr id='metric' widget='checkbox' theme='small'>{ height: 14, width: 15, text_gap: 6, fudge_top: -1, fudge_left: 1, fudge_baseline: 1, fudge_height: 2, fudge_width: 3, outset_top: 2 }</xstr> ! <xstr id='metric' widget='checkbox' theme='mini'>{ height: 10, width: 10, text_gap: 4, outset_top: 1 }</xstr> ! <xstr id='metric' widget='radio_button'>{ height: 16, width: 19, fudge_left: 1, fudge_top: -1, fudge_width: 5, fudge_height: 1, outset_right: 1, outset_left: 1, outset_bottom: 1, text_gap: 4 }</xstr> ! <xstr id='metric' widget='radio_button' theme='small'>{ height: 13, width: 14, fudge_top: -1, fudge_baseline: -1, text_gap: 4 }</xstr> ! <xstr id='metric' widget='radio_button' theme='mini'>{ height: 10, width: 10, outset_bottom: 1, fudge_baseline: -1, text_gap: 4 }</xstr> --- 1,15 ---- ! <xstr id='metric_checkbox'> { size: [ 18, 16 ], adjust_size: [ 4, 2 ], spacing: 4, adjust_position: [ 2, -1 ], outset: [ 0, 2, 0, 0 ], adjust_baseline: 1 }</xstr> ! <xstr id='metric_checkbox' theme='small'> { size: [ 15, 14 ], adjust_size: [ 3, 2 ], spacing: 6, adjust_position: [ -1, 1 ], outset: [ 0, 2, 0, 0 ], adjust_baseline: 1 }</xstr> ! <xstr id='metric_checkbox' theme='mini'> { size: [ 10, 10 ], spacing: 4, outset: [ 0, 1, 0, 0 ] }</xstr> ! ! <xstr id='metric_radio_button'> { size: [ 19, 16 ], adjust_size: [ 5, 1 ], spacing: 4, adjust_position: [ 1, -1 ], outset: [ 1, 0, 1, 1 ] }</xstr> ! <xstr id='metric_radio_button' theme='small'> { size: [ 14, 13 ], spacing: 4, adjust_position: [ 0, -1 ], outset: [ 0, 0, 0, 1 ], adjust_baseline: -1 }</xstr> ! <xstr id='metric_radio_button' theme='mini'> { size: [ 10, 10 ], spacing: 4, outset: [ 0, 0, 0, 1 ], adjust_baseline: -1 }</xstr> ! ! <xstr id='metric_button'> { size: [ 10, 21 ], adjust_baseline: -2 }</xstr> ! <xstr id='metric_button' theme='small'> { size: [ 10, 18 ], adjust_size: [ -2, 0 ], adjust_position: [ -1, 1 ], adjust_baseline: -2 }</xstr> ! <xstr id='metric_button' theme='mini'> { size: [ 10, 15 ], adjust_size: [ 2, 0 ], adjust_position: [ 1, 0 ], adjust_baseline: -2 }</xstr> ! ! <xstr id='metric_group'> { size: [ 0, 12 ], adjust_position: [ 0, 2 ] }</xstr> ! <xstr id='metric_group' theme='small'> { size: [ 0, 10 ], adjust_position: [ 0, 2 ] }</xstr> ! <xstr id='metric_group' theme='mini'> { size: [ 0, 8], adjust_position: [ 0, 2 ] }</xstr> |