diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-03-14 00:07:36 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-03-14 00:07:36 +0000 |
commit | 3ef2c37a835190df03ed393db12c78b50d5c7fd5 (patch) | |
tree | 3e83da024a3fc15554ddfcd25bf4ca0f7dc22222 /ChangeLog.pre-2-4 | |
parent | 78290be1c07e0fb352f61be598e05f351f3d924c (diff) | |
download | gdk-pixbuf-3ef2c37a835190df03ed393db12c78b50d5c7fd5.tar.gz |
Now we return a GtkVisibility value, instead of a simple boolean. Also,
1998-03-13 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (gtk_clist_row_is_visible): Now we return a
GtkVisibility value, instead of a simple boolean. Also, changed
all the functions that expected a boolean value to use
"!= GTK_VISIBILITY_NONE".
* gtk/gtkclist.h: Changed prototype for gtk_clist_row_is_visible().
* gtk/gtkenums.h (enum): Added GtkVisibility enum.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 76d186a35..3079647d8 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,14 @@ +1998-03-13 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gtk/gtkclist.c (gtk_clist_row_is_visible): Now we return a + GtkVisibility value, instead of a simple boolean. Also, changed + all the functions that expected a boolean value to use + "!= GTK_VISIBILITY_NONE". + + * gtk/gtkclist.h: Changed prototype for gtk_clist_row_is_visible(). + + * gtk/gtkenums.h (enum): Added GtkVisibility enum. + Fri Mar 13 11:23:55 PST 1998 Shawn T. Amundson <amundson@gimp.org> * docs/gtk_tut.sgml: |