Re: [gtk-list] Widget sizing



I dun know whether this will work for you, but u can get the size of a
widget using gtk_widget_size_request(GtkWidget *, GtkRequisition *).
GtkRequisition is a struct with two item, height and width. So, just
declare a variable of type GtkRequisition and send its address into the
abv function and u can read the width and height when it returns.
_____________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]