Home
last modified time | relevance | path

Searched refs:Tk_AlwaysShowSelection (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkStubInit.c1329 Tk_AlwaysShowSelection, /* 274 */
H A DtkDecls.h882 EXTERN int Tk_AlwaysShowSelection(Tk_Window tkwin);
1753 #define Tk_AlwaysShowSelection \ macro
H A DtkEntry.c1687 if (Tk_AlwaysShowSelection(entryPtr->tkwin)) { in DisplayEntry()
2981 if (Tk_AlwaysShowSelection(entryPtr->tkwin) in EntryLostSelection()
H A Dtk.decls1074 int Tk_AlwaysShowSelection(Tk_Window tkwin)
H A DtkWindow.c2732 Tk_AlwaysShowSelection( in Tk_AlwaysShowSelection() function
H A DtkText.c3552 if (Tk_AlwaysShowSelection(textPtr->tkwin)) { in TkTextLostSelection()