def_widget_opts! {
TkListboxOpt: (
TkBackground,
TkBg,
TkBorderWidth,
TkBd,
TkCursor,
TkDisabledForeground,
TkExportSelection,
TkFont,
TkForeground,
TkHighlightBackground,
TkHighlightColor,
TkHighlightThickness,
TkJustify,
TkRelief,
TkSelectBackground,
TkSelectBorderWidth,
TkSelectForeground,
TkSetGrid,
TkTakeFocus,
TkXScrollCommand,
TkYScrollCommand,
TkActiveStyle,
TkHeight,
TkListVariable,
TkSelectMode,
TkState,
TkWidth,
),
TkListboxItemOpt: (
TkBackground,
TkForeground,
TkSelectBackground,
TkSelectForeground,
),
}