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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.h98 NSMenuItem *check_for_updates_item; // Programatically enabled field in interface:X11Controller
H A DX11Controller.m318 if(check_for_updates_item)
323 check_for_updates_item = [menu insertItemWithTitle:NSLocalizedString(@"Check for X11 Updates...", @"Check for X11 Updates...")
327 [check_for_updates_item setTarget:[SUUpdater sharedUpdater]];
328 [check_for_updates_item setEnabled:YES];
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.m62 @property (nonatomic, readwrite, strong) NSMenuItem *check_for_updates_item; // Programatically enabled property in interface:X11Controller
314 if (self.check_for_updates_item)
319 NSMenuItem * const check_for_updates_item =
324 [check_for_updates_item setTarget:[SUUpdater sharedUpdater]];
325 [check_for_updates_item setEnabled:YES];
327 self.check_for_updates_item = check_for_updates_item;

Completed in 4 milliseconds