0

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()

lar0ld42
  • 1
  • 3
  • 1
    Since the GTK scale is a child of GtkRange, have you tried using its "gtk_range_get_value()" function? – NoDakker Jan 22 '23 at 01:15

0 Answers0