KekLib.TkMiniTable#

TkMiniTable.py

Copyright (c) 2016-2020, Masatsuyo Takahashi, KEK-PF

class Cell(**entries)#

Bases: object

class TkMiniTable(parent, columns=[], label_bg='gray40', label_fg='white', selected_bg='steelblue', selected_fg='white', default_colwidth=8, font=None, *args, **kw)#

Bases: Frame

Construct a frame widget with the parent MASTER.

Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.

activate_cell(cell)#
add_mousewheel_bind(top_widget)#
clear_rows()#
column(colid, justify='center', width=None, bg=None, **kwargs)#
column_impl(colid, justify, width, bg, **kwargs)#
heading(colid, text=None, justify='center')#
inactivate()#
insert_row(row_tuple)#
reset_cells()#
select_row(row)#