Features/TableView Widget: Difference between revisions
| Line 26: | Line 26: | ||
Benefits we have for such scheme: | Benefits we have for such scheme: | ||
* coding cells is more useful | * coding cells is more useful by using widgets then renders, we can reuse our existed custom widgets instead of coding sugarized cell renders | ||
* in some cases its hard to sugarize cells theme(we still have ugly progress bar for Journal entries), with new widget, we use just gtk.ProgressBar | * in some cases its hard to sugarize cells theme(we still have ugly progress bar for Journal entries), with new widget, we use just gtk.ProgressBar | ||