RE: How to get the widget's current width and height?



gtk_widget_get_child_requisition () only retrive the computed the size
request and fill in widget->requisition

I don't think this function will return the current size of this widget.





Try
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#gtk-widget-get
-child-requisition
and see
http://developer.gnome.org/doc/API/2.0/gtk/GtkWidget.html#GtkRequisition
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list




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