Searched defs:HasGrip (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Paned.c62 #define HasGrip(w) (PaneInfo(w)->grip != NULL) macro
647 if (HasGrip(*childP)) { /* Move and Display the Grip */
661 if (HasGrip(*childP)) { /* Move and Display the Grip */
675 if (HasGrip(*childP)) {
1131 if (IsPane(*childP) && HasGrip(*childP))
1289 if (HasGrip (*childP)) {
1555 if (HasGrip (*childP))
1607 if ( IsPane(w) && HasGrip(w) ) XtDestroyWidget(PaneInfo(w)->grip);
1645 if (HasGrip(*childP))
1780 else if ( HasGrip(ol
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPaned.c86 #define HasGrip(w) (PaneInfo(w)->grip != NULL) macro
674 if (HasGrip(*childP)) { /* Move and Display the Grip */
688 if (HasGrip(*childP)) { /* Move and Display the Grip */
702 if (HasGrip(*childP)) {
1159 if (IsPane(*childP) && HasGrip(*childP))
1317 if (HasGrip (*childP)) {
1587 if (HasGrip (*childP))
1640 if ( IsPane(w) && HasGrip(w) ) XtDestroyWidget(PaneInfo(w)->grip);
1678 if (HasGrip(*childP))
1818 else if ( HasGrip(ol
[all...]

Completed in 18 milliseconds