mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 05:44:11 +01:00
added support for Getting and Setting Selection Fonts/Colors/Underline...
This commit is contained in:
@@ -1547,8 +1547,16 @@ WMArray* WMGetTextSelectedObjects(WMText *tPtr);
|
||||
|
||||
void WMSetTextSelectionColor(WMText *tPtr, WMColor *color);
|
||||
|
||||
WMColor *WMGetTextSelectionColor(WMText *tPtr);
|
||||
|
||||
void WMSetTextSelectionFont(WMText *tPtr, WMFont *font);
|
||||
|
||||
WMFont *WMGetTextSelectionFont(WMText *tPtr);
|
||||
|
||||
void WMSetTextSelectionUnderlined(WMText *tPtr, int underlined);
|
||||
|
||||
int WMGetTextSelectionUnderlined(WMText *tPtr);
|
||||
|
||||
void WMSetTextAlignment(WMText *tPtr, WMAlignment alignment);
|
||||
|
||||
Bool WMFindInTextStream(WMText *tPtr, char *needle, Bool direction,
|
||||
|
||||
Reference in New Issue
Block a user