mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 04:44:16 +01:00
WMReplaceTextSelection is now implemented
This commit is contained in:
@@ -1562,6 +1562,9 @@ void WMSetTextAlignment(WMText *tPtr, WMAlignment alignment);
|
||||
Bool WMFindInTextStream(WMText *tPtr, char *needle, Bool direction,
|
||||
Bool caseSensitive);
|
||||
|
||||
Bool WMReplaceTextSelection(WMText *tPtr, char *replacement);
|
||||
|
||||
|
||||
/* parser related stuff... use only if implementing a new parser */
|
||||
|
||||
void *WMCreateTextBlockWithObject(WMText *tPtr, WMWidget *w, char *description,
|
||||
|
||||
Reference in New Issue
Block a user