<property name="vscrollbar-policy">always</property>
<child>
<object class="GtkColumnView" id="view">
+ <style>
+ <class name="data-table"/>
+ <class name="list"/>
+ </style>
<child>
<object class="GtkColumnViewColumn">
<property name="title" translatable="yes">Label</property>
label = gtk_label_new (NULL);
gtk_label_set_xalign (GTK_LABEL (label), 0.);
- gtk_widget_set_valign (label, GTK_ALIGN_START);
gtk_list_item_set_child (list_item, label);
}
<property name="propagate-natural-width">1</property>
<child>
<object class="GtkColumnView" id="node_property_tree">
+ <style>
+ <class name="data-table"/>
+ <class name="list"/>
+ </style>
<child>
<object class="GtkColumnViewColumn">
<property name="title" translatable="yes">Property</property>
<property name="propagate-natural-width">1</property>
<child>
<object class="GtkColumnView" id="event_property_tree">
+ <style>
+ <class name="data-table"/>
+ <class name="list"/>
+ </style>
<child>
<object class="GtkColumnViewColumn">
<property name="title" translatable="yes">Property</property>