mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 20:30:11 +00:00
appchooserbutton: Set a CSS name
Otherwise it has a CSS name "widget".
This commit is contained in:
parent
be03613e30
commit
5f00675de4
@ -45,6 +45,10 @@
|
||||
*
|
||||
* To track changes in the selected application, use the
|
||||
* #GtkAppChooserButton::changed signal.
|
||||
*
|
||||
* # CSS nodes
|
||||
*
|
||||
* GtkAppChooserButton has a single CSS node with the name “appchooserbutton”.
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
@ -741,6 +745,7 @@ gtk_app_chooser_button_class_init (GtkAppChooserButtonClass *klass)
|
||||
1, G_TYPE_STRING);
|
||||
|
||||
|
||||
gtk_widget_class_set_css_name (widget_class, I_("appchooserbutton"));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user