tk 0.1.10

Rust bindings for Tk GUI library
1
2
3
4
5
6
7
use crate::{
    TkInstance,
    Widget,
};

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