mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
widget: Improve debug output
This commit is contained in:
parent
01fe4ce7f4
commit
41e8d3df6d
@ -5431,8 +5431,9 @@ gtk_widget_size_allocate_with_baseline (GtkWidget *widget,
|
||||
}
|
||||
|
||||
name = g_type_name (G_OBJECT_TYPE (G_OBJECT (widget)));
|
||||
g_print ("gtk_widget_size_allocate: %*s%s %d %d",
|
||||
g_print ("gtk_widget_size_allocate: %*s%s %d %d %d %d",
|
||||
2 * depth, " ", name,
|
||||
allocation->x, allocation->y,
|
||||
allocation->width, allocation->height);
|
||||
if (baseline != -1)
|
||||
g_print (" baseline: %d", baseline);
|
||||
|
Loading…
Reference in New Issue
Block a user