upgrade gtk-rs version
This commit is contained in:
parent
0b5f6b8386
commit
cc577b1367
23 changed files with 401 additions and 317 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use gtk4::glib;
|
||||
|
||||
#[derive(Clone, Debug, Default, gtk4::glib::GBoxed)]
|
||||
#[gboxed(type_name = "BoxedDockPlugin")]
|
||||
#[derive(Clone, Debug, Default, gtk4::glib::Boxed)]
|
||||
#[boxed_type(name = "BoxedDockPlugin")]
|
||||
pub struct BoxedDockPlugin {
|
||||
pub path: String,
|
||||
pub name: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue