tk 0.1.10

Rust bindings for Tk GUI library
def_widget_opts! {
    TtkRadiobuttonOpt: (
        // standard
        TkClass,
        TkCompound,
        TkCursor,
        TkImage,
        TkState,
        TkStyle,
        TkTakeFocus,
        TkText,
        TkTextVariable,
        TkUnderline,
        TkWidth,

        // widget-specific
        TkCommand,
        TkValue,
        TkVariable,
    ),
}