I have noticed something that seems odd with the functions
XmTextGetString and XmTextFieldGetString.
When these functions are called to read the text typed in an XmText
widget, they cause a segmentation fault. However, using XtGetValues
instead avoids the segmentation fault.
I have the impre
On 2/29/20 4:38 AM, Edmond Orignac wrote:
> I have noticed something that seems odd with the functions
> XmTextGetString and XmTextFieldGetString.
>
> When these functions are called to read the text typed in an XmText
> widget, they cause a segmentation fault. However, using XtGetValues
> instead