Lines Matching +full:xquartz +full:-
32 _tk_type = "xquartz"
69 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
126 # Due to a (mis-)feature of TkAqua the user will also see an empty Help
132 closeItem = Bindings.menudefs[0][1][-2]
137 del Bindings.menudefs[0][1][-3:]
142 del Bindings.menudefs[-1][1][0:2]
145 del Bindings.menudefs[-2][1][0]
156 end = -1
182 root.bind('<<about-idle>>', about_dialog)
183 root.bind('<<open-config-dialog>>', config_dialog)
186 root.bind('<<close-all-windows>>', flist.close_all_callback)
200 ('About IDLE', '<<about-idle>>'),
207 ('_Preferences....', '<<open-config-dialog>>'),
215 del Bindings.menudefs[-1][1][0]
224 2. Aqua Carbon Tk (original native, 32-bit only, deprecated)
225 3. X11 (supported by some third-party distributors, deprecated)
228 Some one-time customizations are performed here.