Added new function to test for Preformat text

This commit is contained in:
cmanske%netscape.com 1998-10-15 22:03:16 +00:00
parent 63fa9bd92a
commit 39691ea998

View File

@ -1037,6 +1037,9 @@ XP_Bool EDT_IsJavaScript(MWContext *pContext);
*/
XP_Bool EDT_CanSetCharacterAttribute(MWContext *pContext);
/* Test if current paragraph style (or any part of a selection) = PRE */
XP_Bool EDT_IsPreformat(MWContext *pContext);
/* Replace the current selection with supplied text */
/* if bReplaceAll is true then pTextToLookFor and the 3 subsequent Boolean need to be set */
void EDT_ReplaceText(MWContext *pContext, char * pReplaceText, XP_Bool bReplaceAll,