X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcellareaboxcontextprivate.h;h=5feb7e6313fb5825fa2f9b50027d32c5b2dd28ed;hb=1865b9a1116d166c9abc5c75f5d01270574007c5;hp=b5664ae78b32558d3f5222bd98e166e4ccb8348a;hpb=920e8b434367f9aa8aab306721cc024e66892e2e;p=~andy%2Fgtk diff --git a/gtk/gtkcellareaboxcontextprivate.h b/gtk/gtkcellareaboxcontextprivate.h index b5664ae78..5feb7e631 100644 --- a/gtk/gtkcellareaboxcontextprivate.h +++ b/gtk/gtkcellareaboxcontextprivate.h @@ -16,18 +16,16 @@ * 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 . */ +#ifndef __GTK_CELL_AREA_BOX_CONTEXT_H__ +#define __GTK_CELL_AREA_BOX_CONTEXT_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_CELL_AREA_BOX_CONTEXT_H__ -#define __GTK_CELL_AREA_BOX_CONTEXT_H__ - #include #include #include @@ -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,