add doc for button_area_button
This commit is contained in:
parent
0b730ff197
commit
beed4b4fc9
@ -219,6 +219,7 @@ impl FunctionEntry {
|
|||||||
|
|
||||||
let mut should_remove: bool = false;
|
let mut should_remove: bool = false;
|
||||||
|
|
||||||
|
/// Function that creates button that's used with the `button_area`
|
||||||
fn button_area_button(text: impl Into<egui::WidgetText>) -> Button {
|
fn button_area_button(text: impl Into<egui::WidgetText>) -> Button {
|
||||||
Button::new(text.into()).frame(false)
|
Button::new(text.into()).frame(false)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user