Exemple #1
0
 public table_column(table_column val)
 {
     left         = val.left;
     right        = val.right;
     border_left  = val.border_left;
     border_right = val.border_right;
     max_width    = val.max_width;
     min_width    = val.min_width;
     width        = val.width;
     css_width    = val.css_width;
 }
Exemple #2
0
 public void set(table_column col, int value) => col.width = value;
Exemple #3
0
 public int get(table_column col) => col.width;