Struct gtk_sys::GtkScrollableInterface
[−]
[src]
#[repr(C)]pub struct GtkScrollableInterface { pub base_iface: GTypeInterface, pub get_border: Option<unsafe extern "C" fn(_: *mut GtkScrollable, _: *mut GtkBorder) -> gboolean>, }
Fields
base_iface: GTypeInterface
get_border: Option<unsafe extern "C" fn(_: *mut GtkScrollable, _: *mut GtkBorder) -> gboolean>