문제

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