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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DX11Controller.h72 IBOutlet NSButton *scroll_in_device_direction; field in interface:X11Controller
H A DX11Controller.m690 } else if(sender == scroll_in_device_direction) {
691 XQuartzScrollInDeviceDirection = [scroll_in_device_direction intValue];
706 if(scroll_in_device_direction && NSAppKitVersionNumber < 1117) {
707 [scroll_in_device_direction removeFromSuperview];
708 scroll_in_device_direction = nil;
710 [scroll_in_device_direction setIntValue:XQuartzScrollInDeviceDirection];
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DNSUserDefaults+XQuartzDefaults.m38 NSString * const XQuartzPrefKeyScrollInDeviceDirection = @"scroll_in_device_direction";
H A DX11Controller.h59 @property (nonatomic, readwrite, strong) IBOutlet NSButton *scroll_in_device_direction; property in interface:X11Controller
H A DX11Controller.m755 } else if (sender == self.scroll_in_device_direction) {
756 XQuartzScrollInDeviceDirection = !!self.scroll_in_device_direction.state;
769 [self.scroll_in_device_direction setIntValue:XQuartzScrollInDeviceDirection];

Completed in 6 milliseconds