openbox/otk_c/rect.h

6 lines
116 B
C
Raw Normal View History

2002-12-20 23:19:07 +00:00
typedef struct {
int x, y, width, height;
} OtkRect;
PyObject *OtkRect_New(int x, int y, int width, int height);