mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
text view: Set an element name
And it will be...drumroll...textview.
This commit is contained in:
parent
ee3799f151
commit
2b998aaad7
@ -1635,6 +1635,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
GTK_TYPE_DIRECTION_TYPE, GTK_DIR_TAB_BACKWARD);
|
||||
|
||||
gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_TEXT_VIEW_ACCESSIBLE);
|
||||
gtk_widget_class_set_css_name (widget_class, "textview");
|
||||
|
||||
quark_text_selection_data = g_quark_from_static_string ("gtk-text-view-text-selection-data");
|
||||
quark_gtk_signal = g_quark_from_static_string ("gtk-signal");
|
||||
|
Loading…
Reference in New Issue
Block a user