mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
f6f1ce01c6
commit
68a8537266
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user