I have looked all over for this but can't find an answer that works.
element.get_allocation().y returns -1
element.get_allocation().height returns 1
This is the code im using to create the label
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