Searched refs:AsciiWidget (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiText.h92 typedef struct _AsciiRec *AsciiWidget; typedef in typeref:struct:_AsciiRec
H A DXaw3_1AsciiText.c134 AsciiWidget w = (AsciiWidget) widget;
159 XtDestroyWidget( ((AsciiWidget)w)->text.source);
160 XtDestroyWidget( ((AsciiWidget)w)->text.sink );
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiText.h130 typedef struct _AsciiRec *AsciiWidget; typedef in typeref:struct:_AsciiRec
H A DAsciiText.c140 AsciiWidget w = (AsciiWidget) new;
204 if ( ((AsciiWidget)w)->simple.international == True )
207 if (w == XtParent(((AsciiWidget)w)->text.source))
208 XtDestroyWidget( ((AsciiWidget)w)->text.source );
210 if (w == XtParent(((AsciiWidget)w)->text.sink))
211 XtDestroyWidget( ((AsciiWidget)w)->text.sink );

Completed in 18 milliseconds