diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-05-21 12:41:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-05-21 12:41:58 (GMT) |
commit | 8dbf9b344bb90dedbd42f93c67d28d76944dccbb (patch) | |
tree | a4c23fd72fbcad049c882352c1963a4a3725f855 | |
parent | 3f99c30431a22b66a794fae1bef1f5a8423e1887 (diff) |
Define a CSS name for the GtkComposingArea widget.
-rw-r--r-- | src/gtkext/area.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkext/area.c b/src/gtkext/area.c index 3c59a59..3c573b2 100644 --- a/src/gtkext/area.c +++ b/src/gtkext/area.c @@ -85,6 +85,8 @@ static void gtk_composing_area_class_init(GtkComposingAreaClass *class) widget = GTK_WIDGET_CLASS(class); + gtk_widget_class_set_css_name(widget, "comparea"); + widget->snapshot = gtk_composing_area_snapshot; } |