Improving label documentation
This commit is contained in:
parent
475dd871b8
commit
1442ed05a9
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
/** @} */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue