Skip to content

Releases: gtk-rs/gtk4-rs

0.6.1

13 Feb 09:31
Compare
Choose a tag to compare

Julian Hofer:

  • Update book to 0.6
  • book: Fix clippy warnings

Mițca Dumitru:

  • book: Adapt to glib-build-tools breaking change

Sebastian Dröge:

  • gtk4: Use correct length for the StrV when passing to C in
    ConstraintLayout::add_constraint_from_description()

0.6.0.docs

09 Feb 07:28
Compare
Choose a tag to compare

Trigger the docs CI again after fixing them.

0.6.0

08 Feb 16:49
Compare
Choose a tag to compare

Bilal Elmoussaoui:

yuraiz:

#[derive(Debug, Default, gtk::CompositeTemplate)]
#[template(string = "
template MyWidget : Widget {
    Label label {
        label: 'foobar';
    }
    Label my_label2 {
        label: 'foobaz';
    }
}
")]
pub struct MyWidget {
    #[template_child]
    pub label: TemplateChild<gtk::Label>,
    #[template_child(id = "my_label2")]
    pub label2: gtk::TemplateChild<gtk::Label>,
}

0.4.9

05 Feb 15:19
Compare
Choose a tag to compare

0.5.5

02 Jan 10:50
Compare
Choose a tag to compare

0.5.4

11 Dec 11:17
Compare
Choose a tag to compare

0.5.3

05 Dec 10:20
Compare
Choose a tag to compare

0.5.2

17 Nov 09:17
Compare
Choose a tag to compare

0.5.1

08 Nov 12:11
Compare
Choose a tag to compare

0.5.0

19 Oct 09:42
Compare
Choose a tag to compare
Set branch to 0.16 for gtk-rs-core crates