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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user