comparison gui/app/app.c @ 36859:9bc711c42ea6

Update documentation. This is missing in r36954.
author ib
date Fri, 28 Feb 2014 14:20:52 +0000
parents bb067298265a
children d66aef85ae31
comparison
equal deleted inserted replaced
36858:bb067298265a 36859:9bc711c42ea6
237 237
238 /** 238 /**
239 * @brief Set the @a pressed state (i.e. a new value) to the item belonging to an event. 239 * @brief Set the @a pressed state (i.e. a new value) to the item belonging to an event.
240 * 240 *
241 * @param event event 241 * @param event event
242 * @param set new value 242 * @param state new state
243 */ 243 */
244 void btnSet(int event, int state) 244 void btnSet(int event, int state)
245 { 245 {
246 int i; 246 int i;
247 247