[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: do I need a college education to understand WINDOW-SHOWN-P?
- To: philg@mit.edu
- Subject: Re: do I need a college education to understand WINDOW-SHOWN-P?
- From: straz (Steve Strassmann)
- Date: Thu, 18 Aug 1994 13:23:29 -0400
- Cc: info-mcl
>From: philg@zurich.ai.mit.edu (Philip Greenspun)
>
>Is there an easy way to determine if part or all of a window is in
>fact visible to a user? And what is the purpose of WINDOW-SHOWN-P?
Check if the window's visible region's height and width are zero?
I haven't tried this myself.