tk 0.1.5

Rust bindings for Tk GUI library
Documentation
use crate::{
    TkInstance,
    Widget,
};

#[derive( Copy, Clone )]
pub struct TkMessage<Inst:TkInstance>( pub(crate) Widget<Inst> );