Add Gtk.SizeGroup

This commit is contained in:
James Westman 2021-11-12 16:50:35 -06:00
parent b4d4877e07
commit 2224f0958c
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
9 changed files with 130 additions and 4 deletions

View file

@ -0,0 +1,9 @@
using Gtk 4.0;
using GObject 2.0;
SizeGroup {
mode: horizontal;
widgets: [object];
}
GObject.Object object {}

View file

@ -0,0 +1 @@
6,13,6,Cannot assign GObject.Object to Gtk.Widget

View file

@ -0,0 +1,7 @@
using Gtk 4.0;
using GObject 2.0;
SizeGroup {
mode: horizontal;
widgets: [object];
}

View file

@ -0,0 +1 @@
6,13,6,Could not find object with ID object