linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.45k stars 569 forks source link

AddTab is not exposed in `druid/src/widget/mod.rs` #2350

Closed cbondurant closed 1 year ago

cbondurant commented 1 year ago

Despite the documentation describing using the AddTab trait for allowing additional tabs through the add_tab and with_tab functions for TabsPolicy implementors, the function is not marked pub in the widgets mod.rs file.

I'll throw a quick PR up for it after this, but I wanted to put in a tracking ticket as well.