Home
last modified time | relevance | path

Searched refs:TK_IGNORE_NEWLINES (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltText.h78 #define TK_IGNORE_NEWLINES (1<<3) macro
84 #define DEF_TEXT_FLAGS (TK_PARTIAL_OK | TK_IGNORE_NEWLINES)
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkFont.c2010 flags &= TK_IGNORE_TABS | TK_IGNORE_NEWLINES; in Tk_ComputeTextLayout()
2024 if (!(flags & TK_IGNORE_NEWLINES)) { in Tk_ComputeTextLayout()
2097 if (!(flags & TK_IGNORE_NEWLINES)) { in Tk_ComputeTextLayout()
2157 if ((layoutPtr->numChunks > 0) && ((flags & TK_IGNORE_NEWLINES) == 0)) { in Tk_ComputeTextLayout()
H A Dtk.h550 #define TK_IGNORE_NEWLINES 16 macro
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkFont.c1938 flags &= TK_IGNORE_TABS | TK_IGNORE_NEWLINES;
1952 if (!(flags & TK_IGNORE_NEWLINES)) {
2025 if (!(flags & TK_IGNORE_NEWLINES)) {
2086 if ((layoutPtr->numChunks > 0) && ((flags & TK_IGNORE_NEWLINES) == 0)) {
H A Dtk.h592 #define TK_IGNORE_NEWLINES 16 macro
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkFont.c2035 flags &= TK_IGNORE_TABS | TK_IGNORE_NEWLINES; in Tk_ComputeTextLayout()
2049 if (!(flags & TK_IGNORE_NEWLINES)) { in Tk_ComputeTextLayout()
2122 if (!(flags & TK_IGNORE_NEWLINES)) { in Tk_ComputeTextLayout()
2182 if ((layoutPtr->numChunks > 0) && !(flags & TK_IGNORE_NEWLINES)) { in Tk_ComputeTextLayout()
H A Dtk.h570 #define TK_IGNORE_NEWLINES 16 macro
H A DtkEntry.c1968 entryPtr->justify, TK_IGNORE_NEWLINES, &totalLength, &height); in EntryComputeGeometry()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkFont.c2022 flags &= TK_IGNORE_TABS | TK_IGNORE_NEWLINES; in Tk_ComputeTextLayout()
2036 if (!(flags & TK_IGNORE_NEWLINES)) { in Tk_ComputeTextLayout()
2109 if (!(flags & TK_IGNORE_NEWLINES)) { in Tk_ComputeTextLayout()
2169 if ((layoutPtr->numChunks > 0) && !(flags & TK_IGNORE_NEWLINES)) { in Tk_ComputeTextLayout()
H A Dtk.h596 #define TK_IGNORE_NEWLINES 16 macro
H A DtkEntry.c2028 entryPtr->justify, TK_IGNORE_NEWLINES, &totalLength, NULL); in EntryComputeGeometry()
2066 entryPtr->justify, TK_IGNORE_NEWLINES, NULL, NULL); in EntryComputeGeometry()
2073 entryPtr->justify, TK_IGNORE_NEWLINES, &totalLength, &height); in EntryComputeGeometry()
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkEntry.c325 0/*wraplength*/, entryPtr->entry.justify, TK_IGNORE_NEWLINES, in EntryUpdateTextLayout()
332 0/*wraplength*/, entryPtr->entry.justify, TK_IGNORE_NEWLINES, in EntryUpdateTextLayout()
/dports/x11-toolkits/tktable/Tktable2.10/generic/
H A DtkTablePs.c865 TK_IGNORE_NEWLINES, &iW, &iH);
H A DtkTable.c2143 (tagPtr->multiline > 0) ? 0 : TK_IGNORE_NEWLINES, in TableDisplay()
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/
H A Dtk.h546 #define TK_IGNORE_NEWLINES 16 macro
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.6/
H A Dtk.h565 #define TK_IGNORE_NEWLINES 16 macro
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/
H A Dtk.h550 #define TK_IGNORE_NEWLINES 16 macro
/dports/textproc/wordnet/WordNet-3.0/include/tk/
H A Dtk.h565 #define TK_IGNORE_NEWLINES 16 macro
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable800/
H A DtkTablePs.c870 TK_IGNORE_NEWLINES, &iW, &iH);
/dports/x11-toolkits/p5-Tk-TableMatrix/Tk-TableMatrix-1.26/pTk/mTk/Tktable/
H A DtkTablePs.c870 TK_IGNORE_NEWLINES, &iW, &iH);
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/
H A DtkTreeUtils.c771 flags &= TK_WHOLE_WORDS | TK_IGNORE_TABS | TK_IGNORE_NEWLINES; in TextLayout_Compute()
776 if (!(flags & TK_IGNORE_NEWLINES)) { in TextLayout_Compute()
837 if (!(flags & TK_IGNORE_NEWLINES)) { in TextLayout_Compute()
872 if ((chunkPtr != NULL) && !(flags & TK_IGNORE_NEWLINES) && in TextLayout_Compute()
886 !(flags & TK_IGNORE_NEWLINES)) { in TextLayout_Compute()
H A DtkTreeCtrl.c3924 flags |= TK_IGNORE_NEWLINES; in TextLayoutCmd()
3926 flags &= ~TK_IGNORE_NEWLINES; in TextLayoutCmd()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/pTk/
H A DTextLayout.pod85 should not be expanded to the next tab stop. TK_IGNORE_NEWLINES means that
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkEntry.c310 0/*wraplength*/, entryPtr->entry.justify, TK_IGNORE_NEWLINES, in EntryUpdateTextLayout()
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkEntry.c307 0/*wraplength*/, entryPtr->entry.justify, TK_IGNORE_NEWLINES, in EntryUpdateTextLayout()

12