Re: GtkFrame in Gtk+-3.0
- From: Milosz Derezynski <internalerror gmail com>
- To: gtk-list gnome org
- Subject: Re: GtkFrame in Gtk+-3.0
- Date: Thu, 22 Sep 2011 10:53:33 +0200
Hey,
Which theme and engine are you using? Did you try this with different themes?
Regards
Milosz
On Wed, Sep 21, 2011 at 11:54 PM, Glus Xof
<gtglus gmail com> wrote:
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....
--
Everything is Original.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]