Lines Matching +full:xquartz +full:-
26 _tk_type = "xquartz"
68 return _tk_type == "xquartz"
75 1. Apple Cocoa-based Tk 8.5.7 shipped with Mac OS X 10.6 is unusable.
76 2. Apple Cocoa-based Tk 8.5.9 in OS X 10.7 and 10.8 is better but
120 ' running IDLE (via System Preferences -> Dock).'
162 # Due to a (mis-)feature of TkAqua the user will also see an empty Help
168 closeItem = mainmenu.menudefs[0][1][-2]
173 del mainmenu.menudefs[0][1][-3:]
178 del mainmenu.menudefs[-1][1][0:2]
181 del mainmenu.menudefs[-3][1][0:2]
192 end = -1
223 root.bind('<<about-idle>>', about_dialog)
224 root.bind('<<open-config-dialog>>', config_dialog)
227 root.bind('<<close-all-windows>>', flist.close_all_callback)
241 ('About IDLE', '<<about-idle>>'),
250 del mainmenu.menudefs[-1][1][0]
253 '''Removed bad AquaTk Button-2 (right) and Paste bindings.
259 root.unbind_class('Text', '<B2-Motion>')
269 2. Aqua Carbon Tk (original native, 32-bit only, deprecated)
270 3. X11 (supported by some third-party distributors, deprecated)
273 Some one-time customizations are performed here.