gtk+ r20596 - trunk/gtk
- From: timj svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20596 - trunk/gtk
- Date: Fri, 20 Jun 2008 11:07:30 +0000 (UTC)
Author: timj
Date: Fri Jun 20 11:07:29 2008
New Revision: 20596
URL: http://svn.gnome.org/viewvc/gtk+?rev=20596&view=rev
Log:
Seal GtkTable.
Modified:
trunk/gtk/gtktable.h
Modified: trunk/gtk/gtktable.h
==============================================================================
--- trunk/gtk/gtktable.h (original)
+++ trunk/gtk/gtktable.h Fri Jun 20 11:07:29 2008
@@ -55,14 +55,14 @@
{
GtkContainer container;
- GList *children;
- GtkTableRowCol *rows;
- GtkTableRowCol *cols;
- guint16 nrows;
- guint16 ncols;
- guint16 column_spacing;
- guint16 row_spacing;
- guint homogeneous : 1;
+ GList *GSEAL (children);
+ GtkTableRowCol *GSEAL (rows);
+ GtkTableRowCol *GSEAL (cols);
+ guint16 GSEAL (nrows);
+ guint16 GSEAL (ncols);
+ guint16 GSEAL (column_spacing);
+ guint16 GSEAL (row_spacing);
+ guint GSEAL (homogeneous : 1);
};
struct _GtkTableClass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]