combobox: Use element names

Use combobox as the element name for the main CSS nodes of
GtkComboBox and GtkComboBoxText. Add the .combo style class
to the button and entry. in a GtkComboBox or GtkComboBoxText.
This commit is contained in:
Matthias Clasen
2015-11-02 13:15:05 -05:00
parent e56bb49407
commit d229ea3de1
2 changed files with 15 additions and 4 deletions

View File

@ -6,9 +6,6 @@
<object class="GtkToggleButton" id="button">
<property name="visible">1</property>
<signal name="toggled" handler="gtk_combo_box_button_toggled" swapped="no"/>
<style>
<class name="the-button-in-the-combobox"/>
</style>
<child>
<object class="GtkBox">
<property name="visible">1</property>