Skip to content

Releases: gtk-rs/gtk4-rs

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

0.4.8

0.4.7