After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 708030 - Enable writing "inner-border" style property
Enable writing "inner-border" style property
Status: RESOLVED NOTABUG
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-13 14:04 UTC by Miles Meloro
Modified: 2016-06-13 21:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Miles Meloro 2013-09-13 14:04:28 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.
Comment 1 Christian Persch 2013-09-14 12:50:22 UTC
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.