All Manuals > CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

simple-pane-visible-width

Generic Function
Summary

Gets the visible width of a pane.

Package

capi

Signature

simple-pane-visible-width pane => result

Arguments

pane

A simple pane.

Values

result

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

Description

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

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

See also

simple-pane-visible-height
simple-pane-visible-size
with-geometry


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex