]> Pileus Git - ~andy/gtk/commit
Removed gtk_icon_view_get_item_area()
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 13 Dec 2010 08:41:50 +0000 (17:41 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 6 Jan 2011 04:51:49 +0000 (13:51 +0900)
commit6036c51d523ce2b7bb2f8632c6ae3282c9436392
tree7803c23e867332ee0e71c11b27934741bf861893
parentd0f13ae52c6038ce4ad314bbdd4ba03cafcdbfab
Removed gtk_icon_view_get_item_area()

Now use a GdkRectangle at the begining of the GtkIconViewItem
structure and just re-cast the struct to get the item area.
gtk/gtkiconview.c