Replies: 1 comment
-
|
Oh and I forgot, the files : src/window/mod.rs : ```rs use adw::{Application, subclass::prelude::ObjectSubclassIsExt}; use crate::constants::NEWPROJ_SCREEN_NAME; glib::wrapper! { // Setup methods // logic-related methods }
use gtk::glib::{self, Object}; glib::wrapper! { impl Default for EditionPanel { |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Oi ! So, for a pet project, I was working with Cambalache and
.uifiles, loaded them in Rust structs, but I do have a problem. When I use my Window struct, it looks like it doesn't find the EditionPanel struct (custom widget) inner content and just displays an empty box. Does anyone have any idea why this happens ?Beta Was this translation helpful? Give feedback.
All reactions