diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-11-24 19:33:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-11-24 19:33:01 +0000 |
commit | a425e6b5c21e4cfebc6c9aa0b7c5cd277face8a6 (patch) | |
tree | d45ff060a570f445757fb038666ca62f8ebcc8cd /gtk/gtkplug.c | |
parent | 1bb0d4c0f32d8cda26207a7c2048d647211f3340 (diff) | |
download | gtk+-a425e6b5c21e4cfebc6c9aa0b7c5cd277face8a6.tar.gz |
Edited section on the ScrolledWindow.
Tue Nov 24 11:31:06 1998 Owen Taylor <otaylor@redhat.com>
* docs/Changes-1.2.txt: Edited section on the ScrolledWindow.
* gtk/gtklayout.c (gtk_layout_set_[hv]adjustment): Remove
some code duplication.
* gtk/gtklayout.[ch] Fixed mapping and unmapping of child windows
and child widgets when scrolling greater than 32k pixels.
* testgtk.c: Modified layout test to test scrolling over
long distances.
* gtk/gtkplug.c: Added a few blank lines.
Diffstat (limited to 'gtk/gtkplug.c')
-rw-r--r-- | gtk/gtkplug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 4e95bb1e96..69431c82d8 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -88,6 +88,7 @@ gtk_plug_init (GtkPlug *plug) window->type = GTK_WINDOW_TOPLEVEL; window->auto_shrink = TRUE; } + void gtk_plug_construct (GtkPlug *plug, guint32 socket_id) { @@ -100,6 +101,7 @@ gtk_plug_construct (GtkPlug *plug, guint32 socket_id) plug->same_app = FALSE; } } + GtkWidget* gtk_plug_new (guint32 socket_id) { |