diff --git a/src/function.rs b/src/function.rs index 87d07ff..739886e 100644 --- a/src/function.rs +++ b/src/function.rs @@ -219,6 +219,7 @@ impl FunctionEntry { let mut should_remove: bool = false; + /// Function that creates button that's used with the `button_area` fn button_area_button(text: impl Into) -> Button { Button::new(text.into()).frame(false) }