mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 22:30:22 +00:00
inspector: Drop an unused widget
This commit is contained in:
parent
8c15389d76
commit
2bf654b352
@ -33,7 +33,6 @@ enum
|
|||||||
struct _GtkInspectorActionsPrivate
|
struct _GtkInspectorActionsPrivate
|
||||||
{
|
{
|
||||||
GtkListStore *model;
|
GtkListStore *model;
|
||||||
GtkWidget *prefix_label;
|
|
||||||
GHashTable *groups;
|
GHashTable *groups;
|
||||||
GHashTable *iters;
|
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_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, model);
|
||||||
gtk_widget_class_bind_template_child_private (widget_class, GtkInspectorActions, prefix_label);
|
|
||||||
gtk_widget_class_bind_template_callback (widget_class, state_edited);
|
gtk_widget_class_bind_template_callback (widget_class, state_edited);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,13 +12,6 @@
|
|||||||
</object>
|
</object>
|
||||||
<template class="GtkInspectorActions" parent="GtkBox">
|
<template class="GtkInspectorActions" parent="GtkBox">
|
||||||
<property name="orientation">vertical</property>
|
<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>
|
<child>
|
||||||
<object class="GtkScrolledWindow">
|
<object class="GtkScrolledWindow">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user