I am new to GTK and Rust and I am wondering how to get the value of a GTK Scale as the things I have tried have not worked.
I was expecting the scale_var.get_value() function in the GTK Docs to work, but I simply get an error saying the function does not exist.
EDIT: Fixed, Just Run scale_var.value()