|
9407 | 9407 | "description": "Displays a directory selection dialog",
|
9408 | 9408 | "platforms": "WIN"
|
9409 | 9409 | },
|
9410 |
| - "acet-ui-progress": { |
9411 |
| - "arguments": [ |
9412 |
| - { |
9413 |
| - "id": "label", |
9414 |
| - "typeNames": "String", |
9415 |
| - "primitive": "string", |
9416 |
| - "enums": [] |
9417 |
| - }, |
9418 |
| - { |
9419 |
| - "id": "max", |
9420 |
| - "typeNames": "Integer", |
9421 |
| - "primitive": "integer", |
9422 |
| - "enums": [] |
9423 |
| - }, |
9424 |
| - { |
9425 |
| - "id": "current", |
9426 |
| - "typeNames": "Integer", |
9427 |
| - "primitive": "integer", |
9428 |
| - "enums": [] |
9429 |
| - } |
9430 |
| - ], |
9431 |
| - "returnType": { |
9432 |
| - "id": "Return", |
9433 |
| - "typeNames": "Integer, Boolean, nil", |
9434 |
| - "primitive": "integer", |
9435 |
| - "enums": [] |
9436 |
| - }, |
9437 |
| - "validObjects": [], |
9438 |
| - "signature": "(acet-ui-progress label?<string> max?<integer>) and (acet-ui-progress current<integer>)", |
9439 |
| - "id": "acet-ui-progress", |
9440 |
| - "category": 4, |
9441 |
| - "guid": "177D04DD-7822-4DFE-B9B6-92FC2B7A0697", |
9442 |
| - "description": "Displays a progress meter", |
9443 |
| - "platforms": "WIN" |
9444 |
| - }, |
9445 | 9410 | "acet-ui-status": {
|
9446 | 9411 | "arguments": [
|
9447 | 9412 | {
|
|
93921 | 93886 | }
|
93922 | 93887 | },
|
93923 | 93888 | "ambiguousFunctions": {
|
| 93889 | + "acet-ui-progress": [ |
| 93890 | + { |
| 93891 | + "arguments": [ |
| 93892 | + { |
| 93893 | + "id": "label", |
| 93894 | + "typeNames": "String", |
| 93895 | + "primitive": "string", |
| 93896 | + "enums": [] |
| 93897 | + }, |
| 93898 | + { |
| 93899 | + "id": "max", |
| 93900 | + "typeNames": "Integer", |
| 93901 | + "primitive": "integer", |
| 93902 | + "enums": [] |
| 93903 | + } |
| 93904 | + ], |
| 93905 | + "returnType": { |
| 93906 | + "id": "Return", |
| 93907 | + "typeNames": "Boolean, nil", |
| 93908 | + "primitive": "boolean", |
| 93909 | + "enums": [] |
| 93910 | + }, |
| 93911 | + "validObjects": [], |
| 93912 | + "signature": "(acet-ui-progress label?<string> max?<integer>)", |
| 93913 | + "id": "acet-ui-progress", |
| 93914 | + "category": 4, |
| 93915 | + "guid": "177D04DD-7822-4DFE-B9B6-92FC2B7A0697", |
| 93916 | + "description": "Displays a progress meter", |
| 93917 | + "platforms": "WIN" |
| 93918 | + }, |
| 93919 | + { |
| 93920 | + "arguments": [ |
| 93921 | + { |
| 93922 | + "id": "current", |
| 93923 | + "typeNames": "Integer", |
| 93924 | + "primitive": "integer", |
| 93925 | + "enums": [] |
| 93926 | + } |
| 93927 | + ], |
| 93928 | + "returnType": { |
| 93929 | + "id": "Return", |
| 93930 | + "typeNames": "Integer", |
| 93931 | + "primitive": "integer", |
| 93932 | + "enums": [] |
| 93933 | + }, |
| 93934 | + "validObjects": [], |
| 93935 | + "signature": "(acet-ui-progress current<integer>)", |
| 93936 | + "id": "acet-ui-progress", |
| 93937 | + "category": 4, |
| 93938 | + "guid": "177D04DD-7822-4DFE-B9B6-92FC2B7A0697", |
| 93939 | + "description": "Displays a progress meter", |
| 93940 | + "platforms": "WIN" |
| 93941 | + }, |
| 93942 | + { |
| 93943 | + "arguments": [], |
| 93944 | + "returnType": { |
| 93945 | + "id": "Return", |
| 93946 | + "typeNames": "nil", |
| 93947 | + "primitive": "nil", |
| 93948 | + "enums": [] |
| 93949 | + }, |
| 93950 | + "validObjects": [], |
| 93951 | + "signature": "(acet-ui-progress)", |
| 93952 | + "id": "acet-ui-progress", |
| 93953 | + "category": 4, |
| 93954 | + "guid": "177D04DD-7822-4DFE-B9B6-92FC2B7A0697", |
| 93955 | + "description": "Closes the progress meter", |
| 93956 | + "platforms": "WIN" |
| 93957 | + } |
| 93958 | + ], |
93924 | 93959 | "getpropertyvalue": [
|
93925 | 93960 | {
|
93926 | 93961 | "arguments": [
|
|
0 commit comments