Searched refs:nr_of_cols (Results 1 – 1 of 1) sorted by relevance
1206 UINT nr_of_cols; in ctrl_container_resize() local1222 nr_of_cols = (container_width - This->cctrl_indent + cspacing) / column_width; in ctrl_container_resize()1225 if(nr_of_cols == This->cctrls_cols) in ctrl_container_resize()1232 This->cctrls_cols = nr_of_cols; in ctrl_container_resize()1252 container_height = max(total_height / nr_of_cols, max_control_height + rspacing); in ctrl_container_resize()1271 if(++columns_needed > nr_of_cols) in ctrl_container_resize()