summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-18 00:45:13 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-18 17:39:41 -0500
commit5ee3a444152cc45c9fa921079de96e776bf53af3 (patch)
tree2ab63b4d04d82281f9b2323b33ea3dcf783edb1d /gtk/gtksocket.h
parent53845f0851ecf3ab07e3f2192a4c565781ff0c9a (diff)
downloadgtk+-5ee3a444152cc45c9fa921079de96e776bf53af3.tar.gz
Remove sealed members from GtkSocket
Diffstat (limited to 'gtk/gtksocket.h')
-rw-r--r--gtk/gtksocket.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/gtk/gtksocket.h b/gtk/gtksocket.h
index e3cd3a36ce..139d6a247f 100644
--- a/gtk/gtksocket.h
+++ b/gtk/gtksocket.h
@@ -44,29 +44,13 @@ G_BEGIN_DECLS
typedef struct _GtkSocket GtkSocket;
typedef struct _GtkSocketClass GtkSocketClass;
+typedef struct _GtkSocketPrivate GtkSocketPrivate;
struct _GtkSocket
{
GtkContainer container;
- guint16 GSEAL (request_width);
- guint16 GSEAL (request_height);
- guint16 GSEAL (current_width);
- guint16 GSEAL (current_height);
-
- GdkWindow *GSEAL (plug_window);
- GtkWidget *GSEAL (plug_widget);
-
- gshort GSEAL (xembed_version); /* -1 == not xembed */
- guint GSEAL (same_app) : 1;
- guint GSEAL (focus_in) : 1;
- guint GSEAL (have_size) : 1;
- guint GSEAL (need_map) : 1;
- guint GSEAL (is_mapped) : 1;
- guint GSEAL (active) : 1;
-
- GtkAccelGroup *GSEAL (accel_group);
- GtkWidget *GSEAL (toplevel);
+ GtkSocketPrivate *priv;
};
struct _GtkSocketClass