File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ Bilal Elmoussaoui:
5
6
- Add support for the to be released ` gtk::UriLauncher `
7
+ - [ Improve the API of ` gtk::WidgetExt::dispose_template ` ] ( https://github.com/gtk-rs/gtk4-rs/pull/1212 )
8
+ - [ Mention the failed to retrieve template child name] ( https://github.com/gtk-rs/gtk4-rs/pull/1290 )
9
+ - [ Add a macos job] ( https://github.com/gtk-rs/gtk4-rs/pull/1237 )
6
10
7
- * [ Add blueprint support] ( https://github.com/gtk-rs/gtk4-rs/pull/1238 )
11
+ yuraiz:
12
+ - [ Add blueprint support] ( https://github.com/gtk-rs/gtk4-rs/pull/1238 )
8
13
``` rust
9
14
#[derive(Debug , Default , gtk:: CompositeTemplate )]
10
15
#[template(string = "
@@ -24,8 +29,6 @@ pub struct MyWidget {
24
29
pub label2 : gtk :: TemplateChild <gtk :: Label >,
25
30
}
26
31
```
27
- * [ Mention the failed to retrieve template child name] ( https://github.com/gtk-rs/gtk4-rs/pull/1290 )
28
- * [ Add a macos job] ( https://github.com/gtk-rs/gtk4-rs/pull/1237 )
29
32
30
33
31
34
## 0.5.5
You can’t perform that action at this time.
0 commit comments