GUI widget positions:

o Add 'true' and 'false' constants
o add .visible widget property
o allow dots to be part of section and key names in configs

svn-id: r21123
This commit is contained in:
Eugene Sandulenko 2006-03-07 13:41:36 +00:00
parent 059c7a0296
commit 1eff73cb41
6 changed files with 16 additions and 3 deletions

View file

@ -236,6 +236,9 @@ static const BuiltinConsts builtinConsts[] = {
{"kBigButtonHeight", GUI::kBigButtonHeight},
{"kBigSliderWidth", GUI::kBigSliderWidth},
{"kBigSliderHeight", GUI::kBigSliderHeight},
{"false", 0},
{"true", 1},
{NULL, 0}
};