Improving label documentation

ugfx_release_2.6
Joel Bodenmann 2015-06-18 01:16:25 +02:00
parent 475dd871b8
commit 1442ed05a9
1 changed files with 7 additions and 3 deletions

View File

@ -15,6 +15,11 @@
* @details GWIN allos it to create an label widget. The widget
* takes no user input.
*
* @details Setting the dimensions of the widget to 0 will automatically
* set the labels dimensions to fit the entire text. Note that the
* dimensions of the label will change every time the text is changed
* through gwinSetText().
*
* @pre GFX_USE_GDISP must be set to TRUE in your gfxconf.h
* @pre GFX_USE_GWIN must be set to TRUE in your gfxconf.h
* @pre GDISP_NEED_TEXT must be set to TRUE in your gfxconf.h
@ -101,4 +106,3 @@ void gwinLabelSetBorder(GHandle gh, bool_t border);
#endif // _GWIN_LABEL_H
/** @} */