Name
window-size-hints -- Return a list of the window size hints associated with WIN.
Synopsis
(window-size-hints win)
Description
Return a list of the window size hints associated with win.
The list returned contains 4 cons pairs containing:
'((min-width . max-width) (min-height . max-height)
(width-inc . height-inc) (base-width . base-height))