diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-12-04 17:01:23 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-12-05 01:04:18 +0000 |
commit | b3e03fa6f0e91ea088c47b7d4f0571dff847a3e1 (patch) | |
tree | 6a3dc81779fb28e3674036804bfbb10de00e5830 /docs | |
parent | c0586ca6e2fe2f449f747dabd924bab964a8d6cb (diff) | |
download | gtk+-b3e03fa6f0e91ea088c47b7d4f0571dff847a3e1.tar.gz |
Add wrappers for setting the WidgetClass.activate_signal field
Setting a field on a class structure is not always an easy task from
languages other than C. While bindings can provide access to the class
pointer, twiddling the fields in the class structure can be awkward.
Additionally, signal ids are not always readily available.
We can paper over the direct access to the class structure, as well as
the "signal name to id" mapping with a simple couple of setter
functions.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 77316a4fb6..66eae4da6a 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -4366,6 +4366,8 @@ gtk_widget_class_add_binding_signal gtk_widget_class_add_binding_action gtk_widget_class_set_layout_manager_type gtk_widget_class_get_layout_manager_type +gtk_widget_class_set_activate_signal +gtk_widget_class_set_activate_signal_from_name gtk_widget_activate gtk_widget_is_focus gtk_widget_grab_focus |