[][src]Struct gtk_sys::GtkContainerClass

#[repr(C)]pub struct GtkContainerClass {
    pub parent_class: GtkWidgetClass,
    pub add: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>,
    pub remove: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>,
    pub check_resize: Option<unsafe extern "C" fn(_: *mut GtkContainer)>,
    pub forall: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: gboolean, _: GtkCallback, _: gpointer)>,
    pub set_focus_child: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>,
    pub child_type: Option<unsafe extern "C" fn(_: *mut GtkContainer) -> GType>,
    pub composite_name: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget) -> *mut c_char>,
    pub set_child_property: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>,
    pub get_child_property: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>,
    pub get_path_for_child: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget) -> *mut GtkWidgetPath>,
    pub _handle_border_width: c_uint,
    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: GtkWidgetClassadd: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>remove: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>check_resize: Option<unsafe extern "C" fn(_: *mut GtkContainer)>forall: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: gboolean, _: GtkCallback, _: gpointer)>set_focus_child: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget)>child_type: Option<unsafe extern "C" fn(_: *mut GtkContainer) -> GType>composite_name: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget) -> *mut c_char>set_child_property: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>get_child_property: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>get_path_for_child: Option<unsafe extern "C" fn(_: *mut GtkContainer, _: *mut GtkWidget) -> *mut GtkWidgetPath>_handle_border_width: c_uint_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 GtkContainerClass[src]

impl Copy for GtkContainerClass[src]

impl Debug for GtkContainerClass[src]

Auto Trait Implementations

impl RefUnwindSafe for GtkContainerClass

impl !Send for GtkContainerClass

impl !Sync for GtkContainerClass

impl Unpin for GtkContainerClass

impl UnwindSafe for GtkContainerClass

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.