comparison gui/app.h @ 34339:f05c75392897

Enable gui slave commands. Allow sending the GUI skin messages which enables operating the GUI with a remote control. Only messages defined in current skin window will be executed, i.e. only messages that could result from mouse clicks as well.
author ib
date Sun, 11 Dec 2011 14:43:16 +0000
parents e8e4e6f9b7ac
children 0ba85cad4c7e
comparison
equal deleted inserted replaced
34338:4a507d3a039a 34339:f05c75392897
173 wItem menuItems[MAX_ITEMS]; 173 wItem menuItems[MAX_ITEMS];
174 } guiItems; 174 } guiItems;
175 175
176 extern guiItems guiApp; 176 extern guiItems guiApp;
177 177
178 wItem *appFindItem(int event);
178 int appFindMessage(const char *name); 179 int appFindMessage(const char *name);
179 void appFreeStruct(void); 180 void appFreeStruct(void);
180 void btnModify(int event, float state); 181 void btnModify(int event, float state);
181 void btnSet(int event, int set); 182 void btnSet(int event, int set);
182 183