]> Pileus Git - ~andy/gtk/commitdiff
Removing the height_for_width vfuncs on GtkCellAreaContextClass which I forgot to...
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 27 Nov 2010 06:40:45 +0000 (15:40 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 27 Nov 2010 06:40:45 +0000 (15:40 +0900)
gtk/gtkcellareacontext.h

index 0796908caf82ca5f7b231423086c1f676a3ca8e3..f9681e7069c1a1ee4506f747d4833b2ee832271f 100644 (file)
@@ -55,22 +55,14 @@ struct _GtkCellAreaContextClass
 
   /* Subclasses can use this to flush their alignments/allocations */
   void    (* flush_preferred_width)              (GtkCellAreaContext *context);
-  void    (* flush_preferred_height_for_width)   (GtkCellAreaContext *context,
-                                                 gint                width);
   void    (* flush_preferred_height)             (GtkCellAreaContext *context);
-  void    (* flush_preferred_width_for_height)   (GtkCellAreaContext *context,
-                                                 gint                height);
   void    (* flush_allocation)                   (GtkCellAreaContext *context);
 
   /* These must be invoked after a series of requests before consulting 
    * the context values, implementors use this to push the overall
    * requests while acconting for any internal alignments */
   void    (* sum_preferred_width)                (GtkCellAreaContext *context);
-  void    (* sum_preferred_height_for_width)     (GtkCellAreaContext *context,
-                                                 gint                width);
   void    (* sum_preferred_height)               (GtkCellAreaContext *context);
-  void    (* sum_preferred_width_for_height)     (GtkCellAreaContext *context,
-                                                 gint                height);
 
   /* Store an allocation value for a GtkCellArea contextual to a range of
    * treemodel rows */