gtk-builder-tool: Add more exceptions

This commit is contained in:
Matthias Clasen 2015-05-02 10:16:55 -04:00
parent da3f2eea7c
commit 52bf6d52bb

View File

@ -109,6 +109,11 @@ needs_explicit_setting (MyParserData *data,
const char *property;
gboolean packing;
} props[] = {
{ "GtkAboutDialog", "program-name", 0 },
{ "GtkCalendar", "year", 0 },
{ "GtkCalendar", "month", 0 },
{ "GtkCalendar", "day", 0 },
{ "GtkPlacesSidebar", "show-desktop", 0 },
{ "GtkRadioButton", "draw-indicator", 0 },
{ "GtkGrid", "left-attach", 1 },
{ "GtkGrid", "top-attach", 1 },