Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 4.9/5.0, builds 850-998 > 967 - 05 Oct 06

MBST_ZTOP and MBST_ZBOTTOM

Scroll Prev Top Next More

Two new AUI_CONTROL CSTATE flags, MBST_ZTOP (&H200000) and MBST_ZBOTTOM (&h400000) may be set to force the control to be at the top or bottom, respectively, of the "Z-order". (The "Z-order" determines the display order of controls that otherwise have the same precedence. In general, controls created later are farther down the Z-order than controls created earlier. These flags would mainly be of use in situations where you have overlapping sibling controls.)