diff --git a/git/docs/gtk_sys/fn.gtk_cell_accessible_parent_get_cell_extents.html b/git/docs/gtk_sys/fn.gtk_cell_accessible_parent_get_cell_extents.html index c8367548ab3..79c3d2af7ce 100644 --- a/git/docs/gtk_sys/fn.gtk_cell_accessible_parent_get_cell_extents.html +++ b/git/docs/gtk_sys/fn.gtk_cell_accessible_parent_get_cell_extents.html @@ -78,5 +78,5 @@ y: *mut c_int, width: *mut c_int, height: *mut c_int, - coord_type: AtkCoordType + coord_type: AtkCoordType ) \ No newline at end of file diff --git a/git/docs/gtk_sys/fn.gtk_cell_accessible_parent_update_relationset.html b/git/docs/gtk_sys/fn.gtk_cell_accessible_parent_update_relationset.html index 61339af5099..d720b9798d6 100644 --- a/git/docs/gtk_sys/fn.gtk_cell_accessible_parent_update_relationset.html +++ b/git/docs/gtk_sys/fn.gtk_cell_accessible_parent_update_relationset.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_cell_accessible_parent_update_relationset(
     parent: *mut GtkCellAccessibleParent,
     cell: *mut GtkCellAccessible,
-    relationset: *mut AtkRelationSet
+    relationset: *mut AtkRelationSet
 )
\ No newline at end of file diff --git a/git/docs/gtk_sys/fn.gtk_combo_box_get_popup_accessible.html b/git/docs/gtk_sys/fn.gtk_combo_box_get_popup_accessible.html index 6a776db3a46..5cb5f406647 100644 --- a/git/docs/gtk_sys/fn.gtk_combo_box_get_popup_accessible.html +++ b/git/docs/gtk_sys/fn.gtk_combo_box_get_popup_accessible.html @@ -73,4 +73,4 @@
pub unsafe extern "C" fn gtk_combo_box_get_popup_accessible(
     combo_box: *mut GtkComboBox
-) -> *mut AtkObject
\ No newline at end of file +) -> *mut AtkObject \ No newline at end of file diff --git a/git/docs/gtk_sys/fn.gtk_notebook_page_accessible_new.html b/git/docs/gtk_sys/fn.gtk_notebook_page_accessible_new.html index 6dcbdd6b94e..8584a588a96 100644 --- a/git/docs/gtk_sys/fn.gtk_notebook_page_accessible_new.html +++ b/git/docs/gtk_sys/fn.gtk_notebook_page_accessible_new.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_notebook_page_accessible_new(
     notebook: *mut GtkNotebookAccessible,
     child: *mut GtkWidget
-) -> *mut AtkObject
\ No newline at end of file +) -> *mut AtkObject \ No newline at end of file diff --git a/git/docs/gtk_sys/fn.gtk_renderer_cell_accessible_new.html b/git/docs/gtk_sys/fn.gtk_renderer_cell_accessible_new.html index d467e53057f..b6a144036b8 100644 --- a/git/docs/gtk_sys/fn.gtk_renderer_cell_accessible_new.html +++ b/git/docs/gtk_sys/fn.gtk_renderer_cell_accessible_new.html @@ -73,4 +73,4 @@
pub unsafe extern "C" fn gtk_renderer_cell_accessible_new(
     renderer: *mut GtkCellRenderer
-) -> *mut AtkObject
\ No newline at end of file +) -> *mut AtkObject \ No newline at end of file diff --git a/git/docs/gtk_sys/fn.gtk_widget_class_set_accessible_role.html b/git/docs/gtk_sys/fn.gtk_widget_class_set_accessible_role.html index 10a220ad36e..df76347b74d 100644 --- a/git/docs/gtk_sys/fn.gtk_widget_class_set_accessible_role.html +++ b/git/docs/gtk_sys/fn.gtk_widget_class_set_accessible_role.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_widget_class_set_accessible_role(
     widget_class: *mut GtkWidgetClass,
-    role: AtkRole
+    role: AtkRole
 )
