pub unsafe extern "C" fn dialog_ex_set_icon(
    dialog_ex: *mut DialogEx,
    x: u8,
    y: u8,
    icon: *const Icon
)
Expand description

Set dialog icon

If x or y is negative, dialog icon will not be rendered

@param dialog_ex DialogEx instance @param x x position @param y y position @param icon The icon @param name icon to be shown