Home
last modified time | relevance | path

Searched refs:ppWidowControl (Results 1 – 5 of 5) sorted by relevance

/dports/editors/ted/Ted-2.23/docBase/
H A DdocParaProperties.c61 pp->ppWidowControl= 0; in docInitParagraphProperties()
386 pp->ppWidowControl= arg; in docSetParaProperty()
514 return pp->ppWidowControl; in docGetParaProperty()
H A DdocParaProperties.h76 unsigned char ppWidowControl; /* boolean */ member
/dports/editors/ted/Ted-2.23/docBuf/
H A DdocParaNode.h110 # define biParaWidowControl biParaProperties.ppWidowControl
/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfSaveParaProperties.c87 docRtfWriteAltTag( rw, "widctlpar", "nowidctlpar", pp->ppWidowControl ); in docRtfSaveParagraphProperties()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedParaLayoutTool.c118 appGuiSetToggleState( plt->ptWidowControlToggle, pp->ppWidowControl ); in tedFormatToolRefreshParagraphPage()
645 pp->ppWidowControl= ( set != 0 ); in APP_TOGGLE_CALLBACK_H()