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

/xsrc/external/mit/libXt/dist/src/
H A DTMparse.c176 static NameValueRec notifyModes[] = { variable in typeref:typename:NameValueRec[]
277 {"EnterNotify", NULLQUARK, EnterNotify, ParseTable, (Opaque)notifyModes},
278 {"Enter", NULLQUARK, EnterNotify, ParseTable, (Opaque)notifyModes},
279 {"EnterWindow", NULLQUARK, EnterNotify, ParseTable, (Opaque)notifyModes},
281 {"LeaveNotify", NULLQUARK, LeaveNotify, ParseTable, (Opaque)notifyModes},
282 {"LeaveWindow", NULLQUARK, LeaveNotify, ParseTable, (Opaque)notifyModes},
283 {"Leave", NULLQUARK, LeaveNotify, ParseTable, (Opaque)notifyModes},
287 {"FocusIn", NULLQUARK, FocusIn, ParseTable, (Opaque)notifyModes},
289 {"FocusOut", NULLQUARK, FocusOut, ParseTable, (Opaque)notifyModes},
2212 CompileNameValueTable(notifyModes);
[all...]

Completed in 5 milliseconds