Function gtk_sys::gtk_table_attach
source · [−]pub unsafe extern "C" fn gtk_table_attach(
table: *mut GtkTable,
child: *mut GtkWidget,
left_attach: c_uint,
right_attach: c_uint,
top_attach: c_uint,
bottom_attach: c_uint,
xoptions: GtkAttachOptions,
yoptions: GtkAttachOptions,
xpadding: c_uint,
ypadding: c_uint
)