This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//! # Builder Basics Sample | |
//! | |
//! This sample demonstrates how to use the builder with an imported glade file | |
extern crate gio; | |
extern crate gtk; | |
use gio::prelude::*; | |
use gtk::prelude::*; |