Struct gtk_sys::GtkCalendarClass[][src]

#[repr(C)]
pub struct GtkCalendarClass { pub parent_class: GtkWidgetClass, pub month_changed: Option<unsafe extern "C" fn(_: *mut GtkCalendar)>, pub day_selected: Option<unsafe extern "C" fn(_: *mut GtkCalendar)>, pub day_selected_double_click: Option<unsafe extern "C" fn(_: *mut GtkCalendar)>, pub prev_month: Option<unsafe extern "C" fn(_: *mut GtkCalendar)>, pub next_month: Option<unsafe extern "C" fn(_: *mut GtkCalendar)>, pub prev_year: Option<unsafe extern "C" fn(_: *mut GtkCalendar)>, pub next_year: Option<unsafe extern "C" fn(_: *mut GtkCalendar)>, 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 GtkCalendarClass
[src]

impl Clone for GtkCalendarClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkCalendarClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkCalendarClass

impl !Sync for GtkCalendarClass