/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSrc.c | 240 * Description: Dummy selection converter. 242 * selection - the current selection atom. 244 * type - the type to conver the selection to. 247 * Returns: TRUE if the selection has been converted. 253 ConvertSelection(w, selection, target, type, value, length, format) 255 Atom * selection, * target, * type; 264 * Description: allows special setting of the selection. 266 * left, right - bounds of the selection. 267 * selection [all...] |
H A D | Xaw3_1TextAction.c | 127 * These functions are superceeded by insert-selection. 179 _SelectionReceived(w, client_data, selection, type, value, length, format) 182 Atom *selection, *type; 224 Atom selection; local 227 XmuInternStrings(XtDisplay(w), params, (Cardinal)1, &selection); local 228 switch (selection) { 246 _SelectionReceived(w, (caddr_t)NULL, &selection, &type, (caddr_t)line, 258 XtGetSelectionValue(w, selection, XA_STRING, 1439 {"delete-selection", (XtActionProc)DeleteCurrentSelection}, 1443 {"kill-selection", (XtActionPro [all...] |
H A D | Xaw3_1Text.c | 1367 ConvertSelection(w, selection, target, type, value, length, format) 1369 Atom *selection, *target, *type; 1384 if ( SrcCvtSel(src, selection, target, type, value, length, format) ) 1387 XmuConvertStandardSelection(w, ctx->text.time, selection, 1415 if ( SrcCvtSel(src, selection, target, type, value, length, format) ) 1471 if (XmuConvertStandardSelection(w, ctx->text.time, selection, target, type, 1504 LoseSelection(w, selection) 1506 Atom *selection; 1516 if ( (*selection == *atomP) || 1525 * Must walk the selection lis 1581 Atom selection = selections[--count]; local [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSrc.c | 255 * Description: Dummy selection converter. 257 * selection - the current selection atom. 259 * type - the type to conver the selection to. 262 * Returns: TRUE if the selection has been converted. 268 ConvertSelection(w, selection, target, type, value, length, format) 270 Atom * selection, * target, * type; 279 * Description: allows special setting of the selection. 281 * left, right - bounds of the selection. 282 * selection 506 XawTextSourceConvertSelection(Widget w, Atom *selection, Atom *target, Atom *type, XtPointer *value, unsigned long *length, int *format) argument 540 XawTextSourceSetSelection(Widget w, XawTextPosition left, XawTextPosition right, Atom selection) argument [all...] |
H A D | TextAction.c | 159 Atom selection; /* selection atom when asking XA_COMPOUND_TEXT */ member in struct:_SelectionList 185 _SelectionReceived(w, client_data, selection, type, value, length, format) 188 Atom *selection, *type; 205 XtGetSelectionValue(w, list->selection, XA_STRING, _SelectionReceived, 255 fprintf( stderr, "Xaw Text Widget: An attempt was made to insert an illegal selection.\n" ); 282 XFree(value); /* the selection value should be freed with XFree */ 292 Atom selection; local 295 selection = XInternAtom(XtDisplay(w), *params, False); 296 switch (selection) { 871 Atom selection = XInternAtom(XtDisplay(ctx), "SECONDARY", False); local [all...] |
H A D | Text.c | 772 routine is currently used to put just the ASCII chars in the selection into a 1489 MatchSelection(selection, s) 1490 Atom selection; 1497 if (*match == selection) 1503 ConvertSelection(w, selection, target, type, value, length, format) 1505 Atom *selection, *target, *type; 1523 if ( SrcCvtSel(src, selection, target, type, value, length, format) ) 1526 XmuConvertStandardSelection(w, ctx->text.time, selection, 1554 if ( SrcCvtSel(src, selection, target, type, value, length, format) ) 1557 if (MatchSelection (*selection, 1885 Atom selection = selections[--count]; local 1917 XChangeProperty(XtDisplay(w), RootWindow(XtDisplay(w), 0), selection, local 1925 selection, XA_STRING, 8, PropModeAppend, local [all...] |
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolextension.c | 116 static Atom tsol_atom_sel_agnt = 0; /* selection agent atom created during init */ 243 ErrorF("TsolExtensionInit: Cannot allocate selection private.\n"); 355 Selection *pSel = pselinfo->selection; 360 if (tsol_sel_agnt && pSel->selection == tsol_sel_agnt->selection) { 361 tsol_sel_agnt = NULL; /* selection manager died. */ 1989 Atom selAtom = pSel->selection; 2002 * Special processing for selection agent. This is how 2023 * The callback function is only called if at least one matching selection exists. 2041 if (pSel->selection [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | cslibint.c | 1145 ev->selection = event->u.selectionClear.atom; 1155 ev->selection = event->u.selectionRequest.selection; 1165 ev->selection = event->u.selectionNotify.selection;
|