Adanos020 / egui_dock

Docking support for egui – an immediate-mode GUI library for Rust
MIT License
458 stars 75 forks source link

Add tab filtering methods #217

Closed Adanos020 closed 9 months ago

Adanos020 commented 10 months ago

I added the following methods to DockState, Surface, Tree, and Node:

All of which are consistent with std's Vec::retain and Iterator::{filter,filter_map}.