pub unsafe extern "C" fn widget_add_button_element(
widget: *mut Widget,
button_type: GuiButtonType,
text: *const c_char,
callback: ButtonCallback,
context: *mut c_void,
)Expand description
Add Button Element
ยงArguments
widget- Widget instancebutton_type- GuiButtonType instancetext- text on allocated buttoncallback- ButtonCallback instancecontext- pointer to context