You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
gtk has constants for
STYLE_CLASS_*
, e.g.https://gtk-rs.org/docs/gtk/struct.STYLE_CLASS_TITLE.html
but:
For example, I need to different styles of labels for keys and values in my UI, but I don't know how to achieve that.
GTK says:
https://developer.gnome.org/gtk3/stable/GtkLabel.html
but that doesn't mean anything to me, because I don't know where I'm supposed to put
.dim-label
from Rust.The text was updated successfully, but these errors were encountered: