summaryrefslogtreecommitdiffstats
path: root/xembed/tests/gtk-common.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-04-22 03:47:54 +0000
committerOwen Taylor <otaylor@redhat.com>2002-04-22 03:47:54 +0000
commit23d7d60971b8428429f120cbf77f3fcf70304b67 (patch)
treefbe23e0aca7302112bfbd30a1c0dedde29396c65 /xembed/tests/gtk-common.h
parent7bcfe52e21363072766a7ab428a9ab3e8552f6ff (diff)
downloadxdg-specs-23d7d60971b8428429f120cbf77f3fcf70304b67.tar.xz
Mon Apr 22 00:05:41 2002 Owen Taylor <otaylor@redhat.com>
* tests/*: Expand the tests to tests recursively nested embedders.
Diffstat (limited to 'xembed/tests/gtk-common.h')
-rw-r--r--xembed/tests/gtk-common.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/xembed/tests/gtk-common.h b/xembed/tests/gtk-common.h
new file mode 100644
index 0000000..ac77d46
--- /dev/null
+++ b/xembed/tests/gtk-common.h
@@ -0,0 +1,22 @@
+typedef struct _Child Child;
+typedef struct _Socket Socket;
+
+struct _Socket
+{
+ GtkWidget *box;
+ GtkWidget *frame;
+ GtkWidget *socket;
+
+ Child *child;
+};
+
+
+void wait_for_children (void);
+
+Socket *socket_new (void);
+void socket_start_child (Socket *socket,
+ gboolean active,
+ gboolean qt);
+
+
+