]> Pileus Git - ~andy/gtk/commit
Implemented basic child list handling on GtkCellAreaBox
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 24 Oct 2010 11:01:04 +0000 (20:01 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 24 Oct 2010 11:01:04 +0000 (20:01 +0900)
commit468a1d3e7c51a7b1964ccfcc680c24a04322338e
tree92b7f05624525194e2a8e2102aa3ebe836a315ee
parent0722fbe7c872f348d9d29383d7a97eae93e52b0d
Implemented basic child list handling on GtkCellAreaBox

Added the child list to GtkCellAreaBox, added _pack_start() and
_pack_end() apis to GtkCellAreaBox since they are appropriate there
and implemented GtkCellLayoutIface to override the _pack_start()/end()
methods (since the base GtkCellArea class simply forwards these apis
to the generic ->add() api on the base class).
gtk/gtkcellarea.c
gtk/gtkcellareabox.c
gtk/gtkcellareabox.h