mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
inspector: Drop an unused widget
This commit is contained in:
parent
8c15389d76
commit
2bf654b352
@ -33,7 +33,6 @@ enum
|
||||
struct _GtkInspectorActionsPrivate
|
||||
{
|
||||
GtkListStore *model;
|
||||
GtkWidget *prefix_label;
|
||||
GHashTable *groups;
|
||||
GHashTable *iters;
|
||||
};
|
||||
@ -258,7 +257,6 @@ gtk_inspector_actions_class_init (GtkInspectorActionsClass *klass)
|
||||
|
||||
gtk_widget_class_set_template_from_resource (widget_class, "/org/gtk/inspector/actions.ui");
|
||||
gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorActions, model);
|
||||
gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorActions, prefix_label);
|
||||
gtk_widget_class_bind_template_callback (widget_class, state_edited);
|
||||
}
|
||||
|
||||
|
@ -12,13 +12,6 @@
|
||||
</object>
|
||||
<template class="GtkInspectorActions" parent="GtkBox">
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="prefix_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="margin">20</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="visible">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user