Re: caret-color (and caret-width?)
- From: Colomban Wendling <lists ban herbesfolles org>
- To: gtk-app-devel-list gnome org
- Subject: Re: caret-color (and caret-width?)
- Date: Fri, 27 Jan 2017 19:51:06 +0100
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]