3

I use the gnome-terminal which uses the vte library, which in turn provides the VteTerminal widget. Using an appropriate gtk.css file, I have added a padding around the VteTerminal widget.

I embed the VteTerminal in a seperate GTK3 application, which inherits the style configured in my gtk.css.

How do I prevent the VteTerminal widget or any other widget from using any style provider, or alternatively, how do I reset their styles?

Irshad
  • 222
  • 4
  • 17
vprsm
  • 31
  • 1
  • Maybe you can use `gtk_widget_get_style_context ()` and remove the classes in the style context. – elya5 Apr 27 '15 at 18:32
  • 1
    @elya5 Sadly, `gtk_style_context_list_classes` gives me an empty list, so there is nothing to be removed. – vprsm Apr 27 '15 at 18:42

0 Answers0