Type Alias gtk4_sys::GtkFlowBoxCreateWidgetFunc 
source · pub type GtkFlowBoxCreateWidgetFunc = Option<unsafe extern "C" fn(_: *mut GObject, _: gpointer) -> *mut GtkWidget>;Aliased Type§
enum GtkFlowBoxCreateWidgetFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GObject, _: *mut c_void) -> *mut GtkWidget),
}