]> Pileus Git - ~andy/gtk/commit
applied gtk-hamann_jeske-980218-0.patch.gz, a patch from Lars Hamann and
authorTim Janik <timj@gimp.org>
Thu, 19 Feb 1998 05:13:46 +0000 (05:13 +0000)
committerTim Janik <timj@src.gnome.org>
Thu, 19 Feb 1998 05:13:46 +0000 (05:13 +0000)
commit3d4cc2f904cd5d0dd1acfa6938c5577264fab524
tree39f79bd9a85d512f8e54a4d91ce542b2a73447f0
parent8923d60dba0e1990ca066ef7cf9b6b065a4c4b63
applied gtk-hamann_jeske-980218-0.patch.gz, a patch from Lars Hamann and

Thu Feb 19 05:40:51 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtknotebook.h:
        * gtk/gtknotebook.c:
        applied gtk-hamann_jeske-980218-0.patch.gz, a patch from
        Lars Hamann and Stefan Jeske which introduces major
        usability improvements.
        fixed bugs are:
        - container border_width>0 does now work correctly for show_tabs==TRUE
          and for tab_pos=GTK_POS_BOTTOM/GTK_POS_RIGHT.
        - toggleing visibility of the tab labels works now.
        - emission of GtkNotebook:switch_page and all page changes
        also the signature for the GtkNotebook:switch_page signal changed,
        callbacks should now look like:
        gint notebook_switch_page (GtkWidget *widget,   GtkNotebookPage *page,
                                   gint       page_num, gpointer         data);
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtknotebook.c
gtk/gtknotebook.h
gtk/testgtk.c
tests/testgtk.c