Searched defs:selection (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrc.c255 * 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 DTextAction.c159 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 DText.c772 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/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c127 * 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 DXaw3_1Text.c1367 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...]

Completed in 48 milliseconds