[−][src]Struct gtk_sys::GtkCellAreaClass
Fields
parent_class: GInitiallyUnownedClass
add: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer)>
remove: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer)>
foreach: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: GtkCellCallback, _: gpointer)>
foreach_alloc: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellAllocCallback, _: gpointer)>
event: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GdkEvent, _: *const GdkRectangle, _: GtkCellRendererState) -> c_int>
render: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut cairo_t, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean)>
apply_attributes: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkTreeModel, _: *mut GtkTreeIter, _: gboolean, _: gboolean)>
create_context: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> *mut GtkCellAreaContext>
copy_context: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext) -> *mut GtkCellAreaContext>
get_request_mode: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> GtkSizeRequestMode>
get_preferred_width: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>
get_preferred_height_for_width: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>
get_preferred_height: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>
get_preferred_width_for_height: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>
set_cell_property: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>
get_cell_property: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>
focus: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: GtkDirectionType) -> gboolean>
is_activatable: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> gboolean>
activate: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean) -> 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 Clone for GtkCellAreaClass
[src]
fn clone(&self) -> GtkCellAreaClass
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for GtkCellAreaClass
[src]
impl Debug for GtkCellAreaClass
[src]
Auto Trait Implementations
impl !Send for GtkCellAreaClass
impl !Sync for GtkCellAreaClass
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,