deft.controls.statusbar

Status bar control.

StatusBar wraps the native "msctls_statusbar32" common control. A status bar auto-docks itself to the bottom of its parent's client area in response to WM_SIZE; the host window forwards WM_SIZE to it and reserves getHeight() pixels at the bottom. The bar can show a single line of text or be split into several parts.

Members

Classes

StatusBar
class StatusBar

A native status bar docked to the bottom of its parent window.

Meta