Re: GtkFrame in Gtk+-3.0
- From: Glus Xof <gtglus gmail com>
- To: gtk-list gnome org
- Subject: Re: GtkFrame in Gtk+-3.0
- Date: Wed, 21 Sep 2011 23:54:59 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]