Struct gtk_sys::GtkLabelClass [−][src]
#[repr(C)]pub struct GtkLabelClass { pub parent_class: GtkMiscClass, pub move_cursor: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: GtkMovementStep, _: c_int, _: gboolean)>, pub copy_clipboard: Option<unsafe extern "C" fn(_: *mut GtkLabel)>, pub populate_popup: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: *mut GtkMenu)>, pub activate_link: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: *const c_char) -> gboolean>, 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()>, pub _gtk_reserved5: Option<unsafe extern "C" fn()>, pub _gtk_reserved6: Option<unsafe extern "C" fn()>, pub _gtk_reserved7: Option<unsafe extern "C" fn()>, pub _gtk_reserved8: Option<unsafe extern "C" fn()>, }
Fields
parent_class: GtkMiscClass
move_cursor: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: GtkMovementStep, _: c_int, _: gboolean)>
copy_clipboard: Option<unsafe extern "C" fn(_: *mut GtkLabel)>
populate_popup: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: *mut GtkMenu)>
activate_link: Option<unsafe extern "C" fn(_: *mut GtkLabel, _: *const c_char) -> gboolean>
_gtk_reserved1: Option<unsafe extern "C" fn()>
_gtk_reserved2: Option<unsafe extern "C" fn()>
_gtk_reserved3: Option<unsafe extern "C" fn()>
_gtk_reserved4: Option<unsafe extern "C" fn()>
_gtk_reserved5: Option<unsafe extern "C" fn()>
_gtk_reserved6: Option<unsafe extern "C" fn()>
_gtk_reserved7: Option<unsafe extern "C" fn()>
_gtk_reserved8: Option<unsafe extern "C" fn()>
Trait Implementations
impl Copy for GtkLabelClass
[src]
impl Copy for GtkLabelClass
impl Clone for GtkLabelClass
[src]
impl Clone for GtkLabelClass
fn clone(&self) -> GtkLabelClass
[src]
fn clone(&self) -> GtkLabelClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkLabelClass
[src]
impl Debug for GtkLabelClass
Auto Trait Implementations
impl !Send for GtkLabelClass
impl !Send for GtkLabelClass
impl !Sync for GtkLabelClass
impl !Sync for GtkLabelClass