diff options
author | Arnaud Bonatti <arnaud.bonatti@gmail.com> | 2020-11-07 16:13:47 +0100 |
---|---|---|
committer | Arnaud Bonatti <arnaud.bonatti@gmail.com> | 2020-11-07 16:17:36 +0100 |
commit | f7de0bc9c8ad60c30527409df286091f64fc229f (patch) | |
tree | 2ed73161925c9c123b32cfc08b2c68f3cc281f29 /tests/testheightforwidth.c | |
parent | 08f2990eac6098aee92277c2be275305a53d5687 (diff) | |
download | gtk+-f7de0bc9c8ad60c30527409df286091f64fc229f.tar.gz |
Fix tests with regard to GtkBuilder <requires>.arnaudb/requires
Diffstat (limited to 'tests/testheightforwidth.c')
-rw-r--r-- | tests/testheightforwidth.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/testheightforwidth.c b/tests/testheightforwidth.c index 6f78af2d47..a6b79357fc 100644 --- a/tests/testheightforwidth.c +++ b/tests/testheightforwidth.c @@ -37,7 +37,7 @@ static TestInterface interfaces[] = { "Ellipsizing Labels", "Demonstrates how labels will request a natural size in a horizontal space", "<interface>" - " <requires lib=\"gtk+\" version=\"3.22\"/>" + " <requires lib=\"gtk\" version=\"3.99\"/>" " <!-- interface-naming-policy project-wide -->" " <object class=\"GtkWindow\" id=\"window\">" " <property name=\"default_width\">450</property>" @@ -86,7 +86,7 @@ static TestInterface interfaces[] = { "Wrapping Label", "Demonstrates how a wrapping label can require a height contextual to its allocated width", "<interface>" - " <requires lib=\"gtk+\" version=\"3.22\"/>" + " <requires lib=\"gtk\" version=\"3.99\"/>" " <!-- interface-naming-policy project-wide -->" " <object class=\"GtkWindow\" id=\"window\">" " <property name=\"default_width\">300</property>" @@ -162,7 +162,7 @@ static TestInterface interfaces[] = { "Horizontal Box", "Demonstrates how a horizontal box can calculate the collective height for an allocated width", "<interface>" - " <requires lib=\"gtk+\" version=\"3.22\"/>" + " <requires lib=\"gtk\" version=\"3.99\"/>" " <!-- interface-naming-policy project-wide -->" " <object class=\"GtkWindow\" id=\"window\">" " <property name=\"default_height\">200</property>" @@ -240,7 +240,7 @@ static TestInterface interfaces[] = { "This test demonstrates how \"width-chars\" and \"max-width-chars\" can be used " "to effect minimum and natural widths in wrapping labels.", "<interface>" - " <requires lib=\"gtk+\" version=\"3.22\"/>" + " <requires lib=\"gtk\" version=\"3.99\"/>" " <!-- interface-naming-policy project-wide -->" " <object class=\"GtkWindow\" id=\"window\">" " <property name=\"default_width\">900</property>" @@ -334,7 +334,7 @@ static TestInterface interfaces[] = { "and also trade height for width.", "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" "<interface>" - " <requires lib=\"gtk+\" version=\"3.22\"/>" + " <requires lib=\"gtk\" version=\"3.99\"/>" " <!-- interface-naming-policy project-wide -->" " <object class=\"GtkWindow\" id=\"window\">" " <property name=\"default_width\">500</property>" @@ -394,7 +394,7 @@ static TestInterface interfaces[] = { "and also trade height for width.", "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" "<interface>" - " <requires lib=\"gtk+\" version=\"3.22\"/>" + " <requires lib=\"gtk\" version=\"3.99\"/>" " <!-- interface-naming-policy project-wide -->" " <object class=\"GtkWindow\" id=\"window\">" " <property name=\"default_width\">400</property>" @@ -427,7 +427,7 @@ static TestInterface interfaces[] = { "This test shows wrapping and ellipsizing text in combo boxes (and consequently in menu items).", "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" "<interface>" - " <requires lib=\"gtk+\" version=\"3.22\"/>" + " <requires lib=\"gtk\" version=\"3.99\"/>" " <!-- interface-naming-policy project-wide -->" " <object class=\"GtkWindow\" id=\"window\">" " <property name=\"default_width\">600</property>" |