\ No newline at end of file diff --git a/git/docs/gtk_sys/fn.gtk_widget_get_accessible.html b/git/docs/gtk_sys/fn.gtk_widget_get_accessible.html index 4f52fd4f711..50a350173b0 100644 --- a/git/docs/gtk_sys/fn.gtk_widget_get_accessible.html +++ b/git/docs/gtk_sys/fn.gtk_widget_get_accessible.html @@ -73,4 +73,4 @@
pub unsafe extern "C" fn gtk_widget_get_accessible(
     widget: *mut GtkWidget
-) -> *mut AtkObject
\ No newline at end of file +) -> *mut AtkObject \ No newline at end of file diff --git a/git/docs/gtk_sys/struct.GtkAccessible.html b/git/docs/gtk_sys/struct.GtkAccessible.html index a5d01699e00..6ff6c62e2b2 100644 --- a/git/docs/gtk_sys/struct.GtkAccessible.html +++ b/git/docs/gtk_sys/struct.GtkAccessible.html @@ -72,9 +72,9 @@

Struct gtk_sys::GtkAccessible

source ·
#[repr(C)]
pub struct GtkAccessible { - pub parent: AtkObject, + pub parent: AtkObject, pub priv_: *mut GtkAccessiblePrivate, -}

Fields§

§parent: AtkObject§priv_: *mut GtkAccessiblePrivate

Trait Implementations§

source§

impl Clone for GtkAccessible

source§

fn clone(&self) -> GtkAccessible

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkAccessible

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkAccessible

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§parent: AtkObject§priv_: *mut GtkAccessiblePrivate

Trait Implementations§

source§

impl Clone for GtkAccessible

source§

fn clone(&self) -> GtkAccessible

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkAccessible

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkAccessible

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk_sys/struct.GtkAccessibleClass.html b/git/docs/gtk_sys/struct.GtkAccessibleClass.html index a1a9bd26bf6..d05975d02f0 100644 --- a/git/docs/gtk_sys/struct.GtkAccessibleClass.html +++ b/git/docs/gtk_sys/struct.GtkAccessibleClass.html @@ -72,13 +72,13 @@
#[repr(C)]
pub struct GtkAccessibleClass { - pub parent_class: AtkObjectClass, + pub parent_class: AtkObjectClass, pub connect_widget_destroyed: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>, pub widget_set: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>, pub widget_unset: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, -}

Fields§

§parent_class: AtkObjectClass§connect_widget_destroyed: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>§widget_set: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>§widget_unset: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>§_gtk_reserved3: Option<unsafe extern "C" fn()>§_gtk_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkAccessibleClass

source§

fn clone(&self) -> GtkAccessibleClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkAccessibleClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkAccessibleClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§parent_class: AtkObjectClass§connect_widget_destroyed: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>§widget_set: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>§widget_unset: Option<unsafe extern "C" fn(_: *mut GtkAccessible)>§_gtk_reserved3: Option<unsafe extern "C" fn()>§_gtk_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkAccessibleClass

source§

fn clone(&self) -> GtkAccessibleClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkAccessibleClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkAccessibleClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk_sys/struct.GtkCellAccessibleParentIface.html b/git/docs/gtk_sys/struct.GtkCellAccessibleParentIface.html index 78d2f0e0602..3ac6311d742 100644 --- a/git/docs/gtk_sys/struct.GtkCellAccessibleParentIface.html +++ b/git/docs/gtk_sys/struct.GtkCellAccessibleParentIface.html @@ -73,7 +73,7 @@
#[repr(C)]
pub struct GtkCellAccessibleParentIface {
Show 13 fields pub parent: GTypeInterface, - pub get_cell_extents: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: AtkCoordType)>, + pub get_cell_extents: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: AtkCoordType)>, pub get_cell_area: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut GdkRectangle)>, pub grab_focus: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> gboolean>, pub get_child_index: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> c_int>, @@ -81,11 +81,11 @@ pub expand_collapse: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>, pub activate: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>, pub edit: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>, - pub update_relationset: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut AtkRelationSet)>, + pub update_relationset: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut AtkRelationSet)>, pub get_cell_position: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut c_int, _: *mut c_int)>, pub get_column_header_cells: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> *mut GPtrArray>, pub get_row_header_cells: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> *mut GPtrArray>, -
}

Fields§

§parent: GTypeInterface§get_cell_extents: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: AtkCoordType)>§get_cell_area: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut GdkRectangle)>§grab_focus: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> gboolean>§get_child_index: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> c_int>§get_renderer_state: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> GtkCellRendererState>§expand_collapse: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>§activate: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>§edit: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>§update_relationset: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut AtkRelationSet)>§get_cell_position: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut c_int, _: *mut c_int)>§get_column_header_cells: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> *mut GPtrArray>§get_row_header_cells: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> *mut GPtrArray>

