forked from AuroraMiddleware/gtk
6a230f1f8b
Mon Jun 4 15:08:21 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtk-overrides.txt: Remove GtkArgSetFunc, GtkArgGetFunc.
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
# 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>
|