dpitch40
dpitch40

Reputation: 2691

Getting/setting the widths of columns in a table (PyGTK)

I have several Tables in a PyGTK display whose rows and columns I would like to align with each other. Is there a way to get and set the column dimensions in a Table?

Upvotes: 2

Views: 518

Answers (1)

ptomato
ptomato

Reputation: 57920

Use GtkSizeGroup to make like widgets in different tables request the same height and/or width.

Upvotes: 1

Related Questions