feat: change function signature (add one parameter)
This commit is contained in:
parent
2866d26253
commit
cb5d219319
|
@ -6,13 +6,13 @@ use crate::{
|
|||
event_handlers::{button_event_handlers::*, switch_event_handlers::*},
|
||||
view_utils::{hamming_code_input_utils::*, input_utils::*},
|
||||
},
|
||||
model::model::*,
|
||||
model::models::*,
|
||||
view::{components::wrapper::*, properties::*},
|
||||
};
|
||||
|
||||
use gtk::{prelude::*, *};
|
||||
|
||||
pub fn hamming_code_page(wrapper: &Box) -> () {
|
||||
pub fn hamming_code_page(wrapper: &Box, info_bar: Revealer) {
|
||||
// input
|
||||
|
||||
let hamming_text_view_input_label = Label::builder()
|
||||
|
|
Loading…
Reference in New Issue