Add Content Struct.
This commit is contained in:
@@ -2,7 +2,7 @@ use gtk;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct EmptyView {
|
||||
container: gtk::Box,
|
||||
pub container: gtk::Box,
|
||||
}
|
||||
|
||||
impl EmptyView {
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
pub mod podcasts;
|
||||
pub mod empty;
|
||||
|
||||
@@ -11,7 +11,7 @@ use utils::get_pixbuf_from_path;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct PopulatedView {
|
||||
container: gtk::Box,
|
||||
pub container: gtk::Box,
|
||||
flowbox: gtk::FlowBox,
|
||||
viewport: gtk::Viewport,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user