| Did you know ... | Search Documentation: |
| dialog->layout |
->_compute_desired_size
when then dialog's frame is created. See also frame->fit.
The layout process consists of the following stages:
<-auto_align
in a two-dimensional grid.<-auto_label_align,
dialog_item<-label_width, dialog_item<-auto_value_align
and dialog_item<-value_width<-alignment not
column, but one of left, center
or right are not horizontally with items above or below
them, but combined with items to their left and right into sequences of
items with the same alignment. At the end of the layout process aligned
such sequences are aligned in the available space. Notably button
objects have
dialog_item<-alignment,
so a row of buttons is normally centered in the dialog window.<-reference
in the two-dimensional grid.
-left -label_width -below -auto_value_align -auto_label_align -above ->_compute_desired_size ->append -gap