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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.h73 IBOutlet NSButton *click_through; field in interface:X11Controller
H A DX11Controller.m658 } else if(sender == click_through) {
659 [NSApp prefs_set_boolean:@PREFS_CLICK_THROUGH value:[click_through intValue]];
717 [click_through setIntValue:[NSApp prefs_get_boolean:@PREFS_CLICK_THROUGH default:NO]];
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.h60 @property (nonatomic, readwrite, strong) IBOutlet NSButton *click_through; property in interface:X11Controller
H A DX11Controller.m723 } else if (sender == self.click_through) {
724 [defaults setBool:!!self.click_through.state forKey:XQuartzPrefKeyClickThrough];
775 [self.click_through setIntValue:[defaults boolForKey:XQuartzPrefKeyClickThrough]];

Completed in 13 milliseconds