whitepsaces

ugfx_release_2.6
Tectu 2012-07-09 02:29:58 +02:00
parent 7a20c79b15
commit bbfc86c17b
1 changed files with 1 additions and 1 deletions

2
gui.h
View File

@ -46,7 +46,6 @@ Thread *guiInit(uint16_t interval, tprio_t priority);
*
* return: none
*/
void guiPrintElements(BaseSequentialStream *chp);
/*
@ -57,6 +56,7 @@ void guiPrintElements(BaseSequentialStream *chp);
* return: 1 if successful, 0 otherwise
*/
uint8_t guiDeleteElement(char *label);
/*
* Description: draws a button on the screen and keeps it's state up to date
*