]> Pileus Git - ~andy/gtk/commit
Added most of the request code for GtkCellAreaBox
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 26 Oct 2010 16:01:58 +0000 (01:01 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 26 Oct 2010 16:01:58 +0000 (01:01 +0900)
commit695e427522ed9f308d4f38cb366871ee8d39d3ce
tree20851a284b03668cff073b5ec47e162122ec88f3
parent11f8dfe3f40d8b0d40b95bff6ccfdcbfaccee469
Added most of the request code for GtkCellAreaBox

Added the following to GtkCellAreaBox:
   - GtkCellAreaBox:spacing property defines spacing between cells
   - GtkCellAreaBox:align-cells property defines whether cells should
     be aligned with cells in adjacent rows.
   - Implementations for get_preferred_width / get_preferred_height
   - Implementations for get_preferred_height_for_width and the other
     when the box is oriented in the easy way (i.e. height_for_width()
     implemented for a vertical box, no virtual allocations done yet).
gtk/gtkcellareabox.c
gtk/gtkcellareabox.h
gtk/gtkcellareaboxiter.c
gtk/gtkcellareaboxiter.h