OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XtIsWMShell
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/libXt/dist/src/
Functions.c
108
#undef
XtIsWMShell
110
XtIsWMShell
(Widget object)
Shell.c
1332
while ((!
XtIsWMShell
(w) || !((WMShellWidget) w)->wm.client_leader)
1338
if (
XtIsWMShell
(w) && ((WMShellWidget) w)->wm.client_leader)
1469
if (!
XtIsWMShell
((Widget) w) || w->shell.override_redirect)
1635
if (
XtIsWMShell
(wid) && !wmshell->wm.wait_for_wm) {
1783
Boolean is_wmshell =
XtIsWMShell
(W);
2003
if (
XtIsWMShell
((Widget) w))
2052
if (
XtIsWMShell
(gw)) {
/xsrc/external/mit/libXt/dist/include/X11/
IntrinsicP.h
241
#undef
XtIsWMShell
242
extern Boolean
XtIsWMShell
(Widget);
243
#define
XtIsWMShell
(obj) \
Intrinsic.h
1095
#define
XtIsWMShell
(widget) (_XtCheckSubclassFlag(widget, (XtEnum)0x40))
/xsrc/external/mit/libXmu/dist/src/
CvtStdSel.c
230
while (parent != NULL && !
XtIsWMShell
(w)) {
234
if (!
XtIsWMShell
(w)) return False;
/xsrc/external/mit/xmh/dist/
popup.c
65
while (source && !
XtIsWMShell
(source))
Completed in 10 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026