git.lucas.co / cce-ui
GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git

commit65fb094ef046cbf7f28af96681a33a5a14bf8305
parent20e5df997b
authorLucas Galante <[email protected]>
date2026-06-26 15:36
Re-export link_parent_child under widget namespace

 src/widget/mod.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/widget/mod.rs b/src/widget/mod.rs
index 68e55ae..7762722 100644
--- a/src/widget/mod.rs
+++ b/src/widget/mod.rs
@@ -628,6 +628,7 @@ pub mod layout_helper;
 pub use self::editor::TextEditorState;
 pub use self::layout_helper::{ColumnLayout, RowLayout};
 pub use self::core::{Widget, focus, hover_animation, popovers, clipboard, context_menu, clear_widget_references};
+pub use self::core::focus::link_parent_child;
 pub use self::input::{
     Button, TextBox, Spinbox, Dropdown, Checkbox, Toggle, Slider, RangeSlider,
     ColorSelector, Finger, Trackpad, Canvas, get_font_db, ActiveThumb, FontSelector,