我已经四处寻找,但找不到有效的答案。
element.get_allocation().y returns -1
element.get_allocation().height returns 1
这是我用来创建标签的代码
item_link_summary = Gtk.Label(item_summary)
item_link_summary.show()
self.layout1.put(item_link_summary, 0, top)
print item_link_summary.get_allocation().y