Option to set row/cell height

Gunilla Arendt gunilla@REDACTED
Tue Feb 19 14:31:38 CET 2002


Hi,

Yes, grid has an option 'cellheight', specifying the height in pixels.
Don't know why it isn't documented.

/ Gunilla

Nico Weling wrote:
> 
> Hi all,
> 
> does somebody know if there is an option to set the height of the rows in a table?
> 
> Table = gs:create(grid, Win,[{x,115},{y,53},
>                                  {height,Height-53},
>                                  {width,Width-130},{bg,white},
>                                  {columnwidths,Columnwidths_list},
>                                  {rows,{1, NumOfRows}},
>                                  {hscroll, true}]),
> 
> maybe something like : {rowheight,6}
> 
> Head1 = gs:create(gridline, Table, [{font,{screen,12}},
>                                         {row,1},{click, true},{bg,grey90},
>                                         {fg,white}]),
> 
> or something like : {height,6}
> 
> Regards,
> 
> Nico.
> --
> Nico Weling
> Software Designer
> Ericsson Eurolab Deutschland GmbH
> Verification Tool Design
> 
> Tel: +49 2407 575 5217
> Fax: +49 2407 575 651
> Dect:+49 2407 575 89339
> mailto:Nico.Weling@REDACTED



More information about the erlang-questions mailing list