css - How to syle a Gtk::ComboBox -


How do I style a combo box, but unfortunately I try two months to find ways to not work I am ... the only thing I could do was to styling the contents of the combo box (cell renderer), but the combo box was not there, can you please help me?

gtk_style_context_add_class (gtk_widget_get_style_context (cockbox), "button or any style you want");


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -