openbox/otk_c/rect.h
2002-12-20 23:19:07 +00:00

5 lines
116 B
C

typedef struct {
int x, y, width, height;
} OtkRect;
PyObject *OtkRect_New(int x, int y, int width, int height);