relief & frames

From: Jen Mankoff <jmankoff_at_cs.oberlin.edu>
Date: Tue, 25 Apr 1995 17:48:26 -0400

I've been having a problem with frame relief lately. I'm unable to get
frames to have any relief other than flat. When I

STk> (define f (make <frame> :relief 'groove))
STk> (describe f)
#[<frame> 101d51e4] is an instance of class <frame>
Slots are:
     id = #[Tk-command .v749]
     eid = #[Tk-command .v749]
     parent = #[Tk-command .]
     width = 0
     height = 0
     background = "#ffe4c4"
     border-width = 0
     cursor = ""
     relief = "groove"
     geometry = ""
     class = |Frame|
#f
STk> ((id f) 'config)
((-background background |Background| "#ffe4c4" "#ffe4c4") (-bd |borderWidth|) (-bg background) (-borderwidth |borderWidth| |BorderWidth| "0" 0) (-cursor cursor |Cursor| "" "") (-geometry geometry |Geometry| "" "") (-height height |Height| "0" 0) (-relief relief |Relief| "flat" "groove") (-width width |Width| "0" 0))

it looks as if f should have a groove relief. It comes up flat,
though. As far as I know, frames can have relief just like anything
else.

thanks

        -jen
Received on Tue Apr 25 1995 - 23:50:01 CEST

This archive was generated by hypermail 2.3.0 : Mon Jul 21 2014 - 19:38:59 CEST