mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 11:41:20 +00:00
* GSWExtensionsGSW.framework/GSWLogin.gswc/GSWLogin.gswd:
o added IsTryCountEqualToXX,... git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18899 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e4259775cc
commit
8be6efb757
1 changed files with 49 additions and 0 deletions
|
@ -35,3 +35,52 @@ Reset: GSWResetButton
|
|||
value = "Clear";
|
||||
}
|
||||
|
||||
TryCount: GSWString
|
||||
{
|
||||
value = tryCount;
|
||||
}
|
||||
|
||||
|
||||
IsTryCountEqualTo0: GSWKeyValueConditional
|
||||
{
|
||||
key = tryCount;
|
||||
value = 0;
|
||||
}
|
||||
|
||||
IsTryCountEqualTo1: GSWKeyValueConditional
|
||||
{
|
||||
key = tryCount;
|
||||
value = 1;
|
||||
}
|
||||
|
||||
IsTryCountEqualTo2: GSWKeyValueConditional
|
||||
{
|
||||
key = tryCount;
|
||||
value = 2;
|
||||
}
|
||||
|
||||
IsTryCountEqualTo3: GSWKeyValueConditional
|
||||
{
|
||||
key = tryCount;
|
||||
value = 3;
|
||||
}
|
||||
|
||||
IsTryCountGreaterThan0: GSWConditional
|
||||
{
|
||||
condition = @isTryCountGreaterThan.0;
|
||||
}
|
||||
|
||||
IsTryCountGreaterThan1: GSWConditional
|
||||
{
|
||||
condition = @isTryCountGreaterThan.1;
|
||||
}
|
||||
|
||||
IsTryCountGreaterThan2: GSWConditional
|
||||
{
|
||||
condition = @isTryCountGreaterThan.2;
|
||||
}
|
||||
|
||||
IsTryCountGreaterThan3: GSWConditional
|
||||
{
|
||||
condition = @isTryCountGreaterThan.3;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue