mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Merge branch 'wip/exalm/ocd' into 'master'
demo: Remove double borders from the treeview See merge request GNOME/gtk!1892
This commit is contained in:
commit
51ec0f1348
@ -60,35 +60,31 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkFrame">
|
<object class="GtkScrolledWindow">
|
||||||
|
<property name="width-request">120</property>
|
||||||
|
<property name="hscrollbar-policy">never</property>
|
||||||
|
<property name="min-content-width">150</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkScrolledWindow">
|
<object class="GtkTreeView" id="treeview">
|
||||||
<property name="width-request">120</property>
|
<property name="model">treestore</property>
|
||||||
<property name="hscrollbar-policy">never</property>
|
<property name="headers-visible">0</property>
|
||||||
<property name="min-content-width">150</property>
|
<child internal-child="selection">
|
||||||
|
<object class="GtkTreeSelection" id="treeview-selection">
|
||||||
|
<property name="mode">browse</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkTreeView" id="treeview">
|
<object class="GtkTreeViewColumn">
|
||||||
<property name="model">treestore</property>
|
<child>
|
||||||
<property name="headers-visible">0</property>
|
<object class="GtkCellRendererText"/>
|
||||||
<child internal-child="selection">
|
<attributes>
|
||||||
<object class="GtkTreeSelection" id="treeview-selection">
|
<attribute name="style">4</attribute>
|
||||||
<property name="mode">browse</property>
|
<attribute name="text">1</attribute>
|
||||||
</object>
|
</attributes>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkTreeViewColumn">
|
<object class="GtkCellRendererText">
|
||||||
<child>
|
<property name="text"> </property>
|
||||||
<object class="GtkCellRendererText"/>
|
|
||||||
<attributes>
|
|
||||||
<attribute name="style">4</attribute>
|
|
||||||
<attribute name="text">1</attribute>
|
|
||||||
</attributes>
|
|
||||||
</child>
|
|
||||||
<child>
|
|
||||||
<object class="GtkCellRendererText">
|
|
||||||
<property name="text"> </property>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
@ -97,6 +93,9 @@
|
|||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkSeparator"/>
|
||||||
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkNotebook" id="notebook">
|
<object class="GtkNotebook" id="notebook">
|
||||||
<property name="scrollable">1</property>
|
<property name="scrollable">1</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user