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

/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.m68 @property (nonatomic, readwrite, assign) int checked_window_item; property in interface:X11Controller
264 int const checked_window_item = self.checked_window_item;
265 if (checked_window_item >= 0 && checked_window_item < itemsToAdd) {
267 item = (NSMenuItem *)[menu itemAtIndex:first + checked_window_item];
270 item = (NSMenuItem *)[dock_menu itemAtIndex:checked_window_item];
288 int const checked_window_item = self.checked_window_item;
290 if (checked_window_item >
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.m180 if (checked_window_item >= 0 && checked_window_item < count)
182 item = (NSMenuItem *) [menu itemAtIndex:first + checked_window_item];
184 item = (NSMenuItem *) [dock_menu itemAtIndex:checked_window_item];
293 if (checked_window_item >= 0 && checked_window_item < count)
295 item = (NSMenuItem *) [menu itemAtIndex:first + checked_window_item];
297 item = (NSMenuItem *) [dock_menu itemAtIndex:checked_window_item];
307 checked_window_item = n;
H A DX11Controller.h112 int checked_window_item; field in interface:X11Controller

Completed in 6 milliseconds