fix popup calculations (removal of FIXMEs), changes from Lars Hamann.

Fri Mar 13 18:25:07 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtkcombo.c: fix popup calculations (removal
        of FIXMEs), changes from Lars Hamann.

Fri Mar 13 10:25:16 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtkwidget.h:
        * gtk/gtkwidget.c: renamed gtk_widget_delete_hides to
        gtk_widget_hide_on_delete at owens request, and because the
        new name is much more descriptive.
This commit is contained in:
Tim Janik
1998-03-13 17:45:16 +00:00
committed by Tim Janik
parent c57f1e318e
commit cc4dc8339d
14 changed files with 279 additions and 27 deletions

View File

@ -461,7 +461,7 @@ gint gtk_widget_is_child (GtkWidget *widget,
/* Hide widget and return TRUE.
*/
gint gtk_widget_delete_hides (GtkWidget *widget);
gint gtk_widget_hide_on_delete (GtkWidget *widget);
/* Widget styles.
*/