tk 0.1.10

Rust bindings for Tk GUI library
def_widget_opts! {
    TtkEntryOpt: (
        // standard
        TkClass,
        TkCursor,
        TkStyle,
        TkTakeFocus,
        TkXScrollCommand,

        // widget-specific
        TkExportSelection,
        TkInvalidCommand,
        TkJustify,
        TkShow,
        TkState,
        TkTextVariable,
        TkValidate,
        TkValidateCommand,
        TkWidth,
    ),
}