diff options
author | Benjamin Otte <otte@redhat.com> | 2020-02-05 02:46:13 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-02-05 02:46:13 +0100 |
commit | 546a748cd8859daeb6e1ab78579396dc62977945 (patch) | |
tree | 94bf99a73d8b092ff5ac4d26616ac9792078f565 /gtk/ui | |
parent | 8722837e672cbea144d4660c06cc394d94f0c9f1 (diff) | |
download | gtk+-546a748cd8859daeb6e1ab78579396dc62977945.tar.gz |
widget: Replace style-updated signal with css_changed vfunc
1. Rename the thing
2. Turn it from a signal to a vfunc
3. Pass the GtkCssStyleChange to it
We don't export any public API about the GtkCssStyleChange yet, it's
just a boring opaque struct.
Diffstat (limited to 'gtk/ui')
-rw-r--r-- | gtk/ui/gtkfontchooserwidget.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/ui/gtkfontchooserwidget.ui b/gtk/ui/gtkfontchooserwidget.ui index 1a4ea543ae..b745aaf487 100644 --- a/gtk/ui/gtkfontchooserwidget.ui +++ b/gtk/ui/gtkfontchooserwidget.ui @@ -75,7 +75,6 @@ <property name="fixed-height-mode">1</property> <signal name="cursor-changed" handler="cursor_changed_cb" swapped="no"/> <signal name="row-activated" handler="row_activated_cb" swapped="no"/> - <signal name="style-updated" handler="gtk_font_chooser_widget_set_cell_size" object="GtkFontChooserWidget" after="yes" swapped="yes"/> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection1"> <property name="mode">browse</property> |