Skip to content

Commit

Permalink
Merge pull request #112 from gtk-rs/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update GIR files (2022-04-24)
  • Loading branch information
bilelmoussaoui committed Apr 24, 2022
2 parents 4ffda68 + 15f296c commit 75db22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gtk-4.0.gir
Expand Up @@ -31040,7 +31040,7 @@ to store the `GtkExpression` into the `GValue`; for instance:
a `GtkExpression` object is needed like in a `<property>` tag for an expression
property, or in a `<binding name="property">` tag to bind a property to an expression.

To create an property expression, use the `<lookup>` element. It can have a `type`
To create a property expression, use the `<lookup>` element. It can have a `type`
attribute to specify the object type, and a `name` attribute to specify the property
to look up. The content of `<lookup>` can either be an element specfiying the expression
to use the object, or a string that specifies the name of the object to use.
Expand Down Expand Up @@ -71080,7 +71080,7 @@ this property.</doc>
</property>
<property name="kinetic-scrolling" writable="1" transfer-ownership="none" setter="set_kinetic_scrolling" getter="get_kinetic_scrolling">
<attribute name="org.gtk.Property.get" value="gtk_scrolled_window_get_kinetic_scrolling"/>
<attribute name="org.gtk.Property.set" value="gtk_scrolled_window_set_overlay_scrolling"/>
<attribute name="org.gtk.Property.set" value="gtk_scrolled_window_set_kinetic_scrolling"/>
<doc xml:space="preserve">Whether kinetic scrolling is enabled or not.

Kinetic scrolling only applies to devices with source %GDK_SOURCE_TOUCHSCREEN.</doc>
Expand Down

0 comments on commit 75db22e

Please sign in to comment.