tk 0.1.10

Rust bindings for Tk GUI library
def_widget_opts! {
    TkLabelframeOpt: (
        // standard
        TkBorderWidth,
        TkBd,
        TkCursor,
        TkFont,
        TkHighlightBackground,
        TkHighlightColor,
        TkHighlightThickness,
        TkPadX,
        TkPadY,
        TkRelief,
        TkTakeFocus,
        TkText,

        // widget-specific
        TkBackground,
        TkClass,
        TkColorMap,
        TkHeight,
        TkLabelAnchor,
        TkLabelWidget,
        TkVisual,
        TkWidth,
    ),
}