gtk2/docs
Tim Janik 9258a7aecb new function to perform the same actions as gtk_list_remove_items, but
Thu Feb  5 02:13:08 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtklist.h:
        * gtk/gtklist.c (gtk_list_remove_items_no_unref): new function
          to perform the same actions as gtk_list_remove_items, but
          supply the removed widgets with an additional reference count.

        * gtk/gtkmain.c (gtk_main_iteration_do): ignore events
          with event_widget == NULL, since they are bogus events
          from destroyed GdkWindows, exept for the case where
          event->type==GDK_PROPERTY_NOTIFY. Always handle expired
          timeout functions when returning from this function.

        * gtk/gtkwidget.c (gtk_widget_event): ignore GDK_EXPOSE events
          if event->window == NULL. Also, if this function couldn't handle
          the event for any reason (including failing assumptions), make
          the return value to look as if the event had been handled to
          avoid further processing (and warnings).

        * gtk/gtkwidget.h:
        * gtk/gtkwidget.c: remove gtk_widget_sink, because there is
          no point in providing such a function.

        * gdk/gdk.c (gdk_init): changed options `-name' and `-class'
          to `--name' and `--class', because the old names would
          confuse getopt(). these arguments have been introduced in the
          changes from gtk+970916 to gtk+970925 without a ChangeLog entry,
          changing argument names is painful, it would be nice if people
          would care about compatibility and consistency in the first place!
1998-02-05 03:53:41 +00:00
..
faq More changes from Tony Gale. 1998-01-27 20:51:36 +00:00
.cvsignore Applied patch from <lupus@lettere.unipd.it> which adds 1998-01-17 22:48:31 +00:00
gdk.texi Initial revision 1997-11-24 22:37:52 +00:00
gtk.texi additions/changes from Gregory A. McLean 1998-01-26 22:57:10 +00:00
gtkfaq_fix Added FAQ to the tree in prep for others to start working on it... 1998-01-21 22:41:35 +00:00
gtkfaq.sgml More changes from Tony Gale. 1998-01-27 20:51:36 +00:00
macros.texi Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am Added FAQ to the tree in prep for others to start working on it... 1998-01-21 22:41:35 +00:00
Makefile.gtkfaq Added FAQ to the tree in prep for others to start working on it... 1998-01-21 22:41:35 +00:00
Makefile.in The auto_shrink policy of the floating window is now set to TRUE. This 1998-01-28 03:41:55 +00:00
refcounting.txt new function to perform the same actions as gtk_list_remove_items, but 1998-02-05 03:53:41 +00:00
texinfo.tex Initial revision 1997-11-24 22:37:52 +00:00
widget_system.txt documentation. -timj 1998-02-04 03:18:53 +00:00