tk 0.1.10

Rust bindings for Tk GUI library
def_widget_opts! {
    TkMessageOpt: (
        // standard
        TkAnchor,
        TkBackground,
        TkBg,
        TkBorderWidth,
        TkBd,
        TkCursor,
        TkFont,
        TkForeground,
        TkHighlightBackground,
        TkHighlightColor,
        TkHighlightThickness,
        TkPadX,
        TkPadY,
        TkRelief,
        TkTakeFocus,
        TkText,
        TkTextVariable,

        // widget-specific
        TkAspect,
        TkJustify,
        TkWidth,
    ),
}