OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XtIsShell
(Results
1 - 19
of
19
) sorted by relevancy
/xsrc/external/mit/libXt/dist/src/
Functions.c
93
#undef
XtIsShell
95
XtIsShell
(Widget object)
Popup.c
58
if (!
XtIsShell
(widget)) {
151
if (!
XtIsShell
(widget)) {
GetValues.c
228
if (XtParent(w) != NULL && !
XtIsShell
(w) && XtIsConstraint(XtParent(w)) &&
242
if (XtParent(w) != NULL && !
XtIsShell
(w) && XtIsConstraint(XtParent(w)))
EventUtil.c
157
w != NULL && !
XtIsShell
(trace[i - 1]) && trace[i - 1] != breakWidget;
Keyboard.c
123
if (
XtIsShell
(b))
144
for (b = XtParent(b); b && !
XtIsShell
(b); b = XtParent(b))
421
for (shell = widget; shell && !
XtIsShell
(shell); shell = XtParent(shell)) {
758
if (!
XtIsShell
(widget) && !descendant) {
Destroy.c
140
if (XtParent(widget) != NULL && !
XtIsShell
(widget) &&
262
* popups; this test is practical only when
XtIsShell
() is cheap.
264
if (
XtIsShell
(widget) || !XtIsWidget(widget)) {
SetValues.c
238
hasConstraints = (XtParent(w) != NULL && !
XtIsShell
(w) &&
Varargs.c
423
if (!
XtIsShell
(widget) && parent && XtIsConstraint(parent)) {
Geometry.c
133
if (
XtIsShell
(widget)) {
749
for (; w != NULL && !
XtIsShell
(w); w = w->core.parent) {
Resources.c
607
if (
XtIsShell
(widget)) {
Shell.c
1682
while (p && !(
XtIsShell
(p)))
1691
while (p && !(
XtIsShell
(p)))
/xsrc/external/mit/libXt/dist/include/X11/
IntrinsicP.h
236
#undef
XtIsShell
237
extern Boolean
XtIsShell
(Widget);
238
#define
XtIsShell
(obj) \
Intrinsic.h
1087
#define
XtIsShell
(widget) (_XtCheckSubclassFlag(widget, (XtEnum)0x20))
/xsrc/external/mit/glw/dist/
GLwDrawA.c
539
for(parentShell=XtParent(w); parentShell&&!
XtIsShell
(parentShell); parentShell=XtParent(parentShell));
621
for(parentShell=XtParent(glw); parentShell&&!
XtIsShell
(parentShell); parentShell=XtParent(parentShell));
/xsrc/external/mit/xclipboard/dist/
xclipboard.c
371
while (w && !
XtIsShell
(w))
/xsrc/external/mit/xmh/dist/
folder.c
972
while (w && !
XtIsShell
(w))
/xsrc/external/mit/libXaw/dist/src/
TextPop.c
1469
while (w != NULL && !
XtIsShell
(w))
XawIm.c
194
while(w && !
XtIsShell
(w)) w = XtParent(w);
TextAction.c
2817
if (
XtIsShell
(shell = parent))
2926
if (
XtIsShell
(shell))
Completed in 22 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026