gtk_sys

Function gtk_box_pack_end

Source
pub unsafe extern "C" fn gtk_box_pack_end(
    box_: *mut GtkBox,
    child: *mut GtkWidget,
    expand: gboolean,
    fill: gboolean,
    padding: c_uint,
)