Next Prev Up Top Contents Index

simple-pane-handle

Function
Summary

Returns the window handle.

Syntax

simple-pane-handle pane => handle

Values

handle

A X windowid.

Description

On Windows simple-pane-handle returns the hwnd of pane . On X11/Motif, it returns the windowid of the main part of pane .

Use this function with caution: in general, drawing and moving of CAPI windows should be done through the CAPI.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index