You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This chapter is rather complex and requires unpleasant things like writing a build.rs. As far as I can tell, this could all be avoided by just using
#[template(file = "window.ui")]
The .ui-files could just be stored in the same folder as the source, as many apps and libraries do. Since they are often edited together, it makes navigating code much easier.
The text was updated successfully, but these errors were encountered:
https://gtk-rs.org/gtk4-rs/stable/latest/book/composite_templates.html
This chapter is rather complex and requires unpleasant things like writing a
build.rs
. As far as I can tell, this could all be avoided by just usingThe
.ui
-files could just be stored in the same folder as the source, as many apps and libraries do. Since they are often edited together, it makes navigating code much easier.The text was updated successfully, but these errors were encountered: