comparison: client/args.h
client/args.h
- changeset 948
- 94bc57d63128
- parent 942
- 488178e3e328
equal
deleted
inserted
replaced
| 62 |
62 |
| 63 UiContainerArgs* json2container_args(const CxJsonValue *value); |
63 UiContainerArgs* json2container_args(const CxJsonValue *value); |
| 64 |
64 |
| 65 UiButtonArgs* json2button_args(const CxJsonValue *value); |
65 UiButtonArgs* json2button_args(const CxJsonValue *value); |
| 66 |
66 |
| |
67 UiToggleArgs* json2toggle_args(const CxJsonValue *value); |
| |
68 |
| 67 |
69 |
| 68 #ifdef __cplusplus |
70 #ifdef __cplusplus |
| 69 } |
71 } |
| 70 #endif |
72 #endif |
| 71 |
73 |