* @keyboard_mode: %TRUE if the tooltip was triggered using the keyboard
* @tooltip: a `GtkTooltip`
*
- * Emitted when the widgets tooltip is about to be shown.
+ * Emitted when the widget’s tooltip is about to be shown.
*
* This happens when the [property@Gtk.Widget:has-tooltip] property
* is %TRUE and the hover timeout has expired with the cursor hovering
* gtk_widget_get_overflow: (attributes org.gtk.Method.get_property=overflow)
* @widget: a `GtkWidget`
*
- * Returns the widgets overflow value.
+ * Returns the widget’s overflow value.
*
* Returns: The widget's overflow.
**/
* The returned object is guaranteed to be the same
* for the lifetime of @widget.
*
- * Returns: (transfer none): the widgets `GtkStyleContext`
+ * Returns: (transfer none): the widget’s `GtkStyleContext`
*
* Deprecated: 4.10: Style contexts will be removed in GTK 5
*/
* gtk_widget_get_first_child:
* @widget: a `GtkWidget`
*
- * Returns the widgets first child.
+ * Returns the widget’s first child.
*
* This API is primarily meant for widget implementations.
*
* gtk_widget_get_last_child:
* @widget: a `GtkWidget`
*
- * Returns the widgets last child.
+ * Returns the widget’s last child.
*
* This API is primarily meant for widget implementations.
*
* gtk_widget_get_next_sibling:
* @widget: a `GtkWidget`
*
- * Returns the widgets next sibling.
+ * Returns the widget’s next sibling.
*
* This API is primarily meant for widget implementations.
*
* gtk_widget_get_prev_sibling:
* @widget: a `GtkWidget`
*
- * Returns the widgets previous sibling.
+ * Returns the widget’s previous sibling.
*
* This API is primarily meant for widget implementations.
*
*
* Adds a style class to @widget.
*
- * After calling this function, the widgets style will match
+ * After calling this function, the widget’s style will match
* for @css_class, according to CSS matching rules.
*
* Use [method@Gtk.Widget.remove_css_class] to remove the
* @widget: a `GtkWidget`
* @color: (out): return location for the color
*
- * Gets the current foreground color for the widgets
+ * Gets the current foreground color for the widget’s
* CSS style.
*
* This function should only be used in snapshot
- * implementations that need need to do custom
+ * implementations that need to do custom
* drawing with the foreground color.
*
* Since: 4.10