]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcellareaboxcontextprivate.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcellareaboxcontextprivate.h
index b5664ae78b32558d3f5222bd98e166e4ccb8348a..5feb7e6313fb5825fa2f9b50027d32c5b2dd28ed 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef __GTK_CELL_AREA_BOX_CONTEXT_H__
+#define __GTK_CELL_AREA_BOX_CONTEXT_H__
+
 #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
 #error "Only <gtk/gtk.h> can be included directly."
 #endif
 
-#ifndef __GTK_CELL_AREA_BOX_CONTEXT_H__
-#define __GTK_CELL_AREA_BOX_CONTEXT_H__
-
 #include <gtk/gtkcellareacontext.h>
 #include <gtk/gtkcellareabox.h>
 #include <gtk/gtkcellrenderer.h>
@@ -67,10 +65,10 @@ GtkCellAreaBoxContext *_gtk_cell_area_box_context_copy          (GtkCellAreaBox
                                                                 GtkCellAreaBoxContext *box_context);
 
 /* Initialize group array dimensions */
-void    gtk_cell_area_box_init_groups                          (GtkCellAreaBoxContext *box_context,
+void    _gtk_cell_area_box_init_groups                         (GtkCellAreaBoxContext *box_context,
                                                                 guint                  n_groups,
                                                                 gboolean              *expand_groups,
-                                                               gboolean              *align_groups);
+                                                                gboolean              *align_groups);
 
 /* Update cell-group sizes */
 void    _gtk_cell_area_box_context_push_group_width             (GtkCellAreaBoxContext *box_context,