Hi guys, > It seems that the effects for all Gtk+3.0 frames shadow type are the > same for almost the GtkShadowType values: GTK_SHADOW_IN, > GTK_SHADOW_OUT, GTK_SHADOW_ETCHED_IN and GTK_SHADOW_ETCHED_OUT. Doing frame1 = gtk_frame_new("My Frame"); gtk_frame_set_shadow_type(GTK_FRAME(frame1), GTK_SHADOW_IN); or frame1 = gtk_frame_new("My Frame"); gtk_frame_set_shadow_type(GTK_FRAME(frame1), GTK_SHADOW_OUT); throws the same frame shadow type to me... I'd like just ask you if it's normal at this point of current Gtk+-3.0 developpment status.... > Is there any mistake on my side ? It's a bug ? or a feature not yet fixed ? Glus _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list