mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
Add Gtk.SizeGroup
This commit is contained in:
parent
b4d4877e07
commit
2224f0958c
9 changed files with 130 additions and 4 deletions
|
@ -103,6 +103,7 @@ class TestSamples(unittest.TestCase):
|
|||
self.assert_sample("object_prop")
|
||||
self.assert_sample("property")
|
||||
self.assert_sample("signal")
|
||||
self.assert_sample("size_group")
|
||||
self.assert_sample("strings")
|
||||
self.assert_sample("style")
|
||||
self.assert_sample("template")
|
||||
|
@ -125,5 +126,7 @@ class TestSamples(unittest.TestCase):
|
|||
self.assert_sample_error("obj_prop_type")
|
||||
self.assert_sample_error("property_dne")
|
||||
self.assert_sample_error("signal_dne")
|
||||
self.assert_sample_error("size_group_non_widget")
|
||||
self.assert_sample_error("size_group_obj_dne")
|
||||
self.assert_sample_error("two_templates")
|
||||
self.assert_sample_error("using_invalid_namespace")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue