GNOME Bugzilla – Bug 708030
Enable writing "inner-border" style property
Last modified: 2016-06-13 21:27:04 UTC
https://developer.gnome.org/vte/unstable/VteTerminal.html#VteTerminal--s-inner-border As stated in the above document, there is no write support for the "inner-border" style property. Is there any reason why it is currently read-only? It would be nice if that was changed. Thanks in advance.
What are you trying to do? The style properties aren't to be set by applications, they're a (deprecated) way for the theme to change styles. Since all style properties are GTK_PARAM_READONLY (e.g. in gtk+/gtk/gtkwidget.c), I don't think we'll diverge from that in vte.