gtk_sys

Function gtk_hscale_new_with_range

Source
pub unsafe extern "C" fn gtk_hscale_new_with_range(
    min: c_double,
    max: c_double,
    step: c_double,
) -> *mut GtkWidget