Struct gtk_sys::GtkScaleClass[][src]

#[repr(C)]
pub struct GtkScaleClass { pub parent_class: GtkRangeClass, pub format_value: Option<unsafe extern "C" fn(_: *mut GtkScale, _: c_double) -> *mut c_char>, pub draw_value: Option<unsafe extern "C" fn(_: *mut GtkScale)>, pub get_layout_offsets: Option<unsafe extern "C" fn(_: *mut GtkScale, _: *mut c_int, _: *mut c_int)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for GtkScaleClass
[src]

impl Clone for GtkScaleClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkScaleClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkScaleClass

impl !Sync for GtkScaleClass