質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top