]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkroundedboxprivate.h
Rename property to be more neutral
[~andy/gtk] / gtk / gtkroundedboxprivate.h
index 3fa4c938f609f8a062b2c9ee0c4280a24127808e..a345a5c57143d2fc2ee9d0f6e8f7399576a1c8fb 100644 (file)
@@ -47,18 +47,18 @@ void            _gtk_rounded_box_init_rect                      (GtkRoundedBox
                                                                  double               width,
                                                                  double               height);
 
-void            _gtk_rounded_box_apply_border_radius            (GtkRoundedBox *box,
-                                                                 GtkCssBorderCornerRadius **corner,
-                                                                 GtkJunctionSides junction);
 void            _gtk_rounded_box_apply_border_radius_for_engine (GtkRoundedBox       *box,
                                                                  GtkThemingEngine    *engine,
-                                                                 GtkStateFlags        state,
                                                                  GtkJunctionSides     junction);
 void            _gtk_rounded_box_apply_border_radius_for_context (GtkRoundedBox    *box,
                                                                   GtkStyleContext  *context,
-                                                                  GtkStateFlags     state,
                                                                   GtkJunctionSides  junction);
 
+void            _gtk_rounded_box_grow                           (GtkRoundedBox       *box,
+                                                                 double               top,
+                                                                 double               right,
+                                                                 double               bottom,
+                                                                 double               left);
 void            _gtk_rounded_box_shrink                         (GtkRoundedBox       *box,
                                                                  double               top,
                                                                  double               right,