tk 0.1.10

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

        // widget-specific
        TkHeight,
        TkPadding,
        TkWidth,
    ),
    TtkNotebookTabOpt: (
        TkState,
        TkSticky,
        TkPadding,
        TkText,
        TkImage,
        TkCompound,
        TkUnderline,
    ),
}