Go to file
Tim Janik af18ab4305 complete api change to honour message contexts. unfortunaltely this also
Sun Mar  1 22:59:09 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtkstatusbar.h:
        * gtk/gtkstatusbar.c: complete api change to honour message contexts.
        unfortunaltely this also involved argument changes on the signal
        emissions which will not be caught by the compiler. your callbacks
        should look like:
        void  message_text_popped (GtkStatusbar   *statusbar,
                                   guint           context_id,
                                   const gchar    *text,
                                   gpointer        func_data);

        * gtk/gtkwidget.c (gtk_widget_set_rc_style): eliminated bug about
        initial signal emission.
        (gtk_widget_set_parent): don't ensure style, just call
        gtk_widget_set_style_recurse.
        (gtk_widget_set_style_recurse): only change a widget's rc styles if
        if there has already been a lookup.

        * gtk/testgtk.c: adaptions for statusbar widget.
        substituted notebook pixmaps with pixmaps from fvwm, since
        we don't know where the originals came from.

        * gtk/gtkobject.c (gtk_object_data_destroy): call the destroy
        notifier with the objects data, not its internal structure.

        * gtk/gtkspinbutton.c (gtk_spin_button_button_press): small
        fix from lars.
1998-03-01 23:29:40 +00:00
docs
gdk
glib
gtk complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
tests complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
.cvsignore
acconfig.h
AUTHORS
autogen.sh
ChangeLog complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
ChangeLog.pre-2-0 complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
ChangeLog.pre-2-2 complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
ChangeLog.pre-2-4 complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
ChangeLog.pre-2-6 complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
ChangeLog.pre-2-8 complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
ChangeLog.pre-2-10 complete api change to honour message contexts. unfortunaltely this also 1998-03-01 23:29:40 +00:00
config.guess
config.h.in
config.sub
configure.in
COPYING
gtk+.prj
gtk+.xconfig.in
HACKING
INSTALL
install-sh
ltconfig
ltmain.sh
makecopyright
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS
README
stamp-h.in
TODO

This is GTK+ version 0.99.3.   GTK, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces.  

The official ftp site is:
  ftp://ftp.gimp.org/pub/gtk

Patches can be uploaded to:
  ftp://ftp.gimp.org/incoming

A mailing list is located at:
  gtk-list@redhat.com

To subscribe: mail -s subscribe gtk-list-request@redhat.com < /dev/null
(Send mail to gtk-list-request@redhat.com with the subject "subscribe")