gtk2/docs
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
..
reference Added gtk_cell_area_foreach_alloc() to further simplify GtkCellArea subclasses 2010-12-06 14:11:28 +09:00
tools API: x11: gdk_drawable_get_xid => gdk_window_get_xid 2010-12-02 20:17:27 +01:00
CODING-STYLE docs: Add a CODING-STYLE document 2010-09-23 22:28:02 -04:00
developers.txt
dnd_internals.txt
focus_tracking.txt
generation.txt
gtkdocs_fix
iconcache.txt
make-todo
Makefile.am Remove the outdated faq 2010-10-19 18:22:08 +02:00
refcounting.txt
RELEASE-HOWTO Mention pot file update in the release howto 2010-06-24 13:15:52 -04:00
sizing-test.txt Completely remove any use of GtkWindow allow-grow and allow-shrink properties 2010-08-07 17:19:16 +02:00
styles.txt
text_widget_internals.txt
text_widget.txt
tree-column-sizing.png
tree-column-sizing.txt
widget_geometry.txt
widget_system.txt