Wire up all GTK UI actions to real functionality
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use adw::prelude::*;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn build_processing_page() -> adw::NavigationPage {
|
||||
let content = gtk::Box::builder()
|
||||
.orientation(gtk::Orientation::Vertical)
|
||||
@@ -98,7 +97,6 @@ pub fn build_processing_page() -> adw::NavigationPage {
|
||||
.build()
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn build_results_page() -> adw::NavigationPage {
|
||||
let scrolled = gtk::ScrolledWindow::builder()
|
||||
.hscrollbar_policy(gtk::PolicyType::Never)
|
||||
|
||||
Reference in New Issue
Block a user