Files
gtk/docs
Benjamin Otte 9507670db4 API: Add API to query width and height when rendering
The functions are gtk_widget_get_allocated_width() and
gtk_widget_get_allocated_height().

They are currently identical to using width/height of
gtk_widget_get_allocation(), but are introduced for ease of use (no need
to use a custom struct) and to free people from having to think about
allocation.x and allocation.y (which is where the origin of the cairo
context in GtkWidget::draw is located).
2010-09-26 15:11:34 +02:00
..
2010-07-09 10:49:46 -04:00
2010-09-23 22:28:02 -04:00
2005-03-15 13:18:25 +00:00
2002-02-04 19:30:00 +00:00