]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk4: Update to 3.94.0+f14d998c
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 16 Mar 2019 16:35:16 +0000 (17:35 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 16 Mar 2019 16:37:05 +0000 (17:37 +0100)
vapi/gtk4.vapi

index e57cba1dfa133b0942bd11f3add71f52b24e90ff..129e7fd24caae36511cbfa28298ffcc854691ac9 100644 (file)
@@ -9458,6 +9458,13 @@ namespace Gtk {
        public class PasswordEntry : Gtk.Widget, Atk.Implementor, Gtk.Buildable, Gtk.Editable {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public PasswordEntry ();
+               public bool get_show_peek_icon ();
+               public void set_show_peek_icon (bool show_peek_icon);
+               [NoAccessorMethod]
+               public bool activates_default { get; set; }
+               [NoAccessorMethod]
+               public string placeholder_text { owned get; set; }
+               public bool show_peek_icon { get; set; }
        }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_picture_get_type ()")]
        public class Picture : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
@@ -13307,7 +13314,11 @@ namespace Gtk {
                SLIDE_RIGHT,
                SLIDE_LEFT,
                SLIDE_UP,
-               SLIDE_DOWN
+               SLIDE_DOWN,
+               SWING_RIGHT,
+               SWING_LEFT,
+               SWING_UP,
+               SWING_DOWN
        }
        [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_SCROLL_", type_id = "gtk_scroll_step_get_type ()")]
        public enum ScrollStep {