diff options
author | CST 1999 Shawn T. Amundson <amundson@gtk.org> | 1999-02-25 21:39:14 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-02-25 21:39:14 +0000 |
commit | 996f8e931a23610e4d476db0515e09e02b9bc1c3 (patch) | |
tree | 7ddb17399fb9645e945bbe402f2ca5596c1a423d /gtk | |
parent | 2a4c97f3b3d211dbd4e8edda3208960c25b4644d (diff) | |
download | gdk-pixbuf-996f8e931a23610e4d476db0515e09e02b9bc1c3.tar.gz |
Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0
Incremented version to 1.2.0. -Shawn <amundson@gtk.org>
Also:
Wed Feb 24 05:26:20 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* gtk/gtkitemfactory.h: added a dummy gpointer to
GtkItemFactoryClass for Tim Janik.
Mon Feb 22 21:22:11 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcontainer.h gtk/gtkwidget.h: Added some
padding to class structures to allow addition
of signals without breaking binary compatibility.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/Makefile.am | 5 | ||||
-rw-r--r-- | gtk/gtkcontainer.h | 4 | ||||
-rw-r--r-- | gtk/gtkitemfactory.h | 2 | ||||
-rw-r--r-- | gtk/gtkwidget.h | 6 |
4 files changed, 16 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index e81ee1486..d55b7bd71 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -357,7 +357,10 @@ EXTRA_DIST = \ tree_minus.xpm \ tree_plus.xbm \ tree_minus.xbm \ - circles.xbm + circles.xbm \ + gtkrc.ja \ + gtkrc.ko \ + gtkrc.ru INCLUDES = \ -DGTK_DISABLE_COMPAT_H \ diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index b57a22943..ab59731a3 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -97,6 +97,10 @@ struct _GtkContainerClass guint arg_id); gchar* (*composite_name) (GtkContainer *container, GtkWidget *child); + + /* Padding for future expansion */ + GtkFunction pad1; + GtkFunction pad2; }; /* Application-level methods */ diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h index ee405a658..74e7f34bb 100644 --- a/gtk/gtkitemfactory.h +++ b/gtk/gtkitemfactory.h @@ -83,6 +83,8 @@ struct _GtkItemFactoryClass gchar *cpair_comment_single; GHashTable *item_ht; + + gpointer dummy; }; struct _GtkItemFactoryEntry diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index a2cd211b3..c980387ab 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -388,6 +388,12 @@ struct _GtkWidgetClass /* action signals */ void (* debug_msg) (GtkWidget *widget, const gchar *string); + + /* Padding for future expandsion */ + GtkFunction pad1; + GtkFunction pad2; + GtkFunction pad3; + GtkFunction pad4; }; struct _GtkWidgetAuxInfo |