forked from AuroraMiddleware/gtk
builder-tool: Stop warnings for stack rewrites
When rewriting a GtkStack from 3 to 4, we were emitting warnings for missing child properties. Stop doing that.
This commit is contained in:
parent
82eee65334
commit
4eb00a3e41
@ -210,6 +210,10 @@ keep_for_rewrite (const char *class_name,
|
|||||||
{ "GtkGrid", "top-attach", PROP_KIND_PACKING },
|
{ "GtkGrid", "top-attach", PROP_KIND_PACKING },
|
||||||
{ "GtkGrid", "width", PROP_KIND_PACKING },
|
{ "GtkGrid", "width", PROP_KIND_PACKING },
|
||||||
{ "GtkGrid", "height", PROP_KIND_PACKING },
|
{ "GtkGrid", "height", PROP_KIND_PACKING },
|
||||||
|
{ "GtkStack", "name", PROP_KIND_PACKING },
|
||||||
|
{ "GtkStack", "title", PROP_KIND_PACKING },
|
||||||
|
{ "GtkStack", "icon-name", PROP_KIND_PACKING },
|
||||||
|
{ "GtkStack", "needs-attention", PROP_KIND_PACKING },
|
||||||
};
|
};
|
||||||
gboolean found;
|
gboolean found;
|
||||||
gint k;
|
gint k;
|
||||||
|
Loading…
Reference in New Issue
Block a user