poISection GetClipAbove
Gets the current direction of the clipping surface (above or below).
Syntax
poISection_handle GetClipAbove
Application
HyperView Tcl Query
Description
This command returns the current direction of the clipping surface. Returns "True" if the clip is above, or "False" if the clip is below.
Example
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 0]
# Get clip side
section_handle GetClipAbove
hwi CloseStack
Errors
Returns false.