Visible column width for our own tables: We use the "Table" and "Column" commands in order to create our own table for fast data entry. For one of the columns it would be useful to work with a smaller visible width without restricting the input length. We didn't find such an option in the "Column" command. Can it be implemented in a future GuiXT version?

It is possible to set a different visual column width via the table status variables V[tabname.stat.columnwidth.columname], e.g.

Set V[projects.stat.columnwidth.description] 20

When you initialize the table, set the columnwidth variables to define a different visual column width. But not later on,  otherwise the user is not able to change the column width.