Searched defs:exportSelection (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkEntry.c | 113 int exportSelection; /* Non-zero means tie internal entry selection member in struct:__anon396 190 {TK_CONFIG_BOOLEAN, "-exportselection", "exportSelection", 192 Tk_Offset(Entry, exportSelection), 0}, 403 entryPtr->exportSelection = 1; 703 && (entryPtr->exportSelection)) { 710 if ((entryPtr->selectFirst == -1) && (entryPtr->exportSelection)) { 885 oldExport = entryPtr->exportSelection; 964 if (entryPtr->exportSelection && (!oldExport) 1876 if ((entryPtr->selectFirst == -1) && (entryPtr->exportSelection)) { 1944 if ((entryPtr->selectFirst < 0) || !(entryPtr->exportSelection)) { [all...] |
H A D | tkListbox.c | 136 int exportSelection; /* Non-zero means tie internal listbox member in struct:__anon409 211 {TK_CONFIG_BOOLEAN, "-exportselection", "exportSelection", 213 Tk_Offset(Listbox, exportSelection), 0}, 394 listPtr->exportSelection = 1; 958 oldExport = listPtr->exportSelection; 999 if (listPtr->exportSelection && !oldExport 1985 && (listPtr->exportSelection)) { 2031 if (!listPtr->exportSelection) { 2101 if ((listPtr->exportSelection) && (listPtr->numElements > 0)) {
|
H A D | tkText.h | 509 int exportSelection; /* Non-zero means tie "sel" tag to X member in struct:TkText
|
Completed in 23 milliseconds