Add a way to highlight resizing widgets

https://bugzilla.gnome.org/show_bug.cgi?id=759586
This commit is contained in:
Timm Bäder
2015-12-17 12:34:30 +01:00
parent 20a6ee30b7
commit e8aa9b0440
7 changed files with 81 additions and 1 deletions

View File

@ -181,6 +181,7 @@ static const GDebugKey gtk_debug_keys[] = {
{"interactive", GTK_DEBUG_INTERACTIVE},
{"touchscreen", GTK_DEBUG_TOUCHSCREEN},
{"actions", GTK_DEBUG_ACTIONS},
{"resize", GTK_DEBUG_RESIZE}
};
#endif /* G_ENABLE_DEBUG */