winit/src/platform_impl/macos
Kirill Chibisov 97434d8d80
On macOS, add a way to query amount of tabbed windows
This should provide a way to iterate all the tabs and select the last
tab. The tab indicies are now zero based as any other sane index.

Follow-up-to: c5941d105f (add tabbing API)
2023-07-14 08:01:40 +00:00
..
appkit On macOS, set that we prefer tabbing 2023-07-14 04:14:04 +00:00
util Stop using &mut in Objective-C delegate methods (#2925) 2023-07-08 22:36:42 +03:00
app.rs Simplify event queuing on macOS (#2642) 2023-01-22 23:29:38 +01:00
app_delegate.rs Stop using &mut in Objective-C delegate methods (#2925) 2023-07-08 22:36:42 +03:00
app_state.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
event.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
event_loop.rs On macOS, move automatic tabbing setting to ELWT 2023-07-13 15:55:51 +00:00
ffi.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
menu.rs Only build, but don't run tests in MSRV CI (#2558) 2022-11-23 13:07:58 +01:00
mod.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
monitor.rs Fix potential panic (#2755) 2023-04-03 21:46:09 +03:00
observer.rs Fix runloop entry (#2480) 2022-09-08 21:56:53 +02:00
view.rs Stop using &mut in Objective-C delegate methods (#2925) 2023-07-08 22:36:42 +03:00
window.rs On macOS, add a way to query amount of tabbed windows 2023-07-14 08:01:40 +00:00
window_delegate.rs Stop using &mut in Objective-C delegate methods (#2925) 2023-07-08 22:36:42 +03:00