save/restore custom app groups
This commit is contained in:
parent
04b4b88534
commit
ce3bcd7821
8 changed files with 156 additions and 25 deletions
|
|
@ -12,7 +12,7 @@ use super::AppGroupData;
|
|||
// Object holding the state
|
||||
#[derive(Default)]
|
||||
pub struct AppGroup {
|
||||
data: Rc<RefCell<AppGroupData>>,
|
||||
pub data: Rc<RefCell<AppGroupData>>,
|
||||
}
|
||||
|
||||
// The central trait for subclassing a GObject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue