Searched refs:QResizeBoth (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c278 static XrmQuark QResizeNever, QResizeWidth, QResizeHeight, QResizeBoth; local
287 QResizeBoth = XrmStringToQuark(XtEtextResizeBoth);
297 else if (q == QResizeBoth) resizeMode = XawtextResizeBoth;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c272 static XrmQuark QResizeNever, QResizeWidth, QResizeHeight, QResizeBoth; local
281 QResizeBoth = XrmPermStringToQuark(XtEtextResizeBoth);
292 else if (q == QResizeBoth) resizeMode = XawtextResizeBoth;

Completed in 24 milliseconds