gtk/modules
Benjamin Otte e66129015d cellrenderer: Merge GtkCellSizeRequest into GtkCellRenderer
This mostly goes to keep consistency with the changes to GtkSizeRequest
in the last patch, as GtkCellSizeRequest requires GtkCellRenderer and
GtkCellRenderer implements GtkCellSizeRequest there's no use in keeping
them separate.

This patch renames the functions:
gtk_cell_size_request_get_request_mode()
  => gtk_cell_renderer_get_request_mode()
gtk_cell_size_request_get_width()
  => gtk_cell_renderer_get_preferred_width()
gtk_cell_size_request_get_height()
  => gtk_cell_renderer_get_preferred_height()
gtk_cell_size_request_get_size()
  => gtk_cell_renderer_get_preferred_size()
gtk_cell_size_request_get_width_for_height()
  => gtk_cell_renderer_get_preferred_width_for_height()
gtk_cell_size_request_get_height_for_width()
  => gtk_cell_renderer_get_preferred_height_for_width()
... and moves the corresponding vfuncs to GtkCellRenderer.

The patch also renames the implementations of these functions in cell
renderers to include the word "preferrred".
2010-09-26 15:11:45 +02:00
..
engines msw-engine: Remove sanitize_size code 2010-09-26 15:11:43 +02:00
input Move GtkSizeRequest into GtkWidget 2010-09-26 15:11:45 +02:00
other cellrenderer: Merge GtkCellSizeRequest into GtkCellRenderer 2010-09-26 15:11:45 +02:00
printbackends Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
Makefile.am Add git.mk to generate .gitignore files 2009-05-04 14:29:21 -04:00