vgtk 0.3.0

A declarative UI framework for GTK
Documentation
1
2
3
4
5
6
use glib::Object;

pub struct VProperty {
    pub name: &'static str,
    pub set: Box<dyn Fn(&Object, Option<&Object>, bool) + 'static>,
}