next up previous contents index
Next: Under the hood Up: LTK - a Lisp Previous: Screen functions   Contents   Index

Window manager functions

(wm-title toplevel title)

Set the title of the window.

(minsize toplevel width height)

Set the minsize of the window in pixels. (send-w (format nil "wm minsize a a a" (path w) x y)))

(maxsize toplevel width height)

Set the maximum size of the window in pixels.

(withdraw toplevel)

Withdraw the window from display.

(normalize toplevel)

Set the state of the window to normal display.

(iconify toplevel)

Iconify the window.

(deiconify toplevel)

De-iconify the window.

(geometry toplevel)

Read the geometry string for the window.

(set-geometry toplevel width height x y)

Set the geometry for the window.

(on-close toplevel fun)

Set fun to be called whenever the close button of the window is pressed.

(on-focus toplevel fun)

Call fun whenever the window gets the focus.


next up previous contents index
Next: Under the hood Up: LTK - a Lisp Previous: Screen functions   Contents   Index
Peter Herth 2006-01-29