Trait Implementations§

source§

impl Clone for GtkCellAccessibleParentIface

source§

fn clone(&self) -> GtkCellAccessibleParentIface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkCellAccessibleParentIface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkCellAccessibleParentIface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

}

Fields§

§parent: GTypeInterface§get_cell_extents: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: AtkCoordType)>§get_cell_area: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut GdkRectangle)>§grab_focus: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> gboolean>§get_child_index: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> c_int>§get_renderer_state: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> GtkCellRendererState>§expand_collapse: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>§activate: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>§edit: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible)>§update_relationset: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut AtkRelationSet)>§get_cell_position: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible, _: *mut c_int, _: *mut c_int)>§get_column_header_cells: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> *mut GPtrArray>§get_row_header_cells: Option<unsafe extern "C" fn(_: *mut GtkCellAccessibleParent, _: *mut GtkCellAccessible) -> *mut GPtrArray>

Trait Implementations§

source§

impl Clone for GtkCellAccessibleParentIface

source§

fn clone(&self) -> GtkCellAccessibleParentIface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkCellAccessibleParentIface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkCellAccessibleParentIface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk_sys/struct.GtkNotebookPageAccessible.html b/git/docs/gtk_sys/struct.GtkNotebookPageAccessible.html index 522bce72fac..f946390e216 100644 --- a/git/docs/gtk_sys/struct.GtkNotebookPageAccessible.html +++ b/git/docs/gtk_sys/struct.GtkNotebookPageAccessible.html @@ -72,9 +72,9 @@
#[repr(C)]
pub struct GtkNotebookPageAccessible { - pub parent: AtkObject, + pub parent: AtkObject, pub priv_: *mut GtkNotebookPageAccessiblePrivate, -}

Fields§

§parent: AtkObject§priv_: *mut GtkNotebookPageAccessiblePrivate

Trait Implementations§

source§

impl Clone for GtkNotebookPageAccessible

source§

fn clone(&self) -> GtkNotebookPageAccessible

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkNotebookPageAccessible

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkNotebookPageAccessible

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§parent: AtkObject§priv_: *mut GtkNotebookPageAccessiblePrivate

Trait Implementations§

source§

impl Clone for GtkNotebookPageAccessible

source§

fn clone(&self) -> GtkNotebookPageAccessible

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkNotebookPageAccessible

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkNotebookPageAccessible

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk_sys/struct.GtkNotebookPageAccessibleClass.html b/git/docs/gtk_sys/struct.GtkNotebookPageAccessibleClass.html index 24ccd6437fa..f8458155f9e 100644 --- a/git/docs/gtk_sys/struct.GtkNotebookPageAccessibleClass.html +++ b/git/docs/gtk_sys/struct.GtkNotebookPageAccessibleClass.html @@ -72,8 +72,8 @@
#[repr(C)]
pub struct GtkNotebookPageAccessibleClass { - pub parent_class: AtkObjectClass, -}

Fields§

§parent_class: AtkObjectClass

Trait Implementations§

source§

impl Clone for GtkNotebookPageAccessibleClass

source§

fn clone(&self) -> GtkNotebookPageAccessibleClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkNotebookPageAccessibleClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkNotebookPageAccessibleClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + pub parent_class: AtkObjectClass, +}

Fields§

§parent_class: AtkObjectClass

Trait Implementations§

source§

impl Clone for GtkNotebookPageAccessibleClass

source§

fn clone(&self) -> GtkNotebookPageAccessibleClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkNotebookPageAccessibleClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkNotebookPageAccessibleClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk_sys/struct.GtkToplevelAccessible.html b/git/docs/gtk_sys/struct.GtkToplevelAccessible.html index cee28c009a3..f2815f5a097 100644 --- a/git/docs/gtk_sys/struct.GtkToplevelAccessible.html +++ b/git/docs/gtk_sys/struct.GtkToplevelAccessible.html @@ -72,9 +72,9 @@
#[repr(C)]
pub struct GtkToplevelAccessible { - pub parent: AtkObject, + pub parent: AtkObject, pub priv_: *mut GtkToplevelAccessiblePrivate, -}

Fields§

§parent: AtkObject§priv_: *mut GtkToplevelAccessiblePrivate

Trait Implementations§

source§

impl Clone for GtkToplevelAccessible

source§

