STemWin + 0/4 examples
CodeScope will show references to GUI_WRAPMODE from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM32F412G-Discovery
Demonstrations
STM32F413H-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

GUI_WRAPMODE enum

Values

GUI_WRAPMODE_NONE

No summary provided. Read more...

GUI_WRAPMODE_WORD

No summary provided. Read more...

GUI_WRAPMODE_CHAR

No summary provided. Read more...

Examples

GUI_WRAPMODE is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
GUI.h:765
GUI.h:786GUI_DispStringInRectWrap()::WrapModeGUI_DispStringInRectWrap()
void GUI_DispStringInRectWrap (const char * s, GUI_RECT * pRect, int TextAlign, GUI_WRAPMODE WrapMode); /* Not to be doc. */
GUI.h:788GUI_DispStringInRectWrapEx()::WrapModeGUI_DispStringInRectWrapEx()
GUI.h:818GUI_WrapGetNumLines()::WrapModeGUI_WrapGetNumLines()
GUI.h:819GUI_WrapGetPositions()::WrapModeGUI_WrapGetPositions()
int GUI_WrapGetPositions (const char * pText, int xSize, GUI_WRAPMODE WrapMode, int * aPos, int NumItems);
GUI_Private.h:329GUI__WrapGetNumCharsDisp()::WrapModeGUI__WrapGetNumCharsDisp()
GUI_Private.h:330GUI__WrapGetNumCharsToNextLine()::WrapModeGUI__WrapGetNumCharsToNextLine()
GUI_Private.h:331GUI__WrapGetNumBytesToNextLine()::WrapModeGUI__WrapGetNumBytesToNextLine()
ICONVIEW.h:150ICONVIEW_SetWrapMode()::WrapModeICONVIEW_SetWrapMode()
LISTVIEW.h:154LISTVIEW_GetWrapMode()
LISTVIEW.h:185LISTVIEW_SetWrapMode()::WrapModeLISTVIEW_SetWrapMode()
TEXT.h:128TEXT_GetWrapMode()
TEXT.h:136TEXT_SetWrapMode()::WrapModeTEXT_SetWrapMode()
TEXT.h:147TEXT_GetDefaultWrapMode()
TEXT.h:150TEXT_SetDefaultWrapMode()