orbtk 0.2.31

The Orbital Widget Toolkit
Documentation
1
2
3
4
5
6
7
8
extern crate orbclient;
extern crate orbtk;

use orbtk::dialogs::FileDialog;

fn main() {
    println!("{:?}", FileDialog::new().exec());
}