Skip to content
  • Benjamin Otte's avatar
    widget: Set a css name · f7ec9c98
    Benjamin Otte authored
    Now selecting a widget by class name no longer works.
    
    This is probably most relevant for users outside of GTK that want to
    style their own widgets. Those widgets should now either add their own
    style classes (if they want to adjust existing CSS) or use
    gtk_widget_class_set_css_name() themselves (if they want to get rid of
    all "upstream" styling).
    f7ec9c98