Features/TableView Widget: Difference between revisions

Line 26: Line 26:
Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to SmartTable while creation) and while scrolling(per line, not per row) class shifts these widgets.
Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to SmartTable while creation) and while scrolling(per line, not per row) class shifts these widgets.


=== TreeTable class ===
=== TableView class ===


Just adds mgt.TreeModel support.
Just adds gtk.TreeModel support.


== Benefit to Sugar ==
== Benefit to Sugar ==