]> Pileus Git - ~andy/gtk/commit
Changed GtkCellArea margin-left/right... for cell-margin-left/right...
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 31 Oct 2010 13:50:53 +0000 (22:50 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 31 Oct 2010 13:50:53 +0000 (22:50 +0900)
commit9c4eb3d4314dbcd18d0f1a36ccb873070a4f5db8
tree5c78110bb829958f546829130074b27dffc032b6
parent163c3c8852dd93dfe42454ee10adef9cdcfa5e44
Changed GtkCellArea margin-left/right... for cell-margin-left/right...

The rationale here is that every cell in an area needs to have space
reserved around it, requests have to be fully margin inclusive...
cells need to have the full size fed as the "background area" and
the "cell area" has margins removed... This will be used by GtkTreeViewColumn
to set the focus line width so that cells can paint a background on the
full background, then render themselves into the cell area... and parents
can go ahead and draw focus and other indicators on the background area
but outside of the cell area.
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcellareabox.c