]> Pileus Git - ~andy/gtk/commit
Removed tons of api that we dont absolutely need in GtkCellAreaContext:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 25 Nov 2010 07:36:46 +0000 (16:36 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 25 Nov 2010 07:36:46 +0000 (16:36 +0900)
commit5f7787ab2ead2cdd11ebe17b16dd9498daaaf9c5
tree55b5f4f1ac6439b5f359fabed970974bced8b79f
parent9d0c2f6b37beee6032981759b0e1f8161ccd9d72
Removed tons of api that we dont absolutely need in GtkCellAreaContext:

  - gtk_cell_area_context_get_height_for_width()
  - gtk_cell_area_context_get_width_for_height()
  - gtk_cell_area_context_push_height_for_width()
  - gtk_cell_area_context_push_width_for_height()
  - gtk_cell_area_context_flush_height_for_width()
  - gtk_cell_area_context_flush_width_for_height()
  - Contextual size changed signal

All of these are not really important for the CellArea to operate
and not of any real consequential value to the user (the user can
accumulate the returned values from height-for-width requests
and do as they please with it).
gtk/gtkcellareabox.c
gtk/gtkcellareaboxcontext.c
gtk/gtkcellareaboxcontext.h
gtk/gtkcellareacontext.c
gtk/gtkcellareacontext.h