fn clone(&self) -> GtkToplevelAccessible

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkToplevelAccessible

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkToplevelAccessible

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§parent: AtkObject§priv_: *mut GtkToplevelAccessiblePrivate

Trait Implementations§

source§

impl Clone for GtkToplevelAccessible

source§

fn clone(&self) -> GtkToplevelAccessible

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkToplevelAccessible

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkToplevelAccessible

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk_sys/struct.GtkToplevelAccessibleClass.html b/git/docs/gtk_sys/struct.GtkToplevelAccessibleClass.html index fb76e00b54a..b26c8ae0263 100644 --- a/git/docs/gtk_sys/struct.GtkToplevelAccessibleClass.html +++ b/git/docs/gtk_sys/struct.GtkToplevelAccessibleClass.html @@ -72,8 +72,8 @@
#[repr(C)]
pub struct GtkToplevelAccessibleClass { - pub parent_class: AtkObjectClass, -}

Fields§

§parent_class: AtkObjectClass

Trait Implementations§

source§

impl Clone for GtkToplevelAccessibleClass

source§

fn clone(&self) -> GtkToplevelAccessibleClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkToplevelAccessibleClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkToplevelAccessibleClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + pub parent_class: AtkObjectClass, +}

Fields§

§parent_class: AtkObjectClass

Trait Implementations§

source§

impl Clone for GtkToplevelAccessibleClass

source§

fn clone(&self) -> GtkToplevelAccessibleClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkToplevelAccessibleClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkToplevelAccessibleClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk_sys/struct.GtkWidgetClass.html b/git/docs/gtk_sys/struct.GtkWidgetClass.html index 03811bcf2ae..7976b24a90c 100644 --- a/git/docs/gtk_sys/struct.GtkWidgetClass.html +++ b/git/docs/gtk_sys/struct.GtkWidgetClass.html @@ -142,7 +142,7 @@ pub drag_failed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: GtkDragResult) -> gboolean>, pub popup_menu: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> gboolean>, pub show_help: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkWidgetHelpType) -> gboolean>, - pub get_accessible: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> *mut AtkObject>, + pub get_accessible: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> *mut AtkObject>, pub screen_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkScreen)>, pub can_activate_accel: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_uint) -> gboolean>, pub composited_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget)>, @@ -159,7 +159,7 @@ pub priv_: *mut GtkWidgetClassPrivate, pub _gtk_reserved6: Option<unsafe extern "C" fn()>, pub _gtk_reserved7: Option<unsafe extern "C" fn()>, -
}

Fields§

§parent_class: GInitiallyUnownedClass§activate_signal: c_uint§dispatch_child_properties_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_uint, _: *mut *mut GParamSpec)>§destroy: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§show: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§show_all: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§hide: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§map: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§unmap: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§realize: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§unrealize: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§size_allocate: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkAllocation)>§state_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkStateType)>§state_flags_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkStateFlags)>§parent_set: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkWidget)>§hierarchy_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkWidget)>§style_set: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkStyle)>§direction_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkTextDirection)>§grab_notify: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: gboolean)>§child_notify: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GParamSpec)>§draw: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut cairo_t) -> gboolean>§get_request_mode: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> GtkSizeRequestMode>§get_preferred_height: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_width_for_height: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§get_preferred_width: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_height_for_width: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§mnemonic_activate: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: gboolean) -> gboolean>§grab_focus: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§focus: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkDirectionType) -> gboolean>§move_focus: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkDirectionType)>§keynav_failed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkDirectionType) -> gboolean>§event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEvent) -> gboolean>§button_press_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventButton) -> gboolean>§button_release_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventButton) -> gboolean>§scroll_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventScroll) -> gboolean>§motion_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventMotion) -> gboolean>§delete_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventAny) -> gboolean>§destroy_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventAny) -> gboolean>§key_press_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventKey) -> gboolean>§key_release_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventKey) -> gboolean>§enter_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventCrossing) -> gboolean>§leave_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventCrossing) -> gboolean>§configure_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventConfigure) -> gboolean>§focus_in_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventFocus) -> gboolean>§focus_out_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventFocus) -> gboolean>§map_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventAny) -> gboolean>§unmap_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventAny) -> gboolean>§property_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventProperty) -> gboolean>§selection_clear_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventSelection) -> gboolean>§selection_request_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventSelection) -> gboolean>§selection_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventSelection) -> gboolean>§proximity_in_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventProximity) -> gboolean>§proximity_out_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventProximity) -> gboolean>§visibility_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventVisibility) -> gboolean>§window_state_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventWindowState) -> gboolean>§damage_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventExpose) -> gboolean>§grab_broken_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventGrabBroken) -> gboolean>§selection_get: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkSelectionData, _: c_uint, _: c_uint)>§selection_received: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkSelectionData, _: c_uint)>§drag_begin: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext)>§drag_end: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext)>§drag_data_get: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: *mut GtkSelectionData, _: c_uint, _: c_uint)>§drag_data_delete: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext)>§drag_leave: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: c_uint)>§drag_motion: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: c_int, _: c_int, _: c_uint) -> gboolean>§drag_drop: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: c_int, _: c_int, _: c_uint) -> gboolean>§drag_data_received: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: c_int, _: c_int, _: *mut GtkSelectionData, _: c_uint, _: c_uint)>§drag_failed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: GtkDragResult) -> gboolean>§popup_menu: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> gboolean>§show_help: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkWidgetHelpType) -> gboolean>§get_accessible: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> *mut AtkObject>§screen_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkScreen)>§can_activate_accel: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_uint) -> gboolean>§composited_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§query_tooltip: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_int, _: c_int, _: gboolean, _: *mut GtkTooltip) -> gboolean>§compute_expand: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut gboolean, _: *mut gboolean)>§adjust_size_request: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkOrientation, _: *mut c_int, _: *mut c_int)>§adjust_size_allocation: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkOrientation, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int)>§style_updated: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§touch_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventTouch) -> gboolean>§get_preferred_height_and_baseline_for_width: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int)>§adjust_baseline_request: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§adjust_baseline_allocation: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut c_int)>§queue_draw_region: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *const cairo_region_t)>§priv_: *mut GtkWidgetClassPrivate§_gtk_reserved6: Option<unsafe extern "C" fn()>§_gtk_reserved7: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkWidgetClass

