Skip to content

Instantly share code, notes, and snippets.

View Dmitry-Borodin's full-sized avatar
🙋‍♂️
.

Dmitry Borodin Dmitry-Borodin

🙋‍♂️
.
View GitHub Profile
@Dmitry-Borodin
Dmitry-Borodin / builder_basics.rs
Created March 7, 2020 14:18
gtk-rs closing application panic sample
//! # 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::*;