small fix to notebook portion

Sun Mar  1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>

        * gtk/testgtk.c: small fix to notebook portion
This commit is contained in:
PST 1998 Shawn T. Amundson 1998-03-02 00:48:39 +00:00 committed by Shawn Amundson
parent f6f1ce01c6
commit 68a8537266
9 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Mar 1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/testgtk.c: small fix to notebook portion
Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Required changes for version change to 0.99.4

View File

@ -1,3 +1,7 @@
Sun Mar 1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/testgtk.c: small fix to notebook portion
Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Required changes for version change to 0.99.4

View File

@ -1,3 +1,7 @@
Sun Mar 1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/testgtk.c: small fix to notebook portion
Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Required changes for version change to 0.99.4

View File

@ -1,3 +1,7 @@
Sun Mar 1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/testgtk.c: small fix to notebook portion
Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Required changes for version change to 0.99.4

View File

@ -1,3 +1,7 @@
Sun Mar 1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/testgtk.c: small fix to notebook portion
Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Required changes for version change to 0.99.4

View File

@ -1,3 +1,7 @@
Sun Mar 1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/testgtk.c: small fix to notebook portion
Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Required changes for version change to 0.99.4

View File

@ -1,3 +1,7 @@
Sun Mar 1 16:47:29 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/testgtk.c: small fix to notebook portion
Sun Mar 1 15:18:38 PST 1998 Shawn T. Amundson <amundson@gimp.org>
* Required changes for version change to 0.99.4

View File

@ -3649,6 +3649,7 @@ create_notebook ()
gtk_box_pack_start (GTK_BOX (box1), notebook, TRUE, TRUE, 0);
gtk_container_border_width (GTK_CONTAINER (notebook), 10);
gtk_widget_realize (notebook);
book_open = gdk_pixmap_create_from_xpm_d (notebook->window,
&book_open_mask,
&transparent,

View File

@ -3649,6 +3649,7 @@ create_notebook ()
gtk_box_pack_start (GTK_BOX (box1), notebook, TRUE, TRUE, 0);
gtk_container_border_width (GTK_CONTAINER (notebook), 10);
gtk_widget_realize (notebook);
book_open = gdk_pixmap_create_from_xpm_d (notebook->window,
&book_open_mask,
&transparent,