source§

fn clone(&self) -> GtkWidgetClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkWidgetClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkWidgetClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

}

Fields§

§parent_class: GInitiallyUnownedClass§activate_signal: c_uint§dispatch_child_properties_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_uint, _: *mut *mut GParamSpec)>§destroy: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§show: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§show_all: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§hide: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§map: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§unmap: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§realize: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§unrealize: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§size_allocate: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkAllocation)>§state_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkStateType)>§state_flags_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkStateFlags)>§parent_set: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkWidget)>§hierarchy_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkWidget)>§style_set: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkStyle)>§direction_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkTextDirection)>§grab_notify: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: gboolean)>§child_notify: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GParamSpec)>§draw: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut cairo_t) -> gboolean>§get_request_mode: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> GtkSizeRequestMode>§get_preferred_height: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_width_for_height: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§get_preferred_width: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_height_for_width: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§mnemonic_activate: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: gboolean) -> gboolean>§grab_focus: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§focus: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkDirectionType) -> gboolean>§move_focus: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkDirectionType)>§keynav_failed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkDirectionType) -> gboolean>§event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEvent) -> gboolean>§button_press_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventButton) -> gboolean>§button_release_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventButton) -> gboolean>§scroll_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventScroll) -> gboolean>§motion_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventMotion) -> gboolean>§delete_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventAny) -> gboolean>§destroy_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventAny) -> gboolean>§key_press_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventKey) -> gboolean>§key_release_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventKey) -> gboolean>§enter_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventCrossing) -> gboolean>§leave_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventCrossing) -> gboolean>§configure_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventConfigure) -> gboolean>§focus_in_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventFocus) -> gboolean>§focus_out_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventFocus) -> gboolean>§map_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventAny) -> gboolean>§unmap_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventAny) -> gboolean>§property_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventProperty) -> gboolean>§selection_clear_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventSelection) -> gboolean>§selection_request_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventSelection) -> gboolean>§selection_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventSelection) -> gboolean>§proximity_in_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventProximity) -> gboolean>§proximity_out_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventProximity) -> gboolean>§visibility_notify_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventVisibility) -> gboolean>§window_state_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventWindowState) -> gboolean>§damage_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventExpose) -> gboolean>§grab_broken_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventGrabBroken) -> gboolean>§selection_get: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkSelectionData, _: c_uint, _: c_uint)>§selection_received: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GtkSelectionData, _: c_uint)>§drag_begin: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext)>§drag_end: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext)>§drag_data_get: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: *mut GtkSelectionData, _: c_uint, _: c_uint)>§drag_data_delete: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext)>§drag_leave: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: c_uint)>§drag_motion: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: c_int, _: c_int, _: c_uint) -> gboolean>§drag_drop: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: c_int, _: c_int, _: c_uint) -> gboolean>§drag_data_received: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: c_int, _: c_int, _: *mut GtkSelectionData, _: c_uint, _: c_uint)>§drag_failed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkDragContext, _: GtkDragResult) -> gboolean>§popup_menu: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> gboolean>§show_help: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkWidgetHelpType) -> gboolean>§get_accessible: Option<unsafe extern "C" fn(_: *mut GtkWidget) -> *mut AtkObject>§screen_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkScreen)>§can_activate_accel: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_uint) -> gboolean>§composited_changed: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§query_tooltip: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_int, _: c_int, _: gboolean, _: *mut GtkTooltip) -> gboolean>§compute_expand: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut gboolean, _: *mut gboolean)>§adjust_size_request: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkOrientation, _: *mut c_int, _: *mut c_int)>§adjust_size_allocation: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: GtkOrientation, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int)>§style_updated: Option<unsafe extern "C" fn(_: *mut GtkWidget)>§touch_event: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkEventTouch) -> gboolean>§get_preferred_height_and_baseline_for_width: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int, _: *mut c_int)>§adjust_baseline_request: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§adjust_baseline_allocation: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut c_int)>§queue_draw_region: Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *const cairo_region_t)>§priv_: *mut GtkWidgetClassPrivate§_gtk_reserved6: Option<unsafe extern "C" fn()>§_gtk_reserved7: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkWidgetClass

