Files
gtk3/docs/reference/gtk
Tristan Van Berkom 2588165bfb Added gtk_cell_area_foreach_alloc() to further simplify GtkCellArea subclasses
gtk_cell_area_foreach_alloc() itterates over an allocated list of cells
and calls a callback with the cell's allocation until the callback returns
TRUE.
  - Removed vfunc get_cell_allocation() and implemented
    gtk_cell_area_get_cell_allocation() using foreach_alloc()
  - Added gtk_cell_area_get_cell_at_position() using foreach_alloc()
  - Removed GtkCellAreaBox ->event() implementation and implemented
    mouse "click" cell activation in GtkCellArea class directly using
    gtk_cell_area_get_cell_at_position().
2010-12-06 14:11:28 +09:00
..
2010-10-12 00:33:38 -04:00
2010-06-03 01:09:53 -04:00
2010-05-03 01:51:21 +02:00
2010-10-15 20:55:32 +02:00
2010-10-15 13:07:08 -04:00
2010-05-21 22:14:46 -04:00