chickadee » nuklear » layout-row

layout-row CONTEXT DYNAMIC? HEIGHT RATIOS-OR-WIDTHSprocedure

Sets up the following widgets to be positioned dynamically or statically into a row, depending on DYNAMIC?. HEIGHT is the height of the row. RATIONS-OR-WIDTHS is a list of ratios or widths, depending on DYNAMIC?. This is equivalent to using layout-row-begin, layout-row-push and layout-row-end.