Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.1 KB

version platform license downloads

Note: for v17 and earlier, move manifest.json to Contents

4d-plugin-window-button

Control the state of standard window buttons: close, zoom, miniaturise

deprecated

See 4d-plugin-window-control-v2

Related projects

Syntax

WINDOW SET ENABLED (window;kind;enabled)
enabled:=WINDOW Get enabled (window;kind)
Parameter Type Description
window LONGINT The window reference
kind LONGINT Window Button Types

Window Button Types

Window close button 0
Window minimize button 1
Window zoom button 2
Window document modified 3