I'm trying to program a little computer game for my sons, and I'm wondering if there is a way to have some of the buttons on it disappear for a while and then return. I have them in a frame, and I was wondering if there is a command I could use to remove that frame temporarily. Any suggestions?
Christy
Hi Christy,
you can remove any widget you added with "pack" via "pack-forget" and later on pack it again.
Peter
On Fri, Apr 27, 2012 at 5:02 PM, Christy cknockleby@eastlink.ca wrote:
I'm trying to program a little computer game for my sons, and I'm wondering if there is a way to have some of the buttons on it disappear for a while and then return. I have them in a frame, and I was wondering if there is a command I could use to remove that frame temporarily. Any suggestions?
Christy
ltk-user site list ltk-user@common-lisp.net http://common-lisp.net/mailman/listinfo/ltk-user