Hi,

Le 26/01/2017 à 16:57, Richard Shann a écrit :
> I see at
> 
> https://developer.gnome.org/gtk3/stable/chap-css-properties.html
> 
> that there is a caret-color property. Is it possible to change the
> thickness of the text caret?

Yes:
https://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget--s-cursor-aspect-ratio,
that is "-GtkWidget-cursor-aspect-ratio".

> 
> and, how exactly is caret-color supposed to be set I have:
> 
> str = "GtkTextView {caret-color: rgb(255,0,80);}";

Which GTK version do you use?  this property is new in 3.20, before that
you had to use "-GtkWidget-cursor-color" instead.

Regards,
Colomban
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to