Add dialog actions

This commit is contained in:
James Westman 2022-02-02 15:39:55 -06:00
parent bac008296a
commit 8ba898e354
10 changed files with 115 additions and 3 deletions

View file

@ -0,0 +1,6 @@
using Gtk 4.0;
Box {
[action response=ok]
Label {}
}

View file

@ -0,0 +1 @@
4,4,6,Parent type Gtk.Box does not have action widgets

View file

@ -0,0 +1,6 @@
using Gtk 4.0;
Dialog {
[action response=foo]
Button {}
}

View file

@ -0,0 +1 @@
4,20,3,foo is not a member of Gtk.ResponseType