mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Seal GtkTable.
svn path=/trunk/; revision=20596
This commit is contained in:
parent
3378ee8ace
commit
ed884a132a
@ -55,14 +55,14 @@ struct _GtkTable
|
||||
{
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user