gtk2/docs/reference/gtk/gtk-overrides.txt

16 lines
273 B
Plaintext
Raw Normal View History

1999-08-16 18:51:52 +00:00
# These are manually-edited to override or add declarations to those scanned
# from the GTK header files.
# GtkAllocation is the same as GtkRectangle
<STRUCT>
<NAME>GtkAllocation</NAME>
struct GtkAllocation
{
gint x;
gint y;
gint width;
gint height;
};
</STRUCT>