Searched defs:ConvertSelection (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSrc.c57 static Boolean ConvertSelection();
105 /* ConvertSelection */ ConvertSelection
140 if (t_src->textSrc_class.ConvertSelection == XtInheritConvertSelection)
141 t_src->textSrc_class.ConvertSelection =
142 superC->textSrc_class.ConvertSelection;
239 /* Function Name: ConvertSelection
253 ConvertSelection(w, selection, target, type, value, length, format) function
401 return((*class->textSrc_class.ConvertSelection)(w, selection, target, type,
H A DXaw3_1TextSrcP.h60 Boolean (*ConvertSelection)(); member in struct:_TextSrcClassPart
H A DXaw3_1Text.c1367 ConvertSelection(w, selection, target, type, value, length, format) function
1598 (XtConvertSelectionProc)ConvertSelection,
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrcP.h91 Boolean (*ConvertSelection)(); member in struct:_TextSrcClassPart
H A DTextSrc.c61 static Boolean ConvertSelection();
109 /* ConvertSelection */ ConvertSelection
151 if (t_src->textSrc_class.ConvertSelection == XtInheritConvertSelection)
152 t_src->textSrc_class.ConvertSelection =
153 superC->textSrc_class.ConvertSelection;
254 /* Function Name: ConvertSelection
268 ConvertSelection(w, selection, target, type, value, length, format) function
526 return((*class->textSrc_class.ConvertSelection)(w, selection, target, type,
H A DTextAction.c630 ConvertSelection(w, selection, target, type, value, length, format) function
904 ConvertSelection, LoseSelection, NULL);
H A DText.c1503 ConvertSelection(w, selection, target, type, value, length, format) function
1842 ConvertSelection, LoseSelection, (XtSelectionDoneProc)NULL);
1931 XtOwnSelection(w, selection, ctx->text.time, ConvertSelection,

Completed in 224 milliseconds