Re: GtkFrame in Gtk+-3.0



Dear Milosz,

First of all, thanks a lot for your answer..

> Which theme and engine are you using?

Theme: Crux
Engine: Xorg + metacity...

> Did you try this with different themes?

Yes... same results.

Glus


    >>> 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 ?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]