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:
parent
059c7a0296
commit
1eff73cb41
6 changed files with 16 additions and 3 deletions
|
@ -236,6 +236,9 @@ static const BuiltinConsts builtinConsts[] = {
|
|||
{"kBigButtonHeight", GUI::kBigButtonHeight},
|
||||
{"kBigSliderWidth", GUI::kBigSliderWidth},
|
||||
{"kBigSliderHeight", GUI::kBigSliderHeight},
|
||||
|
||||
{"false", 0},
|
||||
{"true", 1},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue