LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

simple-pane-visible-size

Generic Function
Summary

Gets the visible size of a pane.

Package

capi

Signature

simple-pane-visible-size pane => width , height

Arguments

pane

A simple pane.

Values

width

The width of the visible part of pane , or nil .

height

The height of the visible part of pane , or nil .

Description

The generic function simple-pane-visible-size returns the size in pixels of the visible part of pane , that is the width and height of the viewport, not including any borders or scroll bars. If pane is not displayed the return values are nil .

See the LispWorks CAPI User Guide for a description of the visible size of a pane.

See also

simple-pane-visible-height
simple-pane-visible-width
with-geometry


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex