diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-07-28 05:33:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-07-28 05:33:02 +0300 |
commit | a076f8228ff6fe8a2f9b7ac6634b46fb598fd711 (patch) | |
tree | 9686790893da36f6155696dfa3204dd81153a63e /protocol | |
parent | 7aade009f69a149ca28f7dd0af5db78d1caab00e (diff) |
a bit of implementation of client<->server protocol
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/udm.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/udm.proto b/protocol/udm.proto index 623f2d5..f762a46 100644 --- a/protocol/udm.proto +++ b/protocol/udm.proto @@ -29,7 +29,7 @@ enum MODULE_UI_ELEMENT_TYPE { UI_INTEGER = 2; //numeric only ui elements (use strings instead ?) UI_PROGRESS_BAR = 3; //generic progress bar UI_WINDOW = 4; //ui window ... - UI_GROUP = 5; //empty ui element to group children together in ui + UI_GROUP = 5; //empty ui element to group children together in ui (tabs can be implemented using this type) } message module_ui_element_info { |