memprofpage: port to GTK 4

This commit is contained in:
Christian Hergert
2021-09-30 18:17:30 -07:00
parent 0de9db52da
commit 6cc12c0779
2 changed files with 33 additions and 50 deletions

View File

@ -19,7 +19,7 @@
<class name="linked"/>
</style>
<child>
<object class="GtkRadioButton" id="summary">
<object class="GtkCheckButton" id="summary">
<property name="label" translatable="yes">Summary</property>
<property name="draw-indicator">false</property>
<property name="visible">true</property>
@ -27,7 +27,7 @@
</object>
</child>
<child>
<object class="GtkRadioButton" id="all_allocs">
<object class="GtkCheckButton" id="all_allocs">
<property name="label" translatable="yes">All Allocations</property>
<property name="draw-indicator">false</property>
<property name="visible">true</property>
@ -36,7 +36,7 @@
</object>
</child>
<child>
<object class="GtkRadioButton" id="temp_allocs">
<object class="GtkCheckButton" id="temp_allocs">
<property name="label" translatable="yes">Temporary Allocations</property>
<property name="draw-indicator">false</property>
<property name="visible">true</property>