source§

fn clone(&self) -> GtkWidgetClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkWidgetClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkWidgetClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/src/gtk_sys/lib.rs.html b/git/docs/src/gtk_sys/lib.rs.html index c179278fbc3..7164451f5d6 100644 --- a/git/docs/src/gtk_sys/lib.rs.html +++ b/git/docs/src/gtk_sys/lib.rs.html @@ -29736,7 +29736,7 @@ #[derive(Copy, Clone)] #[repr(C)] pub struct GtkAccessibleClass { - pub parent_class: atk::AtkObjectClass, + pub parent_class: atk::AtkObjectClass, pub connect_widget_destroyed: Option<unsafe extern "C" fn(*mut GtkAccessible)>, pub widget_set: Option<unsafe extern "C" fn(*mut GtkAccessible)>, pub widget_unset: Option<unsafe extern "C" fn(*mut GtkAccessible)>, @@ -30730,7 +30730,7 @@ *mut c_int, *mut c_int, *mut c_int, - atk::AtkCoordType, + atk::AtkCoordType, ), >, pub get_cell_area: Option< @@ -30760,7 +30760,7 @@ unsafe extern "C" fn( *mut GtkCellAccessibleParent, *mut GtkCellAccessible, - *mut atk::AtkRelationSet, + *mut atk::AtkRelationSet, ), >, pub get_cell_position: Option< @@ -34738,7 +34738,7 @@ #[derive(Copy, Clone)] #[repr(C)] pub struct GtkNotebookPageAccessibleClass { - pub parent_class: atk::AtkObjectClass, + pub parent_class: atk::AtkObjectClass, } impl ::std::fmt::Debug for GtkNotebookPageAccessibleClass { @@ -38427,7 +38427,7 @@ #[derive(Copy, Clone)] #[repr(C)] pub struct GtkToplevelAccessibleClass { - pub parent_class: atk::AtkObjectClass, + pub parent_class: atk::AtkObjectClass, } impl ::std::fmt::Debug for GtkToplevelAccessibleClass { @@ -39287,7 +39287,7 @@ >, pub popup_menu: Option<unsafe extern "C" fn(*mut GtkWidget) -> gboolean>, pub show_help: Option<unsafe extern "C" fn(*mut GtkWidget, GtkWidgetHelpType) -> gboolean>, - pub get_accessible: Option<unsafe extern "C" fn(*mut GtkWidget) -> *mut atk::AtkObject>, + pub get_accessible: Option<unsafe extern "C" fn(*mut GtkWidget) -> *mut atk::AtkObject>, pub screen_changed: Option<unsafe extern "C" fn(*mut GtkWidget, *mut gdk::GdkScreen)>, pub can_activate_accel: Option<unsafe extern "C" fn(*mut GtkWidget, c_uint) -> gboolean>, pub composited_changed: Option<unsafe extern "C" fn(*mut GtkWidget)>, @@ -39621,7 +39621,7 @@ #[derive(Copy, Clone)] #[repr(C)] pub struct GtkAccessible { - pub parent: atk::AtkObject, + pub parent: atk::AtkObject, pub priv_: *mut GtkAccessiblePrivate, } @@ -41852,7 +41852,7 @@ #[derive(Copy, Clone)] #[repr(C)] pub struct GtkNotebookPageAccessible { - pub parent: atk::AtkObject, + pub parent: atk::AtkObject, pub priv_: *mut GtkNotebookPageAccessiblePrivate, } @@ -43298,7 +43298,7 @@ #[derive(Copy, Clone)] #[repr(C)] pub struct GtkToplevelAccessible { - pub parent: atk::AtkObject, + pub parent: atk::AtkObject, pub priv_: *mut GtkToplevelAccessiblePrivate, } @@ -45345,7 +45345,7 @@ ) -> *mut *mut gobject::GParamSpec; pub fn gtk_widget_class_set_accessible_role( widget_class: *mut GtkWidgetClass, - role: atk::AtkRole, + role: atk::AtkRole, ); pub fn gtk_widget_class_set_accessible_type(widget_class: *mut GtkWidgetClass, type_: GType); pub fn gtk_widget_class_set_connect_func( @@ -47238,7 +47238,7 @@ pub fn gtk_combo_box_get_has_entry(combo_box: *mut GtkComboBox) -> gboolean; pub fn gtk_combo_box_get_id_column(combo_box: *mut GtkComboBox) -> c_int; pub fn gtk_combo_box_get_model(combo_box: *mut GtkComboBox) -> *mut GtkTreeModel; - pub fn gtk_combo_box_get_popup_accessible(combo_box: *mut GtkComboBox) -> *mut atk::AtkObject; + pub fn gtk_combo_box_get_popup_accessible(combo_box: *mut GtkComboBox) -> *mut atk::AtkObject; pub fn gtk_combo_box_get_popup_fixed_width(combo_box: *mut GtkComboBox) -> gboolean; pub fn gtk_combo_box_get_row_separator_func( combo_box: *mut GtkComboBox, @@ -50008,7 +50008,7 @@ pub fn gtk_notebook_page_accessible_new( notebook: *mut GtkNotebookAccessible, child: *mut GtkWidget, - ) -> *mut atk::AtkObject; + ) -> *mut atk::AtkObject; pub fn gtk_notebook_page_accessible_invalidate(page: *mut GtkNotebookPageAccessible); //========================================================================= @@ -51009,7 +51009,7 @@ // GtkRendererCellAccessible //========================================================================= pub fn gtk_renderer_cell_accessible_get_type() -> GType; - pub fn gtk_renderer_cell_accessible_new(renderer: *mut GtkCellRenderer) -> *mut atk::AtkObject; + pub fn gtk_renderer_cell_accessible_new(renderer: *mut GtkCellRenderer) -> *mut atk::AtkObject; //========================================================================= // GtkRevealer @@ -53941,7 +53941,7 @@ pub fn gtk_widget_error_bell(widget: *mut GtkWidget); pub fn gtk_widget_event(widget: *mut GtkWidget, event: *mut gdk::GdkEvent) -> gboolean; pub fn gtk_widget_freeze_child_notify(widget: *mut GtkWidget); - pub fn gtk_widget_get_accessible(widget: *mut GtkWidget) -> *mut atk::AtkObject; + pub fn gtk_widget_get_accessible(widget: *mut GtkWidget) -> *mut atk::AtkObject; pub fn gtk_widget_get_action_group( widget: *mut GtkWidget, prefix: *const c_char, @@ -54692,7 +54692,7 @@ y: *mut c_int, width: *mut c_int, height: *mut c_int, - coord_type: atk::AtkCoordType, + coord_type: atk::AtkCoordType, ); pub fn gtk_cell_accessible_parent_get_cell_position( parent: *mut GtkCellAccessibleParent, @@ -54723,7 +54723,7 @@ pub fn gtk_cell_accessible_parent_update_relationset( parent: *mut GtkCellAccessibleParent, cell: *mut GtkCellAccessible, - relationset: *mut atk::AtkRelationSet, + relationset: *mut atk::AtkRelationSet, ); //=========================================================================